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

This commit is contained in:
tworrall 2012-06-28 17:12:27 +00:00
parent fcc26a3207
commit 8ae0f40702

View file

@ -435,7 +435,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;
@ -1485,6 +1486,9 @@ a {
input[type="submit"] { input[type="submit"] {
cursor: pointer; cursor: pointer;
} }
.checkboxSpacer {
margin-left:150px;
}
/* EDITING DISPLAY------> */ /* EDITING DISPLAY------> */
.edit-individual { .edit-individual {
border-left: 1px dotted #B2D15A; border-left: 1px dotted #B2D15A;