diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index f6c55cc6..ce5e8bfe 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -435,7 +435,8 @@ tr.editformcell td textarea.matchingInput { width: 95%; height:10ex; 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 { background-color: #3196C4; @@ -1485,6 +1486,9 @@ a { input[type="submit"] { cursor: pointer; } +.checkboxSpacer { + margin-left:150px; +} /* EDITING DISPLAY------> */ .edit-individual { border-left: 1px dotted #B2D15A;