diff options
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 85f9f774b..d8f70bfb6 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -179,7 +179,8 @@ FORM.properties LI, FORM#update UL { line-height: 1.8em; } -FORM.properties LABEL { +FORM.properties SPAN.property { + font-weight: bold; float: left; width: 50%; text-align: right; @@ -187,10 +188,6 @@ FORM.properties LABEL { padding: 0 0.5em 0 0; } -FORM.properties LABEL.mandatory { - font-weight: bold; -} - FORM.properties .focus { background-color: whitesmoke; } |