diff options
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 16 | ||||
-rw-r--r-- | view/css/widgets.css | 16 |
2 files changed, 19 insertions, 13 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 8e6f4c882..feddc652a 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -48,6 +48,7 @@ nav.navbar { #navbar-collapse-2 { flex-basis: 100%; + max-height: 70vh; } #navbar-collapse-2.show { @@ -59,6 +60,10 @@ nav.navbar { } /* nav overrides end */ +.btn-outline-secondary { + color: #aaa; +} + .wall-item-tools .dropdown-menu { min-width: auto; } @@ -67,6 +72,11 @@ code { white-space: normal; } -/* Bootstrap assumes that checkboxes are on the left of labels, while it's usually the opposite in Red */ -.field.checkbox input[type="checkbox"] { margin-left: 0px; } -.field.checkbox label { padding-left: 0px; font-weight: 700} +.form-group label { + font-weight: bold; +} + +small, +.small { + font-size: 0.75rem; +} diff --git a/view/css/widgets.css b/view/css/widgets.css index c6eea1f41..6cd61ae6f 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -143,18 +143,14 @@ li:hover .group-edit-icon { bottom: 0px; left: 0px; width: 100%; - padding: 15px; - color: #fff; - font-weight: bold; - text-shadow: 1px 1px 3px rgba(0,0,0,.7); -} - -.cover-photo-title { - font-size: 30px; + padding: 1rem; } -.cover-photo-subtitle { - font-size: 20px; +#cover-photo-caption h1, +#cover-photo-caption h3 { + color: #fff; + font-weight: bold; + text-shadow: 1px 1px 3px rgba(0,0,0,0.5); } a.wikilist { |