diff options
author | plegall <plg@piwigo.org> | 2006-04-05 21:01:05 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-04-05 21:01:05 +0000 |
commit | e59772b8df1f8528d45bbc548110259f943352ee (patch) | |
tree | 92831c242932d957e2d573c0bcf2f6411e22f253 /template/yoga/default-layout.css | |
parent | 969ebbf4f120064ab864329c8daf3adc38cfc38a (diff) |
bug fixed: replace obsolet tn_width and tn_height language keys by their new
equivalent.
improvement: HTML properties forms rewritten to offer labelled Yes/No click
on checkboxes.
improvement: onblur onfocus attribute used on every HTML properties form.
git-svn-id: http://piwigo.org/svn/trunk@1129 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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; } |