aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/default-layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r--template/yoga/default-layout.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index 1f501bb0e..dd76aab67 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -144,12 +144,16 @@ FORM.filter FIELDSET LABEL {
padding: 0;
}
-FORM.filter FIELDSET LABEL INPUT, FORM.filter FIELDSET LABEL SELECT {
+FORM.filter FIELDSET LABEL INPUT,
+FORM.filter FIELDSET LABEL SELECT,
+FORM.filter FIELDSET LABEL TEXTAREA {
display: block;
margin: 0.5em 0;
}
-FORM.filter FIELDSET P, FORM.filter FIELDSET INPUT {
+FORM.filter FIELDSET P,
+FORM.filter FIELDSET INPUT,
+FORM.filter FIELDSET TEXTAREA {
clear: left;
display: block;
}
@@ -247,3 +251,11 @@ BODY#thePopuphelpPage #copyright {
color: green;
display: none;
}
+
+FORM#addComment FIELDSET LABEL {
+ clear: both;
+}
+
+FORM#addComment FIELDSET INPUT[type="hidden"] {
+ display: none;
+} \ No newline at end of file