seventh part of syncing LCARStrek with Firefox 29 windows theme changes
[themes.git] / LCARStrek / browser / preferences / preferences.css
index c4a7201adb4915f35cdb028bfb646f2ed87e9953..2b2afc1443b4e5778c984cd0b3e96e015f003843 100644 (file)
@@ -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");
+}