Commit 98e35be1f10ebe931e86fb4f1e2fca8950e0a9e0
1 parent
56aa6449
Exists in
master
and in
3 other branches
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,6 +317,12 @@ a:focus { | ||
317 | -webkit-padding-start: 0px; | 317 | -webkit-padding-start: 0px; |
318 | } | 318 | } |
319 | 319 | ||
320 | +@-moz-document url-prefix() { | ||
321 | + .submenu { | ||
322 | + padding-left: 0px; | ||
323 | + } | ||
324 | +} | ||
325 | + | ||
320 | .top-search::-webkit-input-placeholder { | 326 | .top-search::-webkit-input-placeholder { |
321 | font-style: italic; | 327 | font-style: italic; |
322 | } | 328 | } |