Commit 0f20aeb79294fab2875bca83bf1d49fe2c338731

Authored by Filipe Medeiros
1 parent 3a69a8f8

Bug fix on language button on responsive rotated login screen

amadeus/static/css/base/amadeus_responsive.css
... ... @@ -304,3 +304,9 @@
304 304 font-size: 1em;
305 305 }
306 306 }
  307 +
  308 +@media(min-width: 500px) {
  309 + .dropdown-menu{
  310 + margin-left: 100px;
  311 + }
  312 +}
307 313 \ No newline at end of file
... ...