Tweak the build script, so a developer can build vitro-core and it won't have any effect when they build vivoweb in the same workspace.

This commit is contained in:
jeb228 2010-01-29 22:12:41 +00:00
commit 3f17d16d7b
68 changed files with 40148 additions and 0 deletions

View file

@ -0,0 +1,59 @@
/*************************************************
vivo-basic theme: editing form styles
This document is included by formPrefix.jsp
**************************************************/
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
form {
padding-bottom: 20px;
}
.form p {
margin-bottom:0.5em;
}
form textarea {
width: 60%;
}
form a:link.cancel, form a:visited.cancel {
color: #f00;
border-color: #f00;
}
form select option{
padding-right: 5px;
}
form a:hover.cancel {
color: #fff;
background: #f00;
}
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 {
margin-top: 1em;
}