Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
Fix back/forward buttons (RTL locale)
Browse files Browse the repository at this point in the history
  • Loading branch information
seleznev committed Sep 6, 2014
1 parent 71df9c6 commit 707b159
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme/shared/browser/browser-tb.css
Original file line number Diff line number Diff line change
Expand Up @@ -484,14 +484,14 @@
-moz-margin-end: 0 !important;
}

#nav-bar :-moz-any(#edit-controls, #zoom-controls) > .toolbarbutton-1:not(:first-of-type),
#nav-bar :-moz-any(#forward-button:-moz-locale-dir(ltr), #back-button:-moz-locale-dir(rtl)) {
#nav-bar #forward-button,
#nav-bar :-moz-any(#edit-controls, #zoom-controls) > .toolbarbutton-1:not(:first-of-type) {
-moz-border-start-width: 0;
-moz-margin-start: 0 !important;
}

#nav-bar :-moz-any(#edit-controls, #zoom-controls) > .toolbarbutton-1:not(:last-of-type),
#nav-bar :-moz-any(#back-button:-moz-locale-dir(ltr), #forward-button:-moz-locale-dir(rtl)) {
#nav-bar #back-button,
#nav-bar :-moz-any(#edit-controls, #zoom-controls) > .toolbarbutton-1:not(:last-of-type) {
-moz-border-end-width: 0;
-moz-margin-end: 0 !important;
}
Expand Down

0 comments on commit 707b159

Please sign in to comment.