Bug 1184184 - Add a warning icon to the reconnect sync prefs. r=markh

This commit is contained in:
Edouard Oger 2015-07-17 11:26:00 -04:00
parent 5a642fa0d5
commit 81683d926e
2 changed files with 9 additions and 0 deletions

View File

@ -268,6 +268,9 @@
<!-- logged in locally but server rejected credentials -->
<hbox id="fxaLoginRejected"
flex="1">
<vbox>
<image id="fxaLoginRejectedWarning"/>
</vbox>
<description>
&signedInLoginFailure.beforename.label;
<label id="fxaEmailAddress3"/>

View File

@ -404,3 +404,9 @@ description > html|a {
#tosPP-small-ToS {
margin-bottom: 1em;
}
#fxaLoginRejectedWarning {
list-style-image: url(chrome://browser/skin/warning.svg);
filter: drop-shadow(0 1px 0 hsla(206, 50%, 10%, .15));
margin: 4px 8px 0px 0px;
}