X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fwebconsole_networkpanel.css;h=4477b178a0a4559546ad4b722f55968cceccebde;hp=b5fcb185142054dc9f8caea7f1fb8efc7f7e1dcb;hb=368d0b7ff30fae6bb74e895e6fb8d1a182a1cb1c;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/browser/devtools/webconsole_networkpanel.css b/LCARStrek/browser/devtools/webconsole_networkpanel.css index b5fcb185..4477b178 100644 --- a/LCARStrek/browser/devtools/webconsole_networkpanel.css +++ b/LCARStrek/browser/devtools/webconsole_networkpanel.css @@ -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; +}