summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-06-15 23:20:32 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-06-15 23:20:32 +0000
commit28519714e0dcd97cb61266d69dfdf5909d4acb88 (patch)
tree38437b59e9b85a72ffe696217627e7d160831faa /public
parentf18c0c790b8df5b4a7ca63be5976349fc6b22abd (diff)
downloadredmine-28519714e0dcd97cb61266d69dfdf5909d4acb88.tar.gz
redmine-28519714e0dcd97cb61266d69dfdf5909d4acb88.zip
Updated the project calendar for greater accessibility.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3769 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 49366cc96..4c4d5f50e 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -519,10 +519,11 @@ vertical-align: bottom;
/***** Calendar *****/
table.cal {border-collapse: collapse; width: 100%; margin: 0px 0 6px 0;border: 1px solid #d7d7d7;}
-table.cal thead th {width: 14%;}
+table.cal thead th {width: 14%; background-color:#EEEEEE; padding: 4px; }
+table.cal thead th.week-number {width: auto;}
table.cal tbody tr {height: 100px;}
-table.cal th { background-color:#EEEEEE; padding: 4px; }
table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
+table.cal td.week-number { background-color:#EEEEEE; padding: 4px; border:none; font-size: 1em;}
table.cal td p.day-num {font-size: 1.1em; text-align:right;}
table.cal td.odd p.day-num {color: #bbb;}
table.cal td.today {background:#ffffdd;}