adusted font style and size for text areas on property edit page
This commit is contained in:
parent
86627facb3
commit
9e7d807b4d
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue