2010-01-31 04:38:31 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
2010-01-29 22:12:41 +00:00
|
|
|
/*************************************************
|
|
|
|
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 {
|
2010-03-29 13:46:59 +00:00
|
|
|
color: #f70;
|
|
|
|
border-color: #f70;
|
2010-01-29 22:12:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
form a:hover.cancel {
|
|
|
|
color: #fff;
|
2010-03-29 13:46:59 +00:00
|
|
|
background: #f70;
|
|
|
|
}
|
|
|
|
|
|
|
|
form select option{
|
|
|
|
padding-right: 5px;
|
2010-01-29 22:12:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
form dl {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form dl dt, form dl dd {
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.validationError {
|
|
|
|
font-weight:bold;
|
|
|
|
color:red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inlineForm input {
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inlineForm label {
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.submit {
|
2010-03-29 13:46:59 +00:00
|
|
|
clear: left;
|
2010-04-02 23:11:13 +00:00
|
|
|
margin-top: 2em;
|
2010-01-29 22:12:41 +00:00
|
|
|
}
|