diff options
author | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2011-10-04 21:39:13 +0200 |
---|---|---|
committer | Marvin Thomas Rabe <m.rabe@echtzeitraum.de> | 2011-10-04 21:39:13 +0200 |
commit | 7579fc7bc9c894182b3de9bb9007aaa4b554b7fc (patch) | |
tree | e8b2707bf4501a7dd8b58d1af4774a82b68fb679 /apps/calendar/css | |
parent | 4bcb6f5346271e0a92b4b0450f709474910d571b (diff) | |
download | nextcloud-server-7579fc7bc9c894182b3de9bb9007aaa4b554b7fc.tar.gz nextcloud-server-7579fc7bc9c894182b3de9bb9007aaa4b554b7fc.zip |
updated margins
Diffstat (limited to 'apps/calendar/css')
-rw-r--r-- | apps/calendar/css/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css index 5e19b88f55a..ca9f3274e3c 100644 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -5,7 +5,7 @@ * See the COPYING-README file. */ -#view {margin-left: 10px; float: left; font-size: 12px;} +#view { float: left; font-size: 12px; height: 100%;} #datecontrol {text-align: center;} #datecontrol_left{font-size: 12px;} #datecontrol_right{font-size: 12px;} @@ -17,7 +17,6 @@ #editentry_dialog {display: none;} #parsingfail_dialog{display: none;} -#view {margin-left: 10px; float: left; font-size: 12px; height: 100%;} #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;} |