X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Fcomputed.css;h=803349df777d2e5e448ea2f218fb9dc1d07971af;hp=9d6680471eb23cfd29db91d522ea42e511f80af9;hb=ec6b35d822a99b5e8ed93538398ec054713bb38b;hpb=d0a8de80597f65fb17a8508078deae45f0ae80d4 diff --git a/LCARStrek/devtools/computed.css b/LCARStrek/devtools/computed.css index 9d668047..803349df 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; } @@ -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; }