X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fsync%2FsyncSetup.css;h=3c947eea82b932375608c050e78391e9f43286e5;hp=bd954a82058c2dc426e8944837ea339b1de9b545;hb=1b1f3d099d79ff3f7e081b2702a1076c6cd627c4;hpb=c2e1f7906034fb0bb5d0ce3bf8017bdbc6b8a8ca diff --git a/LCARStrek/communicator/sync/syncSetup.css b/LCARStrek/communicator/sync/syncSetup.css index bd954a82..3c947eea 100644 --- a/LCARStrek/communicator/sync/syncSetup.css +++ b/LCARStrek/communicator/sync/syncSetup.css @@ -24,6 +24,7 @@ wizardpage { padding: 2em 0 1em 0; text-align: center; } + .wizard-header-label { font-size: 24pt; font-weight: normal; @@ -53,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; } @@ -90,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"); }