fix fieldset look, fix #8158

remotes/origin/fix-10825
Jan-Christoph Borchardt 11 years ago
parent 23e0ef6ed0
commit 3e5113d053
  1. 10
      core/css/styles.css

@ -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;

Loading…
Cancel
Save