Bug 1335010 - mobile/android/themes/core/config.css uses float: inline-* r?sebastian draft
authorTomer Cohen <tomer@tomercohen.com>
Mon, 30 Jan 2017 15:48:38 +0200
changeset 467959 044d277267c14536ce58ad576e0ca48ceab92ac6
parent 466816 d92fd6b6d6bfc5b566222ae2957e55772d60151a
child 543815 929617fd8e4270219a143395ed90756133994f54
push id43318
push userbmo:tomer.moz.bugs@tomercohen.com
push dateMon, 30 Jan 2017 13:50:08 +0000
reviewerssebastian
bugs1335010
milestone54.0a1
Bug 1335010 - mobile/android/themes/core/config.css uses float: inline-* r?sebastian MozReview-Commit-ID: A9yYnF5U2f0
mobile/android/themes/core/config.css
--- a/mobile/android/themes/core/config.css
+++ b/mobile/android/themes/core/config.css
@@ -38,17 +38,21 @@ body {
     height: 2em;
     border: 1px solid transparent;
     border-image-source: url("chrome://browser/skin/images/textfield.png");
     border-image-slice: 1 1 3 1;
     border-image-width: 1px 1px 3px 1px;
     overflow: hidden;
     display: flex;
     flex-direction: row;
-    float: inline-end;
+    float: right;
+}
+
+#filter-container:dir(rtl) {
+    float: left;
 }
 
 #filter-input {
     -moz-appearance: none;
     border: none;
     background-image: none;
     background-color: transparent;
     display: inline-block;
@@ -74,17 +78,21 @@ body {
 #new-pref-toggle-button {
     background-position: center center;
     background-image: url("chrome://browser/skin/images/config-plus.png");
     background-size: 48px 48px;
     height: 48px;
     width: 48px;
     display: inline-block;
     outline-style: none;
-    float: inline-start;
+    float: left;
+}
+
+#new-pref-toggle-button:dir(rtl) {
+    float: right;
 }
 
 #filter-search-button {
     background-image: url("chrome://browser/skin/images/search.png");
     background-size: 32px 32px;
     height: 32px;
     width: 32px;
     display: inline-block;