Merge pull request #9466 from owncloud/design-fix-fieldset-legend
fix fieldset look, fix #8158
This commit is contained in:
commit
1f29bd18e9
1 changed files with 10 additions and 0 deletions
|
@ -854,6 +854,16 @@ div.crumb:active {
|
||||||
opacity: 0;
|
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 */
|
/* for IE10 */
|
||||||
@-ms-viewport {
|
@-ms-viewport {
|
||||||
width: device-width;
|
width: device-width;
|
||||||
|
|
Loading…
Reference in a new issue