Skip to content
Snippets Groups Projects
Commit cc1d535c authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch 6770 by MegaGrunt: IE6 scrambled the layout of nested comments.

parent 5f17ad3c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -328,16 +328,15 @@ table#footer-links { ...@@ -328,16 +328,15 @@ table#footer-links {
background: transparent url(icon-comment.gif) left center no-repeat; background: transparent url(icon-comment.gif) left center no-repeat;
} }
.comment .new { .comment .new {
text-align: right;
font-weight: bold; font-weight: bold;
font-size: 0.85em; font-size: 1em;
float: right; margin-left: 2px;
color: red; color: red;
} }
.comment .picture { .comment .picture {
border: 1px solid #fff; border: 1px solid #fff;
float: right; float: right;
margin: 0.5em; margin: 10px;
} }
.links { .links {
font-size: 0.75em; font-size: 0.75em;
......
...@@ -79,10 +79,10 @@ ...@@ -79,10 +79,10 @@
<!-- BEGIN: comment --> <!-- BEGIN: comment -->
<div class="comment"> <div class="comment">
<!-- BEGIN: picture --> <!-- BEGIN: picture -->
<div class="picture">{picture}</div> {picture}
<!-- END: picture --> <!-- END: picture -->
<h3 class="title">{title}</h3><!-- BEGIN: new --><span class="new">{new}</span><!-- END: new --> <h3 class="title">{title}</h3>
<div class="submitted">{submitted}</div> <div class="submitted">{submitted}<!-- BEGIN: new --><span class="new"> *{new}</span><!-- END: new --></div>
<div class="content">{content}</div> <div class="content">{content}</div>
<!-- BEGIN: links --> <!-- BEGIN: links -->
<div class="links">&raquo; {links}</div> <div class="links">&raquo; {links}</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment