add first implementation of app manager as part of sync with Firefox 26 theme changes
[themes.git] / LCARStrek / browser / devtools / netmonitor.css
index 62ee455080b95441bf6173a86bc0321c671032ed..844a384b918b5aee67f0752817185e6f05833af8 100644 (file)
@@ -301,10 +301,6 @@ window {
   background: rgba(255,159,0,0.1);
 }
 
-.side-menu-widget-item-contents {
-  padding: 0;
-}
-
 /* Network request details */
 
 #details-pane {
@@ -346,7 +342,6 @@ window {
 
 .tabpanel-summary-value {
   -moz-padding-start: 3px;
-  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
 }
 
 /* Headers tabpanel */
@@ -414,6 +409,10 @@ window {
   margin-top: 0.5em;
 }
 
+#custom-method-value {
+  width: 4.5em;
+}
+
 /* Footer */
 
 #requests-menu-footer {