diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-27 20:05:47 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-27 20:05:47 -0800 |
commit | 4bfd34b479e5e04ee332d5aec88752d317f88b54 (patch) | |
tree | 5176dd79b43cba09cf4ac12cbb68b077c434dd79 /view/css | |
parent | 962d9f36d05a1f9e94e0a74b17b2f1fff8ff7220 (diff) | |
parent | 216d41cd642890cbfdadc092e5f944d788d91843 (diff) | |
download | volse-hubzilla-4bfd34b479e5e04ee332d5aec88752d317f88b54.tar.gz volse-hubzilla-4bfd34b479e5e04ee332d5aec88752d317f88b54.tar.bz2 volse-hubzilla-4bfd34b479e5e04ee332d5aec88752d317f88b54.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 3 | ||||
-rw-r--r-- | view/css/mod_events.css | 36 |
2 files changed, 38 insertions, 1 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 19796679a..29164c7ad 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -57,7 +57,8 @@ nav .navbar-toggle { /* nav overrides end */ -aside .nav-pills > li > a { +aside .nav-pills > li > a, +.response-list .nav-pills > li > a { padding: 6px 10px; } diff --git a/view/css/mod_events.css b/view/css/mod_events.css index 5e0fc2bce..dc1dc902f 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -4,6 +4,21 @@ margin-bottom: -1px; } +.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; @@ -14,3 +29,24 @@ height: auto; padding: 10px; } + +.event-owner { + margin-bottom: 15px; +} + +.event-owner img { + margin-right: 5px; +} + +.event-buttons, +.event-description { + margin-top: 10px; +} + +#event-upload-form { + margin-top: 10px; +} + +#event-upload-choose { + width: 100%; +} |