diff options
author | gorhill <rhill@raymondhill.net> | 2015-01-23 11:32:49 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-01-23 11:32:49 -0500 |
commit | 673b8774beeef903cf075412c5ce219c044485ec (patch) | |
tree | c3a5fdb5aa820a731092d07775a4005ac1262dfa /src/css/devtool-log.css | |
parent | a2ff66e20fdc4297a227abfac42de613e8085834 (diff) | |
download | uBlock-673b8774beeef903cf075412c5ce219c044485ec.zip uBlock-673b8774beeef903cf075412c5ce219c044485ec.tar.gz uBlock-673b8774beeef903cf075412c5ce219c044485ec.tar.bz2 |
this fixes #582
Diffstat (limited to 'src/css/devtool-log.css')
-rw-r--r-- | src/css/devtool-log.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/css/devtool-log.css b/src/css/devtool-log.css index 3011fbd..3655792 100644 --- a/src/css/devtool-log.css +++ b/src/css/devtool-log.css @@ -61,27 +61,31 @@ body[dir="rtl"] #content { vertical-align: top; } #content table tr td:nth-of-type(1) { + padding: 3px 0; + text-align: center; + } +#content table tr td:nth-of-type(2) { white-space: normal; width: 25%; word-break: break-all; word-wrap: break-word; } -#content table tr td:nth-of-type(2) { +#content table tr td:nth-of-type(3) { white-space: nowrap; } -#content table tr td:nth-of-type(3) { +#content table tr td:nth-of-type(4) { border-right: none; white-space: normal; width: 60%; word-break: break-all; word-wrap: break-word; } -#content table tr td:nth-of-type(3) b { +#content table tr td:nth-of-type(4) b { font-weight: normal; } -#content table tr.blocked td:nth-of-type(3) b { +#content table tr.blocked td:nth-of-type(4) b { background-color: rgba(192, 0, 0, 0.2); } -#content table tr.allowed td:nth-of-type(3) b { +#content table tr.allowed td:nth-of-type(4) b { background-color: rgba(0, 160, 0, 0.2); }
\ No newline at end of file |