first part of syncing LCARStrek with Firefox 52 browser windows theme changes
[themes.git] / LCARStrek / browser / preferences / in-content / preferences.css
index 9e0a63682e8073a58e03bb2202e701d3d41e4288..c20013845486f7b1dc038b5bb3fefa039f6eebd8 100644 (file)
@@ -162,6 +162,16 @@ treecol {
 
 /* header */
 
+.header {
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+}
+
+.header[hidden=true] {
+  display: none;
+}
+
 #header-advanced {
   border-bottom: none;
   padding-bottom: 0;
@@ -572,6 +582,8 @@ description > html|a {
 .fxaAccountBoxButtons {
   margin-bottom: 0 !important;
   margin-top: 11px;
+  display: flex;
+  align-items: center;
 }
 
 .fxaAccountBoxButtons > * {