X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2Fpreferences.css;h=432b6223c6ddbb5a5d946d45fe84ca6a7faa8dae;hp=468466f874b57d3504fee408a83c27b97918eaf0;hb=7327c957c10aeaccf57a457a9950ac380a326f29;hpb=8ab9ca8a251b25fb4a6ba8744a1c75ec9bcc4990 diff --git a/LCARStrek/browser/preferences/in-content/preferences.css b/LCARStrek/browser/preferences/in-content/preferences.css index 468466f8..432b6223 100644 --- a/LCARStrek/browser/preferences/in-content/preferences.css +++ b/LCARStrek/browser/preferences/in-content/preferences.css @@ -282,11 +282,12 @@ treecol { /* Privacy pane */ -#doNotTrackInfo, +.doNotTrackLearnMore, #trackingProtectionPBMLearnMore, #trackingProtectionLearnMore { -moz-margin-start: 1.5em !important; margin-top: 0; + font-weight: normal; } /* Collapse the non-active vboxes in decks to use only the height the @@ -358,6 +359,10 @@ description > html|a { -moz-margin-start: 0; } +#fxaProfileImage { + -moz-user-focus: normal; +} + /** * Dialog */ @@ -697,7 +702,8 @@ description > html|a { } .fxaMobilePromo { - margin-bottom: 31px; + margin-bottom: 20px; + margin-top: 25px; } #fxaLoginRejectedWarning { @@ -710,9 +716,22 @@ description > html|a { margin-bottom: 27.5px; } +.androidLink { + background-image: url("chrome://browser/skin/fxa/android.png"); +} + +.iOSLink { + background-image: url("chrome://browser/skin/fxa/ios.png"); +} + .androidLink, .iOSLink { - margin: 0; + margin: 0 0 0 2px; + padding-left: 28px; + padding-top: 6px; + height: 28px; + background-repeat: no-repeat; + background-size: 24px 28px; } #tosPP-small { @@ -721,6 +740,12 @@ description > html|a { } @media (min-resolution: 1.1dppx) { + .androidLink { + background-image: url("chrome://browser/skin/fxa/android@2x.png"); + } + .iOSLink { + background-image: url("chrome://browser/skin/fxa/ios@2x.png"); + } .fxaSyncIllustration { list-style-image: url(chrome://browser/skin/fxa/sync-illustration@2x.png) }