Commit 98e35be1f10ebe931e86fb4f1e2fca8950e0a9e0

Authored by Zambom
1 parent 56aa6449

Adjusting top submenu break (Mozilla)

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
amadeus/static/css/base/amadeus.css
... ... @@ -317,6 +317,12 @@ a:focus {
317 317 -webkit-padding-start: 0px;
318 318 }
319 319  
  320 +@-moz-document url-prefix() {
  321 + .submenu {
  322 + padding-left: 0px;
  323 + }
  324 +}
  325 +
320 326 .top-search::-webkit-input-placeholder {
321 327 font-style: italic;
322 328 }
... ...