diff options
author | gorhill <rhill@raymondhill.net> | 2015-02-08 10:07:15 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-02-08 10:07:15 -0500 |
commit | 01474c7adb8ff1f98c3af15d7de0b398432b3581 (patch) | |
tree | ed3302cc68a397d9048cfe04943d8baf0d0dbdb9 /src/css | |
parent | d9244b24c915ac849c5c3225e2f31e2a646d7de5 (diff) | |
download | uBlock-01474c7adb8ff1f98c3af15d7de0b398432b3581.zip uBlock-01474c7adb8ff1f98c3af15d7de0b398432b3581.tar.gz uBlock-01474c7adb8ff1f98c3af15d7de0b398432b3581.tar.bz2 |
this fixes #727
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/popup.css | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/css/popup.css b/src/css/popup.css index 6ead129..58378c7 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -183,12 +183,6 @@ body.dirty #refresh:hover { #dynamicFilteringContainer > div:hover { background-color: #f0f0f0; } -#dynamicFilteringContainer > div#privacyInfo { - background-color: white; - color: #444; - padding: 4px 0; - text-align: center; - } #dynamicFilteringContainer > div > span { background-color: transparent; border: none; @@ -200,7 +194,11 @@ body.dirty #refresh:hover { line-height: 22px; overflow: hidden; position: relative; - vertical-align: top; + vertical-align: middle; + } +#dynamicFilteringContainer > div:nth-of-type(1) > span { + height: 18px; + line-height: 18px; } #dynamicFilteringContainer > div > span:nth-of-type(1) { border-right: 1px solid white; |