From: Robert Kaiser Date: Mon, 21 Nov 2016 00:17:13 +0000 (+0100) Subject: missed edit from second and final part of syncing LCARStrek with Firefox 49/50 devtoo... X-Git-Tag: LCARStrek-2.47~2 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=8cbd10f23d017d95a5f0c193375aa23b14da0d16 missed edit from second and final part of syncing LCARStrek with Firefox 49/50 devtools theme changes --- diff --git a/LCARStrek/devtools/.layout.css.kate-swp b/LCARStrek/devtools/.layout.css.kate-swp deleted file mode 100644 index 76376b00..00000000 Binary files a/LCARStrek/devtools/.layout.css.kate-swp and /dev/null differ diff --git a/LCARStrek/devtools/layout.css b/LCARStrek/devtools/layout.css index 2428aae9..a2f89873 100644 --- a/LCARStrek/devtools/layout.css +++ b/LCARStrek/devtools/layout.css @@ -58,10 +58,18 @@ } } +#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 */ @@ -252,23 +260,13 @@ 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; -}