Bug 1180868 - Sync preferences - Add tooltip and onhover border to fxa profile picture. r=markh

This commit is contained in:
Edouard Oger 2015-07-06 16:47:00 +02:00
Родитель 8763061ac2
Коммит 9d0e435dcd
3 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -235,7 +235,8 @@
align="center">
<hbox align="center">
<image id="fxaProfileImage"
onclick="gSyncPane.openChangeProfileImage();" hidden="true"/>
onclick="gSyncPane.openChangeProfileImage();" hidden="true"
tooltiptext="&profilePicture.tooltip;"/>
<label id="fxaEmailAddress1"/>
</hbox>
<spacer flex="1"/>

Просмотреть файл

@ -74,6 +74,7 @@ both, to better adapt this sentence to their language.
<!ENTITY notSignedIn.label "You are not signed in.">
<!ENTITY signIn.label "Sign in">
<!ENTITY profilePicture.tooltip "Change profile picture">
<!ENTITY manage.label "Manage">
<!ENTITY disconnect.label "Disconnect…">
<!ENTITY verify.label "Verify Email">

Просмотреть файл

@ -228,7 +228,7 @@ description > html|a {
}
#fxaProfileImage:hover {
border-color: blue;
box-shadow: 0px 0px 0px 1px #0095DD;
}
#noFxaAccount {