diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-01-14 19:32:10 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-01-14 19:59:46 +0000 |
commit | 22768769c3f29f9952110f86a032e4bf3a4bf460 (patch) | |
tree | 3eab216005473c1ae1f7fc5bf208708656dfd0b4 /core/css | |
parent | 206967a4fbf217a4ec69bb8438194e5a40e1cf12 (diff) | |
download | nextcloud-server-22768769c3f29f9952110f86a032e4bf3a4bf460.tar.gz nextcloud-server-22768769c3f29f9952110f86a032e4bf3a4bf460.zip |
Improve installation pages
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/guest.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 77e1cc4cc24..ee2bf57c0c9 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -667,18 +667,14 @@ form #selectDbType label span { margin: 5px 0 !important; } -#install-recommended-apps + label span { - display: inline-block; - opacity: .7; -} - /* Errors */ /* Warnings and errors are the same */ .body-login-container, .warning, .update, .error { - display: block; + display: flex; + flex-direction: column; margin-top: 15px; padding: 15px; background-color: rgba(0,0,0,.3); |