third and last part of syncing LCARStrek with Firefox 39 windows theme changes
[themes.git] / LCARStrek / global / in-content / info-pages.css
index e21ddebcc6f55c241f7660d4b44b0ea9f99d091c..3ad5e539704b68f85acb8b0a4c3b16f1b0c7e137 100644 (file)
@@ -2,6 +2,7 @@
 /* Body and container */\r
 body {\r
   display: flex;\r
+  flex-direction: column;\r
   box-sizing: padding-box;\r
   min-height: 100vh;\r
   padding-top: 0;\r
@@ -17,6 +18,13 @@ body {
   max-width: 52em;\r
 }\r
 \r
+.container.flex {\r
+  display: flex;\r
+  flex-direction: column;\r
+  flex-grow: 1;\r
+  margin: 10vh 0;\r
+}\r
+\r
 /* Typography */\r
 .title {\r
   background-image: url("chrome://browser/skin/aboutNetError_info.svg");\r
@@ -77,9 +85,21 @@ ul {
   min-width: 150px;\r
 }\r
 \r
+.button-container > button:first-child {\r
+  -moz-margin-start: 0;\r
+}\r
+\r
 /* Trees */\r
-tree {\r
-  min-height: 12em;\r
+.tree-container {\r
   margin-top: 1.2em;\r
+  flex-grow: 1;\r
+  min-height: 12em;\r
+}\r
+\r
+.tree-container > tree {\r
+  height: 100%;\r
+}\r
+\r
+tree {\r
   width: 100%;\r
-}
\ No newline at end of file
+}\r