diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-01-16 22:22:05 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-01-16 22:22:05 -0600 |
commit | aadfadfcf1e9d6d97e57952c02668dfad2fc7305 (patch) | |
tree | e7527ccdd755cdb97a3805db1f0e7b7450300f82 /settings/css/settings.css | |
parent | 76bc3bcdef207a5cb81d470b22bcd84bfc72b4f1 (diff) | |
download | nextcloud-server-aadfadfcf1e9d6d97e57952c02668dfad2fc7305.tar.gz nextcloud-server-aadfadfcf1e9d6d97e57952c02668dfad2fc7305.zip |
fix list style of app description
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r-- | settings/css/settings.css | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 46394d3f03d..6b77710872c 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -551,6 +551,23 @@ span.version { flex-basis: 90%; } +#apps-list .app-description ul { + list-style: disc; +} +#apps-list .app-description ol { + list-style: decimal; +} +#apps-list .app-description > ul, +#apps-list .app-description > ol { + margin-left: 19px; +} +#apps-list .app-description ol ol, +#apps-list .app-description ol ul, +#apps-list .app-description ul ol, +#apps-list .app-description ul ul { + padding-left: 15px; +} + @media (min-width: 1601px) { #apps-list .section { width: 22%; @@ -634,9 +651,6 @@ form.section { .app-description { clear: both; } -.app-description pre { - white-space: pre-line; -} #apps-list .groups-enable { margin-top: 8px; |