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 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 393 @media(max-width:610px){
389 394 .outside-title{
... ... @@ -412,9 +417,4 @@
412 417 .dropdown-menu{
413 418 margin-left: 130px;
414 419 }
415   -
416   - li.item .notify_badge {
417   - top: 0px;
418   - right: 30px;
419   - }
420 420 }
... ...