NIHVIVO-1238: Making custom forms theme agnostic
This commit is contained in:
parent
5dbe8f00b1
commit
b6f06e45b2
9 changed files with 35 additions and 84 deletions
|
@ -8,52 +8,41 @@
|
|||
**************************************************/
|
||||
|
||||
form {
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.form p {
|
||||
margin-bottom:0.5em;
|
||||
}
|
||||
|
||||
form textarea {
|
||||
width: 60%;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
form a:link.cancel, form a:visited.cancel {
|
||||
color: #f70;
|
||||
border-color: #f70;
|
||||
color: #f70;
|
||||
border-color: #f70;
|
||||
}
|
||||
|
||||
form a:hover.cancel {
|
||||
color: #fff;
|
||||
background: #f70;
|
||||
color: #fff;
|
||||
background: #f70;
|
||||
}
|
||||
|
||||
form select option{
|
||||
padding-right: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
form dl {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
form dl dt, form dl dd {
|
||||
padding-top: 15px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.validationError {
|
||||
font-weight:bold;
|
||||
color:red;
|
||||
}
|
||||
|
||||
.inlineForm input {
|
||||
display:inline;
|
||||
}
|
||||
|
||||
.inlineForm label {
|
||||
display:inline;
|
||||
}
|
||||
|
||||
p.submit {
|
||||
clear: left;
|
||||
margin-top: 2em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue