Bug 1283998 - Fix Fonts panel 'Show all' position on RTL locales. r=bgrins draft
authorTim Nguyen <ntim.bugs@gmail.com>
Sun, 03 Jul 2016 09:28:04 +0200
changeset 383360 c8072f655b496ec9f9cb5ecaf908bba063f105a4
parent 383301 3bde90c197be1b2f60db5c3d5127d69950ba3b2f
child 524449 ef03c9ce3d4d63f36d6ae610f9ee041594412efc
push id21995
push userntim.bugs@gmail.com
push dateSun, 03 Jul 2016 07:29:13 +0000
reviewersbgrins
bugs1283998
milestone50.0a1
Bug 1283998 - Fix Fonts panel 'Show all' position on RTL locales. r=bgrins MozReview-Commit-ID: 3VupMtAhcbD
devtools/client/themes/fonts.css
--- a/devtools/client/themes/fonts.css
+++ b/devtools/client/themes/fonts.css
@@ -30,17 +30,17 @@
 
 #font-showall {
   border-radius: 0;
   border: 1px solid black;
   margin: 3px;
   cursor: pointer;
   position: absolute;
   bottom: 0;
-  right: 0;
+  offset-inline-end: 0;
 }
 
 .dim > #font-container,
 .font:not(.has-code) .font-css-code,
 .font-is-local,
 .font-is-remote,
 .font.is-local .font-format-url,
 #font-template {