Bug 1177438 - [Control Center] Move "verified by" label up in the security subview r=Gijs

This commit is contained in:
Tim Taubert 2015-06-25 17:17:52 -07:00
parent 427dea87a1
commit 1c726d4b1b
2 changed files with 8 additions and 3 deletions

View File

@ -69,6 +69,9 @@
value="&identity.connectionInternal;"/>
</vbox>
<description id="identity-popup-content-verifier"
class="identity-popup-text"/>
<description id="identity-popup-securityView-connection"
class="identity-popup-text">&identity.connectionVerified;</description>
@ -76,8 +79,6 @@
class="identity-popup-text"/>
<description id="identity-popup-content-supplemental"
class="identity-popup-text"/>
<description id="identity-popup-content-verifier"
class="identity-popup-text"/>
</panelview>
</panelmultiview>
</panel>

View File

@ -191,8 +191,12 @@
font-weight: 700;
}
#identity-popup-content-verifier {
color: #636363;
}
#identity-popup-content-owner,
#identity-popup-securityView:not(.verifiedDomain) > #identity-popup-content-verifier {
#identity-popup-securityView > #identity-popup-securityView-connection.identity-popup-text {
margin-top: 1em;
}