missed edit from second and final part of syncing LCARStrek with Firefox 49/50 devtoo...
authorRobert Kaiser <kairo@kairo.at>
Mon, 21 Nov 2016 00:17:13 +0000 (01:17 +0100)
committerRobert Kaiser <kairo@kairo.at>
Mon, 21 Nov 2016 00:17:13 +0000 (01:17 +0100)
LCARStrek/devtools/.layout.css.kate-swp [deleted file]
LCARStrek/devtools/layout.css

diff --git a/LCARStrek/devtools/.layout.css.kate-swp b/LCARStrek/devtools/.layout.css.kate-swp
deleted file mode 100644 (file)
index 76376b0..0000000
Binary files a/LCARStrek/devtools/.layout.css.kate-swp and /dev/null differ
index 2428aae94475aaff3f061fd46130158364644b22..a2f898733983edc05a9a63b0e9905cdf5791ec71 100644 (file)
   }
 }
 
+#layout-geometry-editor {
+  visibility: hidden;
+}
+
+#layout-geometry-editor::before {
+  background: url(images/geometry-editor.svg) no-repeat center center / 16px 16px;
+}
+
 /* Main: contains the box-model regions */
 
 #layout-main {
-  position: absolute;
+  position: relative;
   box-sizing: border-box;
   /* The regions are semi-transparent, so the white background is partly
      visible */
   cursor: default;
 }
 
-/* Hide all values when the view is inactive */
+/* Layout info: contains the position and size of the element */
 
-#layout-container.inactive > #layout-header > #layout-element-position,
-#layout-container.inactive > #layout-header > #layout-element-size,
-#layout-container.inactive > #layout-main > p {
-   visibility: hidden;
+#layout-element-size {
+  flex: 1;
 }
 
 #layout-position-group {
   display: flex;
   align-items: center;
 }
-
-#layout-geometry-editor {
-  visibility: hidden;
-}
-
-#layout-geometry-editor::before {
-  background: url(images/geometry-editor.svg) no-repeat center center / 16px 16px;
-}