fix error display on smaller screens, fix #8090

This commit is contained in:
Jan-Christoph Borchardt 2014-04-16 15:31:15 +02:00
parent 23f2c48a43
commit 7110ecbf06
2 changed files with 10 additions and 2 deletions

View File

@ -103,4 +103,12 @@
}
/* fix error display on smaller screens */
.error-wide {
width: 100%;
margin-left: 0 !important;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
}

View 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 */