From 97dd350c6194e6ed1c66788b75bb0798364f3993 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 13 Jun 2020 11:13:47 +0000 Subject: css fixes due to bootstrap update --- view/css/bootstrap-red.css | 9 --------- view/theme/redbasic/css/style.css | 9 +++++---- view/tpl/notifications_widget.tpl | 13 +++++-------- 3 files changed, 10 insertions(+), 21 deletions(-) (limited to 'view') diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index d2daf0b8a..984a5b4f9 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -81,15 +81,6 @@ nav .dropdown-menu { text-decoration: none; } -.wall-item-tools .dropdown-menu { - min-width: auto; -} - label { font-weight: bold; } - -small, -.small { - font-size: 0.75rem; -} diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b736436f5..08a6e9d19 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1631,13 +1631,14 @@ dl.bb-dl > dd > li { } .form-group.checkbox > div label { - display: block; overflow: hidden; cursor: pointer; - border: 1px solid #ccc; - border-radius: 12px; - margin:0px; + display: block; overflow: hidden; cursor: pointer; + border: 1px solid #ccc; + border-radius: 12px; + margin:0px; -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; + font-weight: normal; } .form-group.checkbox:hover label { diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index 001a202af..a797cef26 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -157,17 +157,14 @@ -