X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fcomputed.css;h=02fb4f8dc9a1d3b97b4047ce4c6c6f1c3a57be9f;hp=9d6680471eb23cfd29db91d522ea42e511f80af9;hb=1ad21b1f6b999bccea1c6d768ebbd4bc900479d0;hpb=6f751fd100ed69c35ed979e9d0db9d0f991af80a;ds=sidebyside diff --git a/LCARStrek/devtools/computed.css b/LCARStrek/devtools/computed.css index 9d668047..02fb4f8d 100644 --- a/LCARStrek/devtools/computed.css +++ b/LCARStrek/devtools/computed.css @@ -8,10 +8,7 @@ display : flex; flex-direction: column; width: 100%; - /* Bug 1243598 - Reduce the container height by the tab height to make room - for the tabs above. */ - height: calc(100% - 24px); - position: absolute; + height: 100%; } #computedview-container { @@ -29,8 +26,7 @@ outline: none; } -#computedview-toolbar, -#sidebar-panel-computedview > .devtools-toolbar { +#computedview-toolbar { display: flex; } @@ -68,7 +64,7 @@ } .property-view { - padding: 2px 17px; + padding: 2px 0 2px 17px; display: flex; flex-wrap: wrap; } @@ -96,14 +92,14 @@ outline: 0 !important; } -.property-value, .other-property-value { +.other-property-value { background-image: url(images/arrow-e.png); background-repeat: no-repeat; background-size: 5px 8px; } @media (min-resolution: 1.1dppx) { - .property-value, .other-property-value { + .other-property-value { background-image: url(images/arrow-e@2x.png); } } @@ -174,12 +170,6 @@ height: 100%; } -#noResults { - font-size: 110%; - margin: 5px; - text-align: center; -} - .onlyuserstyles { cursor: pointer; }