X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FsyncSetup.css;h=033079222324718cdff9a302a53f13690c1cfa75;hp=0c9094080e76b365ee2b73bc59b3294d7e40b358;hb=918c9e49a243680984f89a7ab4ccdf64d1a41607;hpb=8ad8bf83a252ba11e812866d40a22f78223a9b8a diff --git a/LCARStrek/browser/syncSetup.css b/LCARStrek/browser/syncSetup.css index 0c909408..03307922 100644 --- a/LCARStrek/browser/syncSetup.css +++ b/LCARStrek/browser/syncSetup.css @@ -91,7 +91,7 @@ wizardpage { } .inputColumn { - -moz-margin-end: 2px + margin-inline-end: 2px } .pin { @@ -104,9 +104,15 @@ wizardpage { width: 0.5em; } +#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 { @@ -117,3 +123,8 @@ wizardpage { /* 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; +}