first part of syncing LCARStrek with Firefox 38 windows theme changes
[themes.git] / LCARStrek / browser / devtools / webconsole_networkpanel.css
index b5fcb185142054dc9f8caea7f1fb8efc7f7e1dcb..4477b178a0a4559546ad4b722f55968cceccebde 100644 (file)
@@ -48,7 +48,7 @@ h1 .info {
   padding-right: 4px;
   color: #FF9F00;
   white-space: nowrap;
-  text-align: right;
+  text-align: end;
   vertical-align: top;
   width: 10%;
 }
@@ -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;
+}