diff options
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r-- | settings/css/settings.css | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index a265d12ba75..10d740c81b7 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -180,8 +180,6 @@ span.error { background: #ce3702; } -/* HELP */ -.pressed {background-color:#DDD;} /* PASSWORD */ .strengthify-wrapper { @@ -196,3 +194,22 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { left: 185px; width: 129px; } + + + + + +/* HELP */ + +.help-includes { + overflow: hidden !important; +} + +.help-iframe { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + border: 0; + overflow: auto; +} |