diff options
Diffstat (limited to 'core/css/guest.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); |