diff options
Diffstat (limited to 'settings/css/settings.scss')
-rw-r--r-- | settings/css/settings.scss | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index b200a4932cb..6adac7704cd 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1038,12 +1038,6 @@ table.grid td.date { margin-top: 20px; } -#security-warning li { - list-style: initial; - margin: 10px 0; - list-style-position: inside; -} - #security-warning-state span { padding-left: 25px; background-position: 5px center; @@ -1198,6 +1192,18 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { } #postsetupchecks { + ul { + margin-left: 44px; + list-style: disc; + + li { + margin: 10px 0; + } + + ul { + list-style: circle; + } + } .loading { height: 50px; background-position: left center; @@ -1208,6 +1214,10 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { .warnings, .warnings a { color: $color-warning; } + + .hint { + margin: 20px 0; + } } #security-warning > ul { |