diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-03 12:19:49 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-03 12:19:49 +0200 |
commit | db4e9aeaadc15700aca737a620fb0a56c4ed3531 (patch) | |
tree | c46707577931e887d06e2c5c2d242fc6ee023230 /view/css | |
parent | b8d8be701382b72b3556ff9a3d67aabfc85223f5 (diff) | |
download | volse-hubzilla-db4e9aeaadc15700aca737a620fb0a56c4ed3531.tar.gz volse-hubzilla-db4e9aeaadc15700aca737a620fb0a56c4ed3531.tar.bz2 volse-hubzilla-db4e9aeaadc15700aca737a620fb0a56c4ed3531.zip |
fullscreen mode for events
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_cal.css | 51 | ||||
-rw-r--r-- | view/css/mod_events.css | 13 |
2 files changed, 61 insertions, 3 deletions
diff --git a/view/css/mod_cal.css b/view/css/mod_cal.css new file mode 100644 index 000000000..f0b5c0166 --- /dev/null +++ b/view/css/mod_cal.css @@ -0,0 +1,51 @@ +/* fix borders */ + +.fc th:first-child, +.fc td:first-child { + border-left-width: 0px; +} + +.fc th:last-child, +.fc td:last-child { + border-right-width: 0px; + border-bottom-width: 0px; +} + +.fc-unthemed th, +.fc-unthemed td, +.fc-unthemed thead, +.fc-unthemed tbody, +.fc-unthemed .fc-divider, +.fc-unthemed .fc-row, +.fc-unthemed .fc-popover { + border-color: #ccc !important; +} + +#events-spinner .spinner { + margin-top: 9px; + margin-bottom: -9px; +} + +.bootstrap-tagsinput { + width: 100%; + padding: 6px 12px; +} + +.event-wrapper, +.vevent { + max-width: 700px; +} + +.event-owner { + padding: 10px; +} + +.event-owner img { + margin-right: 5px; +} + +.vevent, +.event-buttons { + padding: 10px; +} + diff --git a/view/css/mod_events.css b/view/css/mod_events.css index e72464539..f0b5c0166 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -1,7 +1,14 @@ /* fix borders */ -#events-calendar { - margin-left: -1px; - margin-bottom: -1px; + +.fc th:first-child, +.fc td:first-child { + border-left-width: 0px; +} + +.fc th:last-child, +.fc td:last-child { + border-right-width: 0px; + border-bottom-width: 0px; } .fc-unthemed th, |