diff options
author | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-19 20:33:48 +0200 |
---|---|---|
committer | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-08-19 20:33:48 +0200 |
commit | d1daca50298f347b874bcd321d1c87b9f9101ac1 (patch) | |
tree | 51857325dbbdc3ab49870783df848073e5d3b570 /apps/calendar/css | |
parent | 82bd2ad31053327369a47946afe464db1c82362d (diff) | |
download | nextcloud-server-d1daca50298f347b874bcd321d1c87b9f9101ac1.tar.gz nextcloud-server-d1daca50298f347b874bcd321d1c87b9f9101ac1.zip |
a lot of new functions (e.g. add event form), style fixes, bug fixes
Diffstat (limited to 'apps/calendar/css')
-rwxr-xr-x | apps/calendar/css/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css index d6190637832..0d59586a396 100755 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -44,12 +44,12 @@ .actions {height: 33px; min-width: 800px;} .controls {min-width: 800px;} .center {text-align: center;} -.dateinfo {height: 15px; width: 100%; overflow: hidden; margin: 0; padding: 0; font-size: 12px;} +.dateinfo {height: 15px; width: 100%; overflow: hidden; margin: 0; padding: 0; font-size: 12px;background: #F7F7F7;} .events {height: 65px; width: 100%; margin: 0; padding: 0;} .calendar_row {height: 20px; text-align: center;background: #ffffff;} .calendar_time {height: 20px; width: 50px; text-align:right;background: #ffffff;} -.fourweeksview_item {text-align: center; height: 80px; background: #ffffff;} -.onemonthview_item {text-align: center; height: 80px; margin: 0; padding: 0; vertical-align: top; background: #ffffff;} -.weekend{text-align: center;height: 80px;margin: 0; padding: 0; vertical-align: top;background: #F3F3F3;} +.fourweeksview_item {text-align: center; background: #ffffff;width: 14%;} +.onemonthview_item {text-align: center; height: 80px; margin: 0; padding: 0;height: 100px; vertical-align: top; background: #ffffff; width: 14%; height: 16%;} +.weekend{text-align: center;margin: 0; padding: 0; vertical-align: top;background: #F3F3F3;} .weekend_thead, .weekend_row{height: 20px;text-align: center;text-align: center;background: #F3F3F3;} -.thisday{background: #FFFABC;}
\ No newline at end of file +.thisday{background: #FFFABC;text-align: center;}
\ No newline at end of file |