NIHVIVO-1493: Started defining app level classes for HTML elements
This commit is contained in:
parent
bf2ca1b02f
commit
bf6765cada
2 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,9 @@ label{
|
|||
display: block;
|
||||
margin-top: .5em;
|
||||
}
|
||||
textarea{
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
/* mb863-reference: vivo-basic/css/formedit.css*/
|
||||
form {
|
||||
padding-bottom: 20px;
|
||||
|
|
|
@ -46,8 +46,7 @@
|
|||
<textarea name="s34gfd88p9x1" rows="10" cols="90"></textarea>
|
||||
|
||||
<div class="buttons">
|
||||
<input type="submit" value="Send Mail" class="yellowbutton"/>
|
||||
<input type="reset" value="Clear Form" class="plainbutton"/>
|
||||
<input type="submit" value="Send Mail" class="green button"/>
|
||||
</div
|
||||
|
||||
<p style="font-weight: bold; margin-top: 1em">Thank you!</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue