X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fsync%2FsyncSetup.css;h=0662e73d34d054902b43aa63b29fafa226406896;hb=afa44bf62eca2c695eec140b1a0e0028bffac2f6;hp=28115bf2146c69c35830d8ef1112b212a31907c7;hpb=c2e1f7906034fb0bb5d0ce3bf8017bdbc6b8a8ca;p=themes.git diff --git a/EarlyBlue/communicator/sync/syncSetup.css b/EarlyBlue/communicator/sync/syncSetup.css index 28115bf2..0662e73d 100644 --- a/EarlyBlue/communicator/sync/syncSetup.css +++ b/EarlyBlue/communicator/sync/syncSetup.css @@ -54,8 +54,8 @@ wizardpage { } /* Override the text-link style from global.css */ -.text-link, -.text-link:focus { +description > .text-link, +description > .text-link:focus { margin: 0px; padding: 0px; } @@ -91,15 +91,24 @@ wizardpage { } .inputColumn { - -moz-margin-end: 2px; + margin-inline-end: 2px; } .recommended { font-weight: bold; } -#connect-throbber image, -#passphrase-throbber image { +.pin { + font-size: 18pt; + text-align: center; +} + +#passphraseHelpSpacer { + width: 0.5em; +} + +#add-device-throbber, +#login-throbber { list-style-image: url("chrome://global/skin/icons/loading.gif"); }