changed loginForm a to be important
git-svn-id: https://rosehill.googlecode.com/svn/branches/php@37 100bd78a-fc82-11de-b5bc-ffd2847a4b57
This commit is contained in:
parent
b96dcc475c
commit
7dc3078e19
|
@ -84,7 +84,9 @@ $return_url = isset($this->return_url) ? $this->return_url : BASE_URL.'/intermen
|
|||
</table>
|
||||
|
||||
<div><label for="interment-notes">Notes</label></div>
|
||||
<div><textarea name="interment[notes]" id="interment-notes" rows="3" cols="40"></textarea></div>
|
||||
<div>
|
||||
<textarea name="interment[notes]" id="interment-notes" rows="3" cols="40"></textarea>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="submit">Submit</button>
|
||||
<button type="button" class="cancel" onclick="document.location.href='<?php echo $return_url; ?>';">
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
.loginForm th label { color:black; }
|
||||
.loginForm fieldset { border:none; margin:0; padding:0; }
|
||||
.loginForm legend { display:none; }
|
||||
.loginForm button {display:none; }
|
||||
.loginForm a { font-weight:bold; color:blue; }
|
||||
.loginForm button { }
|
||||
.loginForm a { font-weight:bold; color:black !important }
|
||||
|
||||
.searchForm {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue