aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/devtool-log.css
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-01-23 11:32:49 -0500
committergorhill <rhill@raymondhill.net>2015-01-23 11:32:49 -0500
commit673b8774beeef903cf075412c5ce219c044485ec (patch)
treec3a5fdb5aa820a731092d07775a4005ac1262dfa /src/css/devtool-log.css
parenta2ff66e20fdc4297a227abfac42de613e8085834 (diff)
downloaduBlock-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.css14
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