Merge pull request #9506 from owncloud/fix-fielset-legends

specify CSS rule for warning & update fieldsets
This commit is contained in:
Jan-Christoph Borchardt 2014-07-08 09:28:35 +02:00
commit 8da44f2a5b
1 changed files with 3 additions and 3 deletions

View File

@ -855,11 +855,11 @@ div.crumb:active {
}
/* LEGACY FIX only - do not use fieldsets for settings */
fieldset legend {
top: 20px;
fieldset.warning legend, fieldset.update legend {
top: 18px;
position: relative;
}
fieldset legend + p {
fieldset.warning legend + p, fieldset.update legend + p {
margin-top: 12px;
}