aboutsummaryrefslogtreecommitdiffstats
path: root/apps/calendar/css
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-09-07 15:13:26 +0200
committerBart Visscher <bartv@thisnet.nl>2011-09-07 15:13:26 +0200
commitf3e98878da39ff086a2e194cf0c5c6c78c0df9f6 (patch)
tree6298e0a5ff6ef41e45ec1061217c51ce4b43f0fd /apps/calendar/css
parentdabf10f99c05dd82010850988fef43bf5dda2bba (diff)
downloadnextcloud-server-f3e98878da39ff086a2e194cf0c5c6c78c0df9f6.tar.gz
nextcloud-server-f3e98878da39ff086a2e194cf0c5c6c78c0df9f6.zip
Implement calendar list view
Diffstat (limited to 'apps/calendar/css')
-rw-r--r--apps/calendar/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css
index 77763db976c..8bd5f4acc29 100644
--- a/apps/calendar/css/style.css
+++ b/apps/calendar/css/style.css
@@ -37,6 +37,10 @@
#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;overflow: hidden;}
#onemonthview table {margin: 0; padding: 0; width: 100%; height: 100%; border-spacing:1px; background: #EEEEEE;}
+#listview {margin: 0; padding: 10px; background: #EEEEEE;}
+#listview #more_before, #listview #more_after {border: 1px solid #1a1a1a; width:25em;padding: 3px;text-align: center;}
+#listview #events {width:25em;padding: 4px;}
+#listview #events .day {width:auto;padding-left:10px;border-bottom: 2px solid #EEEEEE;text-align:left;}
#fourweeksview .calw{vertical-align: middle;text-align: center;width: 50px;}
#sysbox{display: none;}