Commit e027c6ed03223df6c282cece5619dbbb105be11e

Authored by Filipe Medeiros
1 parent a4b52c3a

Responsive align badge on rotate screen

amadeus/static/css/base/amadeus_responsive.css
@@ -384,6 +384,11 @@ @@ -384,6 +384,11 @@
384 font-size: 32px !important; 384 font-size: 32px !important;
385 } 385 }
386 386
  387 + li.item .notify_badge {
  388 + top: 0px;
  389 + right: 30px;
  390 + }
  391 +
387 } 392 }
388 @media(max-width:610px){ 393 @media(max-width:610px){
389 .outside-title{ 394 .outside-title{
@@ -412,9 +417,4 @@ @@ -412,9 +417,4 @@
412 .dropdown-menu{ 417 .dropdown-menu{
413 margin-left: 130px; 418 margin-left: 130px;
414 } 419 }
415 -  
416 - li.item .notify_badge {  
417 - top: 0px;  
418 - right: 30px;  
419 - }  
420 } 420 }