Skip to content
Snippets Groups Projects
Commit 1f29bd18 authored by Volkan Gezer's avatar Volkan Gezer
Browse files

Merge pull request #9466 from owncloud/design-fix-fieldset-legend

fix fieldset look, fix #8158
parents 33492b44 3e5113d0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment