X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Flayout.css;h=16e2fd197991b0b7cbc8986c02d0a47510dbc974;hp=d9bcd5febcda41c9e103ff219a97e295a9d4b5b5;hb=6f751fd100ed69c35ed979e9d0db9d0f991af80a;hpb=d0a8de80597f65fb17a8508078deae45f0ae80d4 diff --git a/LCARStrek/devtools/layout.css b/LCARStrek/devtools/layout.css index d9bcd5fe..16e2fd19 100644 --- a/LCARStrek/devtools/layout.css +++ b/LCARStrek/devtools/layout.css @@ -7,6 +7,12 @@ overflow: auto; } +#layout-wrapper { + /* The sidebar-panel is not focusable, this wrapper will catch click events in + all the empty area around the layout-container */ + height: 100%; +} + #layout-container { /* The view will grow bigger as the window gets resized, until 400px */ max-width: 400px; @@ -26,7 +32,7 @@ vertical-align: top; } -#layout-header:-moz-dir(rtl) { +#layout-header:dir(rtl) { -moz-box-direction: reverse; } @@ -38,7 +44,7 @@ -moz-box-flex: 1; } -#layout-element-size:-moz-dir(rtl) { +#layout-element-size:dir(rtl) { -moz-box-pack: end; }