X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fpreferences.css;h=acd50262282d4b6425be9e529bc9dbe64d3630fa;hp=18a3bf7f477d60692ae98fe3cfe3105a0e8362aa;hb=46e71434a8715fd5d7590f7b799544961ea0394a;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/browser/preferences/preferences.css b/LCARStrek/browser/preferences/preferences.css index 18a3bf7f..acd50262 100644 --- a/LCARStrek/browser/preferences/preferences.css +++ b/LCARStrek/browser/preferences/preferences.css @@ -71,6 +71,14 @@ radio[pane=paneSync] { list-style-image: url("chrome://browser/skin/preferences/Options-sync.png") !important; } +label.small { + font-size: smaller; +} + +#tabPrefsBox { + margin: 6px; +} + /* Applications Pane */ #BrowserPreferences[animated="true"] #handlersView { height: 25em; @@ -84,11 +92,15 @@ radio[pane=paneSync] { /* styles for the link elements copied from .text-link in global.css */ .inline-link { - color: blue; - text-decoration: underline; + color: #3333FF; + text-decoration: none; cursor: pointer; } +.inline-link:hover { + text-decoration: underline; +} + .inline-link:-moz-focusring { /* Don't specify the outline-color, we should always use initial value. */ outline: 1px dotted; @@ -161,3 +173,12 @@ radio[pane=paneSync] { margin-top: 1em; margin-bottom: 1em; } + +#noFxaAccount { + margin: 6px; + line-height: 1.2em; +} + +#noFxaAccount > label:first-child { + margin-bottom: 0.6em; +}