second and final part of syncing LCARStrek with Firefox 49/50 devtools theme changes
[themes.git] / LCARStrek / devtools / computed.css
index 9d6680471eb23cfd29db91d522ea42e511f80af9..02fb4f8dc9a1d3b97b4047ce4c6c6f1c3a57be9f 100644 (file)
@@ -8,10 +8,7 @@
   display : flex;
   flex-direction: column;
   width: 100%;
   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 {
 }
 
 #computedview-container {
@@ -29,8 +26,7 @@
   outline: none;
 }
 
   outline: none;
 }
 
-#computedview-toolbar,
-#sidebar-panel-computedview > .devtools-toolbar {
+#computedview-toolbar {
   display: flex;
 }
 
   display: flex;
 }
 
@@ -68,7 +64,7 @@
 }
 
 .property-view {
 }
 
 .property-view {
-  padding: 2px 17px;
+  padding: 2px 0 2px 17px;
   display: flex;
   flex-wrap: wrap;
 }
   display: flex;
   flex-wrap: wrap;
 }
   outline: 0 !important;
 }
 
   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) {
   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);
   }
 }
     background-image: url(images/arrow-e@2x.png);
   }
 }
   height: 100%;
 }
 
   height: 100%;
 }
 
-#noResults {
-  font-size: 110%;
-  margin: 5px;
-  text-align: center;
-}
-
 .onlyuserstyles {
   cursor: pointer;
 }
 .onlyuserstyles {
   cursor: pointer;
 }