mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
BUGFIX:re-styled register form as it looks quite broken re: Trac 7316
This commit is contained in:
parent
bf3fd0f088
commit
911a447feb
@ -69,9 +69,9 @@ div.field {
|
|||||||
font-family: Arial, Helvetica, sans-serif
|
font-family: Arial, Helvetica, sans-serif
|
||||||
}
|
}
|
||||||
form label.left {
|
form label.left {
|
||||||
float: left;
|
|
||||||
width: 20%;
|
width: 20%;
|
||||||
padding-right: 5%;
|
padding-right: 5%;
|
||||||
|
padding-bottom:10px;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
@ -188,9 +188,11 @@ input[type="submit"] {
|
|||||||
}
|
}
|
||||||
div.field {
|
div.field {
|
||||||
position:relative;
|
position:relative;
|
||||||
border-bottom:1px solid #E5E5E5;
|
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
.main div.field {
|
||||||
|
border-bottom:1px solid #E5E5E5;
|
||||||
|
}
|
||||||
.checkbox label.right,
|
.checkbox label.right,
|
||||||
.radio label.right {
|
.radio label.right {
|
||||||
float:left;
|
float:left;
|
||||||
|
Loading…
Reference in New Issue
Block a user