mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 19:02:29 +03:00
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:
parent
2a44225994
commit
26028a111b
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user