mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1177438 - [Control Center] Move "verified by" label up in the security subview r=Gijs
This commit is contained in:
parent
427dea87a1
commit
1c726d4b1b
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user