diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-09 08:35:14 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-09 08:35:14 +0000 |
commit | 73d44f9784eaa97f7dd233517abce32a8a1731f5 (patch) | |
tree | 0524c3b727eec840d8b45cc81b68204f26ceb7f6 /template/yoga/default-layout.css | |
parent | 6ece4913822f3e71c3b6d6378a81b0b45ab80677 (diff) |
fix DIV.comment behaviour (not perfect yet, but better)
git-svn-id: http://piwigo.org/svn/trunk@1450 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index d087bc8fa..5a7e293ed 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -82,10 +82,16 @@ TEXTAREA.description { SELECT.categoryList { height: 20em; - /*max-width: 60em;*/ width: auto; } +DIV.comment BLOCKQUOTE { + padding: 0.5em; + overflow: auto; /* no solution for IE6 */ + min-height: 2.75em; /* fix a Gecko bug whith scrollbar and 1 line only */ +} + + /** * Filter forms are displayed label by label with the input (or select...) * below the label. Use an UL to make a group (radiobox for instance). |