mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fix DIV.comment behaviour (not perfect yet, but better)
git-svn-id: http://piwigo.org/svn/trunk@1450 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -113,10 +113,8 @@ UL.categoryActions {
|
||||
}
|
||||
|
||||
#content DIV.comment BLOCKQUOTE {
|
||||
margin-top: 1em;
|
||||
margin-right: 0.5em;
|
||||
margin-bottom: 150px;
|
||||
padding: 0.5em;
|
||||
overflow: visible; /*avoid a very strange margin behaviour (all browsers) */
|
||||
}
|
||||
|
||||
/* begin chronology/calendar elements*/
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -131,11 +131,8 @@ TABLE.infoTable TD.value UL {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#comments BLOCKQUOTE {
|
||||
#thePicturePage #comments BLOCKQUOTE {
|
||||
margin: 0.5em 1em 1em 4em;
|
||||
padding: 0.5em;
|
||||
overflow: auto; /* no solution for IE6 */
|
||||
min-height: 2.75em; /* fix a Gecko bug whith scrollbar and 1 line only */
|
||||
}
|
||||
|
||||
#comments P.userCommentDelete {
|
||||
|
||||
Reference in New Issue
Block a user