finish update for both themes for changes in browser winstripe in Firefox 19 cycle
[themes.git] / LCARStrek / browser / devtools / webconsole_networkpanel.css
index b5fcb185142054dc9f8caea7f1fb8efc7f7e1dcb..4a8db600a64f3f390ccce914304858fe5b33aaaa 100644 (file)
@@ -80,3 +80,16 @@ img#responseImageNode {
 #responseImageNodeDiv {
   padding: 5px;
 }
+
+#responseBodyFetchLink, #requestBodyFetchLink {
+  padding: 5px;
+  margin: 0;
+  cursor: pointer;
+  font-weight: bold;
+  font-size: 1.1em;
+  text-decoration: underline;
+}
+
+.longStringEllipsis {
+  margin-left: 0.6em;
+}