Improved the semantics of the Settings page

This introduces a new class of `.form-group` to replace the label containing the elements.

I have also included `name=""` attributes to inputs where there were non.
This commit is contained in:
Matthew Harrison-Jones 2013-07-31 12:40:46 +01:00
parent 2a44225994
commit 26028a111b

View File

@ -36,11 +36,8 @@ form {
label {
display:block;
margin:1.5em 0;
padding-left:140px;
position:relative;
b {
strong {
display:inline-block;
position: absolute;
top:0.5em;
@ -126,6 +123,12 @@ form {
cursor: pointer;
}
.form-group {
position:relative;
margin:1.5em 0;
padding-left:140px;
}
}//form