X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fpreferences.css;h=2b2afc1443b4e5778c984cd0b3e96e015f003843;hp=c4a7201adb4915f35cdb028bfb646f2ed87e9953;hb=5401f433c81e15242767be2df7f86a5c7d99a86d;hpb=dbd844cb7cf3813ee33ce4ef53ca93b53e03e67d diff --git a/LCARStrek/browser/preferences/preferences.css b/LCARStrek/browser/preferences/preferences.css index c4a7201a..2b2afc14 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; @@ -85,10 +93,14 @@ radio[pane=paneSync] { /* styles for the link elements copied from .text-link in global.css */ .inline-link { color: #3333FF; - text-decoration: underline; + 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,20 @@ radio[pane=paneSync] { margin-top: 1em; margin-bottom: 1em; } + +#noFxaAccount { + margin: 6px; + line-height: 1.2em; +} + +#noFxaAccount > label:first-child { + margin-bottom: 0.6em; +} + +#fxa-pweng-help-link > label { + margin: 0; +} + +#fxa-pweng-help-link > image { + list-style-image: url("chrome://global/skin/icons/question-16.png"); +}