diff options
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/pages/options/style.css')
-rw-r--r-- | data/extensions/https-everywhere@eff.org/pages/options/style.css | 49 |
1 files changed, 48 insertions, 1 deletions
diff --git a/data/extensions/https-everywhere@eff.org/pages/options/style.css b/data/extensions/https-everywhere@eff.org/pages/options/style.css index 0e7b545..d1ff21e 100644 --- a/data/extensions/https-everywhere@eff.org/pages/options/style.css +++ b/data/extensions/https-everywhere@eff.org/pages/options/style.css @@ -15,6 +15,49 @@ body{ margin-bottom: 20px; } +/** User rules Option**/ +.user-rules-wrapper-header { + font-weight: bold; + padding-left: 5px; +} +.user-rules-list-item:last-of-type { + border-bottom: none; +} +.user-rules-list-item { + border-bottom: 1px solid #ccc; + display: inline-flex; + margin-left: 5%; + width: 80%; +} +.user-rules-list-item p { + width: 100%; +} + +/** Disabled Sites Option**/ +.disabled-rules-wrapper-header { + font-weight: bold; + padding-left: 5px; +} +img.remove{ + cursor: pointer; + float: right; + height: 15px; + margin: 10px 0 0 8%; + width: 15px; +} +.disabled-rule-list-item:last-of-type { + border-bottom: none; +} +.disabled-rule-list-item { + border-bottom: 1px solid #ccc; + display: inline-flex; + margin-left: 5%; + width: 80%; +} +.disabled-rule-list-item p { + width: 100%; +} + .section-header{ margin-bottom: 10px; } @@ -78,10 +121,14 @@ textarea.update-channel-jwk { height: 250px; } -input.update-channel-path-prefix { +input.update-channel-path-prefix, input.update-channel-scope { width: 367px; } +div.update-channel-row-scope { + margin-top: 3px; +} + .update-channel-column-right button { float: right; margin: 10px; |