summaryrefslogtreecommitdiffstats
path: root/core/css/guest.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-05-17 15:35:10 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-08-12 18:48:48 +0200
commit9f67fb86c8d508dbf127577994735b141c5b96e9 (patch)
tree00162504502c3a80bdb1e0c9b70ddb1e31f91803 /core/css/guest.css
parent6b5c6e580bf1025d9e506748bd5c38bd799011b5 (diff)
downloadnextcloud-server-9f67fb86c8d508dbf127577994735b141c5b96e9.tar.gz
nextcloud-server-9f67fb86c8d508dbf127577994735b141c5b96e9.zip
Improve design of various error messages
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/guest.css')
-rw-r--r--core/css/guest.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index 56f8c728d00..3903a2d9a7d 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -492,6 +492,11 @@ form #selectDbType label.ui-state-active {
.warning {
margin-top: 15px;
}
+.warning h2,
+.update h2,
+.error h2 {
+ text-align: center;
+}
.warning.updateAnyways {
text-align: center;
}