X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FsyncSetup.css;h=033079222324718cdff9a302a53f13690c1cfa75;hp=d3b770dd70668812ba77882d9bff415a7a3bbbf9;hb=598261464739f384e36f6b6d8378ab8078e37adb;hpb=84c37d045abf199761a47f803ff5357299fd97f6 diff --git a/LCARStrek/browser/syncSetup.css b/LCARStrek/browser/syncSetup.css index d3b770dd..03307922 100644 --- a/LCARStrek/browser/syncSetup.css +++ b/LCARStrek/browser/syncSetup.css @@ -1,6 +1,6 @@ wizard { width: 55em; - height: 42em; + height: 45em; padding: 0; background-color: #000000; } @@ -15,7 +15,7 @@ wizardpage { -moz-box-pack: center; -moz-box-align: center; margin: 0; - padding: 0 8em; + padding: 0 6em; background-color: #000000; } @@ -91,7 +91,7 @@ wizardpage { } .inputColumn { - -moz-margin-end: 2px + margin-inline-end: 2px } .pin { @@ -104,12 +104,27 @@ wizardpage { width: 0.5em; } -#add-device-throbber > image, +#pairDeviceThrobber, +#login-throbber { + -moz-box-align: center; +} + +#pairDeviceThrobber > image, #login-throbber > image { - list-style-image: url("chrome://global/skin/icons/loading.gif"); + width: 16px; + list-style-image: url("chrome://global/skin/icons/loading.png"); +} + +#captchaFeedback { + visibility: hidden; } #successPageIcon { /* TODO replace this with a 128px version (bug 591122) */ list-style-image: url("chrome://browser/skin/sync-32.png"); } + +#tosDesc { + margin-left: -7px; + margin-bottom: 3px; +}