second part of syncing LCARStrek with Firefox 39 windows theme changes
[themes.git] / LCARStrek / browser / preferences / in-content / preferences.css
index ecfb6bab05a688739a2027a16ba7d1012c036e47..9e996f041a76154183257181b0223e5a781295e6 100644 (file)
@@ -255,6 +255,11 @@ treecol {
   margin-right: 4px !important;
 }
 
   margin-right: 4px !important;
 }
 
+#defaultFontSizeLabel {
+  /* !important needed to override common !important rule */
+  -moz-margin-start: 4px !important;
+}
+
 /* Applications Pane Styles */
 
 #applicationsContent {
 /* Applications Pane Styles */
 
 #applicationsContent {
@@ -343,6 +348,9 @@ description > html|a {
 #telemetryLearnMore,
 #FHRLearnMore,
 #crashReporterLearnMore {
 #telemetryLearnMore,
 #FHRLearnMore,
 #crashReporterLearnMore {
+  /* provide some margin between the links and the label text */
+  /* !important is needed to override the rules defined in common.css */
+  -moz-margin-start: 20px !important;
   /* center the links */
   margin-top: 8px;
   margin-bottom: 8px;
   /* center the links */
   margin-top: 8px;
   margin-bottom: 8px;
@@ -440,6 +448,17 @@ description > html|a {
  * End Dialog
  */
 
  * End Dialog
  */
 
+/**
+ * Font dialog menulist fixes
+ */
+
+#defaultFontType,
+#serif,
+#sans-serif,
+#monospace {
+  min-width: 30ch;
+}
+
 /**
  * Sync migration
  */
 /**
  * Sync migration
  */