summaryrefslogtreecommitdiffstats
path: root/apps/calendar/css
diff options
context:
space:
mode:
authorGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-09-02 15:49:03 +0200
committerGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-09-02 15:49:03 +0200
commite89d622c3a3d5abed4ab49b3a995dc46a8f394a4 (patch)
treeedc84e7c55783cf708cca841d5e5a1c2c5db72f0 /apps/calendar/css
parent8cdd9ab81bd595dbc534e38289b46e1a0fb874c5 (diff)
downloadnextcloud-server-e89d622c3a3d5abed4ab49b3a995dc46a8f394a4.tar.gz
nextcloud-server-e89d622c3a3d5abed4ab49b3a995dc46a8f394a4.zip
bug fixes in new design of calendar
Diffstat (limited to 'apps/calendar/css')
-rwxr-xr-xapps/calendar/css/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css
index c414b00eb9c..dd4ddf024cf 100755
--- a/apps/calendar/css/style.css
+++ b/apps/calendar/css/style.css
@@ -35,7 +35,7 @@
#onedayview, #oneweekview, #fourweeksview, #onemonthview, #listview {display: none; position: absolute;bottom: 0; right: 0; left: 160px; top: 80px;}
#onedayview table {margin: 0; padding: 0; width: 100%; height: 100%; border-spacing:1px; background: #EEEEEE;}
#oneweekview table {margin: 0; padding: 0; width: 100%; height: 100%; border-spacing:1px; background: #EEEEEE;}
-#fourweeksview table {margin: 0; padding: 0; width: 100%; height: 100%; border-spacing:1px; background: #EEEEEE;}
+#fourweeksview table {margin: 0; padding: 0; width: 100%; height: 100%; border-spacing:1px; background: #EEEEEE;overflow: hidden;}
#onemonthview table {margin: 0; padding: 0; width: 100%; height: 100%; border-spacing:1px; background: #EEEEEE;}
#fourweeksview_calw1, #fourweeksview_calw2, #fourweeksview_calw3, #fourweeksview_calw4{vertical-align: middle;text-align: center;width: 50px;}
@@ -45,11 +45,11 @@
.controls {min-width: 800px;}
.center {text-align: center;}
.dateinfo {height: 20px;width: 100%; overflow: hidden; margin-top: 0; padding: 0; font-size: 12px;background: #F7F7F7;}
-.events {height: 80px; width: 100%; margin: 0; padding: 0;}
+.events {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; background: #ffffff;width: 14%;vertical-align: top;height: 25%;}
-.onemonthview_item {text-align: center; margin: 0; padding: 0; vertical-align: top; background: #ffffff; width: 14%;}
+.fourweeksview_item {text-align: center; background: #ffffff; margin: 0; padding: 0; vertical-align: top; width: 14%; height: 22%;}
+.onemonthview_item {text-align: center; background: #ffffff; margin: 0; padding: 0; vertical-align: top; width: 14%;}
.weekend{text-align: center;margin: 0; padding: 0;vertical-align: top;background: #F3F3F3; width: 100%; }
.weekend_thead, .weekend_row{height: 20px;text-align: center;text-align: center;background: #F3F3F3;}
.thisday{background: #FFFABC;text-align: center;margin: 0;padding: 0;vertical-align: top;height: 20px;}