From e027c6ed03223df6c282cece5619dbbb105be11e Mon Sep 17 00:00:00 2001 From: Filipe Medeiros Date: Mon, 2 Oct 2017 14:46:42 -0300 Subject: [PATCH] Responsive align badge on rotate screen --- amadeus/static/css/base/amadeus_responsive.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css index 4d10c50..1f905be 100755 --- a/amadeus/static/css/base/amadeus_responsive.css +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -384,6 +384,11 @@ font-size: 32px !important; } + li.item .notify_badge { + top: 0px; + right: 30px; + } + } @media(max-width:610px){ .outside-title{ @@ -412,9 +417,4 @@ .dropdown-menu{ margin-left: 130px; } - - li.item .notify_badge { - top: 0px; - right: 30px; - } } -- libgit2 0.21.2