]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix error display on smaller screens, fix #8090
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 16 Apr 2014 13:31:15 +0000 (15:31 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 16 Apr 2014 13:31:15 +0000 (15:31 +0200)
core/css/mobile.css
core/css/styles.css

index 821da61929508265fe3d0456cc3cf270cfe8f033..079fd2c017cfc85a8b13ba6600fcfd7a5cb71fa3 100644 (file)
 }
 
 
+/* fix error display on smaller screens */
+.error-wide {
+       width: 100%;
+       margin-left: 0 !important;
+       -moz-box-sizing: border-box;
+       box-sizing: border-box;
+}
+
 }
index 57e2c4479a1c561e816ad1c1a60ca19309d78e10..6ca788939537dbe0e1c623a34b8c49640e611d40 100644 (file)
@@ -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 */