NIHVIVO-1493: Started defining app level classes for HTML elements

This commit is contained in:
mb863 2010-12-09 19:11:25 +00:00
parent bf2ca1b02f
commit bf6765cada
2 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,9 @@ label{
display: block; display: block;
margin-top: .5em; margin-top: .5em;
} }
textarea{
margin-bottom: 1.5em;
}
/* mb863-reference: vivo-basic/css/formedit.css*/ /* mb863-reference: vivo-basic/css/formedit.css*/
form { form {
padding-bottom: 20px; padding-bottom: 20px;

View file

@ -46,8 +46,7 @@
<textarea name="s34gfd88p9x1" rows="10" cols="90"></textarea> <textarea name="s34gfd88p9x1" rows="10" cols="90"></textarea>
<div class="buttons"> <div class="buttons">
<input type="submit" value="Send Mail" class="yellowbutton"/> <input type="submit" value="Send Mail" class="green button"/>
<input type="reset" value="Clear Form" class="plainbutton"/>
</div </div
<p style="font-weight: bold; margin-top: 1em">Thank you!</p> <p style="font-weight: bold; margin-top: 1em">Thank you!</p>