mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix fieldset look, fix #8158
This commit is contained in:
parent
23e0ef6ed0
commit
3e5113d053
1 changed files with 10 additions and 0 deletions
|
|
@ -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 a new issue