diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-01-31 16:49:21 +0100 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-01-31 16:49:21 +0100 |
commit | 4c1fb4c2823a55bb4039484e2d8b270ee83e9cac (patch) | |
tree | 72eaf0e4d9666317094e3b6534992c6d731a4a63 /apps/calendar/css | |
parent | 538618df624176dce2b750a07328f6d3ece47daf (diff) | |
download | nextcloud-server-4c1fb4c2823a55bb4039484e2d8b270ee83e9cac.tar.gz nextcloud-server-4c1fb4c2823a55bb4039484e2d8b270ee83e9cac.zip |
fix style of the tabs
Diffstat (limited to 'apps/calendar/css')
-rw-r--r-- | apps/calendar/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/calendar/css/style.css b/apps/calendar/css/style.css index cffaf356402..1701a36a1f9 100644 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -56,6 +56,8 @@ 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;} +#event {padding: 0;margin: 0;margin-top:-5px} + .fc-list-table { margin: 10px; |