Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2022-01-14 22:32:10 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-01-19 03:42:55 +0300
commit2063c586233a647b82279cc76780107d8818178e (patch)
tree66f4bd69be6b32b33b1d5d767a5871de2f4a1d40 /core/css
parent49a8a8fa982a8b9505c6df64b44443c9a4457090 (diff)
Improve installation pages
Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 22768769c3f29f9952110f86a032e4bf3a4bf460) Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/guest.css8
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);