aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/default-layout.css
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-04-22 20:00:43 +0000
committerchrisaga <chrisaga@piwigo.org>2006-04-22 20:00:43 +0000
commitf6d5aefa8b71dec9ab434edeef455bb286b4ac0c (patch)
treede5bea31af2474de8bd5b8e288b08d08461b57d6 /template/yoga/default-layout.css
parent456b2bda5a2c931646d537ca3202b25c78c14e16 (diff)
- improvement : minor improvements and bug fixes in template
git-svn-id: http://piwigo.org/svn/trunk@1261 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r--template/yoga/default-layout.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index 5825e9eda..b1256e1bc 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -137,7 +137,7 @@ FORM.filter FIELDSET LABEL {
display: block;
float: left;
width: auto;
- margin-right: 10px;
+ margin-right: 1em;
padding: 0;
}
FORM.filter FIELDSET UL LABEL {
@@ -160,7 +160,7 @@ FORM.filter FIELDSET LABEL * SELECT,
FORM.filter FIELDSET * LABEL TEXTAREA,
FORM.filter FIELDSET LABEL * TEXTAREA {
display: inline;
- vertical-align: baseline;
+ vertical-align: top;
margin: 0 0.5em 0 0;
}