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
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-02 23:47:12 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-10-03 17:12:00 +0300
commitf393cc017d3f9993258af94f2c15b45fc6b4dab4 (patch)
treef195960443af6f735aa681822c71529cef24f21e /core/css/guest.css
parent893d2daeced67bddb2a277f8d126b3b27d78fcb0 (diff)
Improve 404 page design, fix #11370
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/guest.css')
-rw-r--r--core/css/guest.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index 47ceb7b93e0..2de6990c5bc 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -575,14 +575,23 @@ form #selectDbType label.ui-state-active {
-ms-user-select: text;
user-select: text;
}
+
.warning {
margin-top: 15px;
}
+
.warning h2,
.update h2,
.error h2 {
text-align: center;
}
+
+/* TODO: Change all .warning/.update/.error to .body-login-container */
+.body-login-container .icon-big {
+ background-size: 70px;
+ height: 70px;
+}
+
.warning.updateAnyways {
text-align: center;
}