summaryrefslogtreecommitdiffstats
path: root/public/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/screen.css')
-rw-r--r--public/css/screen.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/public/css/screen.css b/public/css/screen.css
index 38fef4b..3240d3b 100644
--- a/public/css/screen.css
+++ b/public/css/screen.css
@@ -1,4 +1,5 @@
/**
+ * atwork/css/screen.css
*
*/
body {
@@ -21,7 +22,6 @@ body {
.day {
width:110px;
height:110px;
- background-color:#cacaca;
float:left;
margin:2px;
padding:5px;
@@ -30,6 +30,7 @@ body {
-webkit-border-radius:5px;
color:#000;
font-weight:bold;
+ background-color:#cdcdcd;
}
.day:hover {
cursor:pointer;
@@ -72,8 +73,8 @@ h2 {
color:#999;
}
textarea {
- width:360px;
+ width:358px;
resize:none;
padding:3px;
height:80px;
-} \ No newline at end of file
+}