gorhill
10 years ago
5 changed files with 167 additions and 100 deletions
-
60src/css/info.css
-
87src/info.html
-
79src/js/info.js
-
23src/js/messaging-handlers.js
-
18src/js/pagestats.js
@ -0,0 +1,60 @@ |
|||||
|
select { |
||||
|
max-width: 20em; |
||||
|
} |
||||
|
#stats div div,#lists div div { |
||||
|
padding: 0 1em 0 0; |
||||
|
display: inline-block; |
||||
|
text-align: right; |
||||
|
} |
||||
|
#requestsFilters button { |
||||
|
font-size: 15px; |
||||
|
} |
||||
|
#requestsFilters label { |
||||
|
font-size: 13px; |
||||
|
padding-right: 0.5em; |
||||
|
white-space: nowrap; |
||||
|
} |
||||
|
#requests-log { |
||||
|
margin: 0; |
||||
|
border: 1px inset #eee; |
||||
|
padding: 0; |
||||
|
font: 11px monospace; |
||||
|
background-color: white; |
||||
|
overflow: scroll; |
||||
|
width: calc(100% - 1.5em); |
||||
|
} |
||||
|
#requests-log table { |
||||
|
border-collapse: collapse; |
||||
|
} |
||||
|
#requests-log tr { |
||||
|
margin: 0; |
||||
|
border: 0; |
||||
|
padding: 0; |
||||
|
color: #070; |
||||
|
} |
||||
|
#requests-log tr.ro { |
||||
|
color: gray; |
||||
|
} |
||||
|
#requests-log tr:hover { |
||||
|
background-color: #eee; |
||||
|
} |
||||
|
#requests-log tr.blocked-true { |
||||
|
color: #c00; |
||||
|
} |
||||
|
#requests-log tr:first-child { |
||||
|
font-weight: bold; |
||||
|
background-color: #eee; |
||||
|
} |
||||
|
#requests-log tr > td { |
||||
|
padding: 1px 0.75em 1px 0; |
||||
|
white-space: nowrap; |
||||
|
} |
||||
|
#requests-log tr > td:nth-of-type(2) { |
||||
|
text-align: right; |
||||
|
} |
||||
|
.type-main_frame { |
||||
|
font-weight: bold; |
||||
|
} |
||||
|
tr.unused { |
||||
|
display: none; |
||||
|
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue