sixth and last part of syncing LCARStrek with Firefox 41 windows theme changes
[themes.git] / LCARStrek / browser / preferences / in-content / preferences.css
index 2364c80b9f41a7ba3fe70883b78887b14babc889..60ad00014648d52615351d1fcf54f2f6de5806d4 100644 (file)
@@ -28,7 +28,6 @@
   max-width: 800px;
   font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
   font-size: 1.25rem;
-  line-height: 22px;
   color: #FF9F00;
 }
 
@@ -366,15 +365,17 @@ description > html|a {
 
 #dialogTitle {
   text-align: center;
+  -moz-user-select: none;
 }
 
 .close-icon {
   background-color: transparent !important;
   border: none;
   box-shadow: none;
-  height: 18px;
   padding: 0;
-  min-width: 18px;
+  height: auto;
+  min-height: 16px;
+  min-width: 0;
 }
 
 #dialogBox > .groupbox-title > caption {
@@ -437,6 +438,19 @@ description > html|a {
   to   { opacity: 1; }
 }
 
+/**
+ * Sync
+ */
+
+#fxaDeviceName {
+  margin: 14px 0px;
+}
+
+#fxaSyncComputerName.plain {
+  background-color: transparent;
+  opacity: 1;
+}
+
 /* === END shared/in-content/preferences.css === */
 
 caption {