diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-10-17 19:34:00 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-10-20 23:49:27 +0200 |
commit | a12cdb55b10b60983a7653ed86afe453d11da57b (patch) | |
tree | c5aed7d216dc5c931a8816fb68425a8a13ae76ec /apps/calendar/css | |
parent | 2906ea3d78d2ff8ebfa3ceebe1c8cb5afa43225a (diff) | |
download | nextcloud-server-a12cdb55b10b60983a7653ed86afe453d11da57b.tar.gz nextcloud-server-a12cdb55b10b60983a7653ed86afe453d11da57b.zip |
Replace ownCloud calendar html with fullcalendar implementation
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 80d29ca8974..1f95e9f2ddf 100644 --- a/apps/calendar/css/style.css +++ b/apps/calendar/css/style.css @@ -60,3 +60,5 @@ 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;} |