diff options
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/pages/popup/style.css')
-rw-r--r-- | data/extensions/https-everywhere@eff.org/pages/popup/style.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/data/extensions/https-everywhere@eff.org/pages/popup/style.css b/data/extensions/https-everywhere@eff.org/pages/popup/style.css index 6207daa..38a35ac 100644 --- a/data/extensions/https-everywhere@eff.org/pages/popup/style.css +++ b/data/extensions/https-everywhere@eff.org/pages/popup/style.css @@ -76,7 +76,6 @@ footer a.button { /* Elements */ .settings_block { - display: inline-block; padding: 5px 1em 20px 1em; border-bottom: var(--light-grey) solid 1px; } @@ -104,6 +103,7 @@ footer a.button { font-size: 12px; float: right; margin: 5px 0; + padding: 10px 0; } .see_more__arrow { @@ -261,7 +261,7 @@ input:checked+label:after { #StableRules h3 { float: left; - margin-left: 10px; + margin: 10px; } #StableRules h2 { margin-left: 10px; @@ -271,12 +271,11 @@ input:checked+label:after { border-radius: 20px; color: #fff; display: block; - float: right; + float: left; font-size: 12px; font-weight: bold; height: 15px; - margin-top: 10px; - margin-right: 55%; + margin-top: 8px; padding: 5px; text-align: center; width: 15px; |