Issue #2470137 by tadityar, zaporylie, pec, LewisNyman, ry5n, Bojhan, yoroy: Style Seven's fieldset elements

8.0.x
Alex Pott 2015-04-18 18:18:21 +02:00
parent 6db8cde589
commit a1717dcbf7
1 changed files with 13 additions and 1 deletions

View File

@ -5,8 +5,20 @@ form {
margin: 0;
padding: 0;
}
fieldset {
fieldset:not(.fieldgroup) {
background-color: #fcfcfa;
border-radius: 2px;
margin: 1em 0;
padding: 30px 18px 18px;
position: relative;
}
fieldset:not(.fieldgroup) legend {
font-size: 1em;
font-weight: bold;
letter-spacing: 0.08em;
position: absolute;
text-transform: uppercase;
top: 10px;
}
.fieldgroup {
min-width: 0;