summaryrefslogtreecommitdiffstats
path: root/apps/calendar/css
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-10-18 19:58:47 +0200
committerBart Visscher <bartv@thisnet.nl>2011-10-20 23:49:27 +0200
commit2e6ec6ce0bd697377fa9d9a35aa2ca007d92f9be (patch)
tree8f433767e54b99aa8a7636e710b356e069a3e3c1 /apps/calendar/css
parent4075d18050b8c894fe58c700703ac0844f8b95b8 (diff)
downloadnextcloud-server-2e6ec6ce0bd697377fa9d9a35aa2ca007d92f9be.tar.gz
nextcloud-server-2e6ec6ce0bd697377fa9d9a35aa2ca007d92f9be.zip
Connect calendar buttons to actions
Diffstat (limited to 'apps/calendar/css')
-rw-r--r--apps/calendar/css/style.css11
1 files changed, 2 insertions, 9 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css
index 1f95e9f2ddf..78d26bb99a3 100644
--- a/apps/calendar/css/style.css
+++ b/apps/calendar/css/style.css
@@ -17,17 +17,12 @@
#editentry_dialog {display: none;}
#parsingfail_dialog{display: none;}
-#calendar_holder {height: 100%; width: 100%;}
-#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;overflow: hidden;}
-#onemonthview table {margin: 0; padding: 0; width: 100%; height: 100%; border-spacing:1px; background: #EEEEEE;}
+#calendar_holder {position: relative;bottom: 0; right: 0; left: 0; top: 3em;}
+.fc-content{padding:2px 4px;}
#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;}
@@ -60,5 +55,3 @@ button.category{margin:0 3px;}
.calendar-colorpicker-color{display:inline-block;width:20px;height:20px;margin-right:2px;cursor:pointer;border:2px solid transparent;}
.calendar-colorpicker-color.active{border:2px solid black;}
-
-.fc-content{padding:2px 4px;}