add first implementation of app manager as part of sync with Firefox 26 theme changes
[themes.git] / LCARStrek / browser / devtools / netmonitor.css
index f52af8ad5df9675c3bfe684a56f92ed83bcea49f..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 */
@@ -360,6 +355,11 @@ window {
   padding-top: 2px;
 }
 
+#headers-summary-resend {
+  margin: 0 6px;
+/*  min-height: 20px;*/
+}
+
 /* Response tabpanel */
 
 #response-content-info-header {
@@ -395,6 +395,24 @@ window {
   transition: transform 0.2s ease-out;
 }
 
+/* Custom request form */
+
+#custom-pane {
+  padding: 0.6em 0.5em;
+}
+
+.custom-header {
+  font-size: 1.1em;
+}
+
+.custom-section {
+  margin-top: 0.5em;
+}
+
+#custom-method-value {
+  width: 4.5em;
+}
+
 /* Footer */
 
 #requests-menu-footer {