fix story 833286: IE 6: Comment layer is not displayed correctly.
svn path=/plone.app.discussion/trunk/; revision=27647
This commit is contained in:
parent
a3e9105e48
commit
1008356b30
@ -6,15 +6,13 @@
|
|||||||
|
|
||||||
.comment {
|
.comment {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
position: relative;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commentImage {
|
.commentImage {
|
||||||
width: 90px;
|
width: 90px;
|
||||||
float: left;
|
float: left;
|
||||||
/* Todo: This is only a temporary solution !!! */
|
background: #EEF3F5; /* Todo: Only a temporary solution !!! */
|
||||||
background: #EEF3F5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.commentImage img {
|
.commentImage img {
|
||||||
|
Loading…
Reference in New Issue
Block a user