Bug 1201703 - [Control Center] Icons overlap text and are on the wrong side for the RTL locales. r=paolo

This commit is contained in:
Panos Astithas 2015-10-07 16:54:40 -04:00
parent 450968343c
commit 4cb15aa486

View File

@ -191,6 +191,11 @@
background: url(chrome://browser/skin/controlcenter/warning-yellow.svg) no-repeat 0 50%;
}
.identity-popup-warning-gray:-moz-locale-dir(rtl),
.identity-popup-warning-yellow:-moz-locale-dir(rtl) {
background-position: 100% 50%;
}
/* SECURITY */
.identity-popup-connection-secure {