aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/default-layout.css
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-04-22 20:02:12 +0000
committerchrisaga <chrisaga@piwigo.org>2006-04-22 20:02:12 +0000
commitdceb6dbfece9def0e25c51725abbed57c9080adc (patch)
tree024d085d5af5a1e9d72271d742f9a2000d96415b /template/yoga/default-layout.css
parent854df586db9c1936cf3914073cce357e4df43159 (diff)
- merge trunk r1260:1261 into branch 1.6 (minor improvements and fixes in template)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1262 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;
}