fix fieldset look, fix #8158
This commit is contained in:
parent
23e0ef6ed0
commit
3e5113d053
|
@ -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…
Reference in New Issue