From f05181322cf08539fb147bbd5f6edfb93c254b7e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 28 Mar 2017 13:29:59 +0200 Subject: update to latest bs-dev --- view/css/bootstrap-red.css | 4 ++-- view/php/default.php | 2 +- view/php/full.php | 2 +- view/theme/redbasic/css/style.css | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'view') diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index d4f5b2d9b..4cfd3d635 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -9,8 +9,8 @@ nav .badge { @media screen and (min-width: 767px) { nav .badge { - top: -0.25rem; - left: -0.25rem; + top: 0px; + left: 0px; } } diff --git a/view/php/default.php b/view/php/default.php index 950dfbc99..1df82daa5 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -8,7 +8,7 @@ >
- +
diff --git a/view/php/full.php b/view/php/full.php index a528781c0..522dafb28 100644 --- a/view/php/full.php +++ b/view/php/full.php @@ -7,7 +7,7 @@
- +
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0e5ff2bfb..3616e3de6 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1211,12 +1211,12 @@ a.active:hover .dropdown-sub-text { } .usermenu { - width: 3.5rem; + width: 3.75rem; } #avatar { - width: 2.2rem; - height: 2.2rem; + width: 2.35rem; + height: 2.35rem; border-radius: $radius; } -- cgit v1.2.3