fix fieldset look, fix #8158

This commit is contained in:
Jan-Christoph Borchardt 2014-07-05 10:06:26 +02:00
parent 23e0ef6ed0
commit 3e5113d053
1 changed files with 10 additions and 0 deletions

View File

@ -854,6 +854,16 @@ div.crumb:active {
opacity: 0;
}
/* LEGACY FIX only - do not use fieldsets for settings */
fieldset legend {
top: 20px;
position: relative;
}
fieldset legend + p {
margin-top: 12px;
}
/* for IE10 */
@-ms-viewport {
width: device-width;