X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fdevtools%2Fnetmonitor.css;h=07b4b41520f459aa52a0c97333ad0a7f62a19364;hb=1eb9479dcd57435d5baac6c245734008e702917b;hp=00adc32c51db95da132d2f8ba29df2412b7b7657;hpb=3d64e0cebebe213f541634b9a0b2c6e7ba84fcfb;p=themes.git diff --git a/LCARStrek/browser/devtools/netmonitor.css b/LCARStrek/browser/devtools/netmonitor.css index 00adc32c..07b4b415 100644 --- a/LCARStrek/browser/devtools/netmonitor.css +++ b/LCARStrek/browser/devtools/netmonitor.css @@ -17,9 +17,13 @@ window { color: #FF9F00; } +#notice-perf-message { + margin-top: 2px; +} + #requests-menu-perf-notice-button { min-width: 30px; - min-height: 28px; + min-height: 26px; margin: 0; list-style-image: url("profiler-stopwatch.svg"); } @@ -28,6 +32,11 @@ window { display: none; } +#requests-menu-reload-notice-button { + min-height: 26px; + margin: 0; +} + /* Network requests table */ #requests-menu-toolbar { @@ -261,7 +270,10 @@ box.requests-menu-status[code^="5"] { .requests-menu-subitem.requests-menu-waterfall { -moz-padding-start: 0px; -moz-padding-end: 4px; - background-repeat: repeat-y; /* Background created on a in js. */ + /* Background created on a in js. */ + /* @see browser/devtools/netmonitor/netmonitor-view.js */ + background-image: -moz-element(#waterfall-background); + background-repeat: repeat-y; background-position: -1px center; } @@ -408,6 +420,15 @@ box.requests-menu-status[code^="5"] { /* min-height: 20px;*/ } +#toggle-raw-headers { + margin-top: -10px; + -moz-margin-end: 6px; +} + +.raw-response-textarea { + height: 50vh; +} + /* Response tabpanel */ #response-content-info-header {