summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-16 15:31:15 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-16 15:31:15 +0200
commit7110ecbf06e18ad98d40acb2c762f9f520dec430 (patch)
tree9799cda19b013376b5d385e64ab18de395b45bfc /core/css/styles.css
parent23f2c48a43b2bc96370ec6b6411e6a86f705d12f (diff)
downloadnextcloud-server-7110ecbf06e18ad98d40acb2c762f9f520dec430.tar.gz
nextcloud-server-7110ecbf06e18ad98d40acb2c762f9f520dec430.zip
fix error display on smaller screens, fix #8090
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 57e2c4479a1..6ca78893953 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -586,8 +586,8 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
}
.error-wide {
- width: 800px;
- margin-left: -250px;
+ width: 700px;
+ margin-left: -200px !important;
}
/* Fixes for log in page, TODO should be removed some time */