diff options
author | plegall <plg@piwigo.org> | 2005-11-07 22:54:49 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-11-07 22:54:49 +0000 |
commit | 094fc8814f2c8a8e896b4c8bc077847adbc8304c (patch) | |
tree | cea5b0e9ebc4123516ee32ed9bbf393d07d72d95 /template/yoga/default-layout.css | |
parent | 6718d32228453c7a242cda9ebc636c229003e8cc (diff) |
- improvement: use a "filter" form for adding user comments.
git-svn-id: http://piwigo.org/svn/trunk@924 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/default-layout.css | 16 |
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 |