NIHVIVO-1559: Fixed position of error messages and call to action buttons for forms.
This commit is contained in:
parent
70f7b3787d
commit
85db89c47a
2 changed files with 11 additions and 6 deletions
|
@ -62,7 +62,9 @@ form.customForm p.inline.year input {
|
|||
input,
|
||||
select,
|
||||
form.customForm p {
|
||||
margin-bottom: 1em;
|
||||
/*margin-bottom: 1em;*/
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
option {
|
||||
|
@ -75,18 +77,21 @@ form.customForm .hint {
|
|||
}
|
||||
|
||||
form.customForm .requiredHint {
|
||||
color: #f00;
|
||||
color: #c00;
|
||||
font-weight: normal;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
form.customForm #requiredLegend {
|
||||
font-style: italic;
|
||||
margin-top: .5em;
|
||||
}
|
||||
|
||||
form.customForm p.validationError {
|
||||
clear: both;
|
||||
margin-bottom: 1.25em;
|
||||
/*margin-bottom: 1.25em;*/
|
||||
margin-top: .3em;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
form.customForm a.close {
|
||||
|
|
|
@ -9,7 +9,7 @@ input[type="password"]{
|
|||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
margin-bottom: 1em;
|
||||
/*margin-bottom: 1em;*/
|
||||
}
|
||||
label{
|
||||
margin-top: .5em;
|
||||
|
@ -194,10 +194,10 @@ p.submit {
|
|||
background-color: #fff;
|
||||
}
|
||||
.formsEdit p{
|
||||
padding-top: 1em;
|
||||
/*padding-top: 1em;*/
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
margin-top: 1em;
|
||||
margin-top: .7em;
|
||||
}
|
||||
form.deleteForm{
|
||||
margin-top: 2em;
|
||||
|
|
Loading…
Add table
Reference in a new issue