NIHVIVO-1238: Continue working on styles and making custom forms theme agnostic
This commit is contained in:
parent
3180ed432b
commit
ed08113669
2 changed files with 11 additions and 23 deletions
|
@ -6,64 +6,52 @@ label{
|
|||
display: block;
|
||||
margin-top: .5em;
|
||||
}
|
||||
input{
|
||||
padding:0.4em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/******************* mb863: content below copied from Wilma theme /css/formedit.css ********************************/
|
||||
/*************************************************
|
||||
vivo-basic theme: editing form styles
|
||||
|
||||
This document is included by formPrefix.jsp
|
||||
|
||||
**************************************************/
|
||||
|
||||
form {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.form p {
|
||||
margin-bottom:0.5em;
|
||||
}
|
||||
|
||||
form textarea {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
form a:link.cancel, form a:visited.cancel {
|
||||
color: #f70;
|
||||
border-color: #f70;
|
||||
}
|
||||
|
||||
form a:hover.cancel {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
background: #f70;
|
||||
}
|
||||
|
||||
form select option{
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
form dl {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
form dl dt, form dl dd {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.validationError {
|
||||
padding-top: .5em;
|
||||
color:red;
|
||||
color:red;
|
||||
}
|
||||
|
||||
.inlineForm input {
|
||||
display:inline;
|
||||
}
|
||||
|
||||
.inlineForm label {
|
||||
display:inline;
|
||||
}
|
||||
|
||||
p.submit {
|
||||
clear: left;
|
||||
margin-top: 2em;
|
||||
}
|
||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
/******************* styles copied from old global.css.jsp ********************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue