From 8cbd10f23d017d95a5f0c193375aa23b14da0d16 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Mon, 21 Nov 2016 01:17:13 +0100 Subject: [PATCH] missed edit from second and final part of syncing LCARStrek with Firefox 49/50 devtools theme changes --- LCARStrek/devtools/.layout.css.kate-swp | Bin 2857 -> 0 bytes LCARStrek/devtools/layout.css | 26 +++++++++++------------- 2 files changed, 12 insertions(+), 14 deletions(-) delete mode 100644 LCARStrek/devtools/.layout.css.kate-swp diff --git a/LCARStrek/devtools/.layout.css.kate-swp b/LCARStrek/devtools/.layout.css.kate-swp deleted file mode 100644 index 76376b0091592a7b64fa909a7aa8fffb9d7b29ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2857 zcmcgu+fo}x5FG(_#m2@I7dhA%nwu@aiv;H8C9$bW$fcYot5SJh*g=|#w5wVz7@YD` z{>I;vpU6+d>C@XgwRYl{JY=f&XwJ^r?w+2W85v`yUPZa3_M2!x-?^TpovoHJW@feV z{?BhO-hX&`bMcR;HT!!Uzglkp$RmI8gLd59pr4}a^dcvhoTnk3rAZ#SWJr0}(jXnW z+@%RcNlZic)>3*d1GZ=THpywD`3oC?vE!5WYh!9RV3b=8WUT0$I>@M!Cdi1AZ$N5F zzGq@Sl(L_BAO(wSj65@~@!fR_C?3bVGOQdM>{Xsq5m{CRiqs)Qh=(Em~v70+OXN zcrgY$FLY#i^D}WW_qQ=ZIy2a9o zRko^R0kRb(b0AAf#3?BeKZ{Dl^g@+9QZfMp^Gd|pLnV_KnNxDayV?kZ=sgD<0uBKC zfIYx2;2B^CunlMdnt&}p0C)=61Z)7-0S&+tz+=D~U=^?eSOzQs2(SoP06YTB10Dh% zoV4`^welrD#&=M7enx!J{9vQlX8-MufgRaK58wiped5Y(-WBu3uEyXbR6f_dsnaXm z2`=e`+|M|afM1DGsN@jx>qPX%#d()6h*oP&G#HwINx!f}gD8&0-Y#}JgD4@GfzsCl zQS62TzMn!0`srKm7XncdchKs5_Sr0VXHhSRdajd%l&1r+N*IP!Uw^owgw@bl=0_6a zi}mBggt5ySS>9VOG6a=O*%vzb*aDW?Gu-?kWtIaPS_uKt1%%*tii7|rAw1@egy6T; z$05)Q8V;hQ2mqSViT@q$ zh<|@>9{2fPji}L&u7a+0oo*h|&R%P9r7I5MJS_TSm#B=nx_2-<1>GJ$Xw$?^OFiIn z45=j{Vq8+>Pxz|vG|lt0Uuq$dydS_Kw^?ZWQPy!uVRM@!6|+#t%>9*8k(O2uRSb<( Tk-v=e{{Z+XX5p`_cPD=X#s{7F 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; -} -- 2.35.3