adusted font style and size for text areas on property edit page

This commit is contained in:
tworrall 2012-06-28 17:13:35 +00:00
parent 86627facb3
commit 9e7d807b4d

View file

@ -412,7 +412,8 @@ tr.editformcell td textarea.matchingInput {
width: 95%; width: 95%;
height:10ex; height:10ex;
margin-top:0.7em; margin-top:0.7em;
font-style: normal !important; font-family: "Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-serif;
font-size:0.95em;
} }
hr.formDivider { hr.formDivider {
background-color: #3196C4; background-color: #3196C4;
@ -1431,6 +1432,9 @@ a {
.middle { .middle {
vertical-align: middle; vertical-align: middle;
} }
.checkboxSpacer {
margin-left:50px;
}
/* EDITING DISPLAY------> */ /* EDITING DISPLAY------> */
.edit-individual { .edit-individual {
border-left: 1px dotted #47b6d0; border-left: 1px dotted #47b6d0;