summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-03-29 18:12:14 +0000
committerDries Buytaert <dries@buytaert.net>2004-03-29 18:12:14 +0000
commitcc1d535c0a7676728de82c6f0ab073c6f597666d (patch)
treebdac50e1ac2577b421def3bf1cbc0b000fd43bd0 /themes
parent5f17ad3c2df10663638683917ee92e366f79140c (diff)
downloadbrdo-cc1d535c0a7676728de82c6f0ab073c6f597666d.tar.gz
brdo-cc1d535c0a7676728de82c6f0ab073c6f597666d.tar.bz2
- Patch 6770 by MegaGrunt: IE6 scrambled the layout of nested comments.
Diffstat (limited to 'themes')
-rw-r--r--themes/xtemplate/pushbutton/xtemplate.css7
-rw-r--r--themes/xtemplate/pushbutton/xtemplate.xtmpl6
2 files changed, 6 insertions, 7 deletions
diff --git a/themes/xtemplate/pushbutton/xtemplate.css b/themes/xtemplate/pushbutton/xtemplate.css
index e3c72a2d4..6ef78e9b3 100644
--- a/themes/xtemplate/pushbutton/xtemplate.css
+++ b/themes/xtemplate/pushbutton/xtemplate.css
@@ -328,16 +328,15 @@ table#footer-links {
background: transparent url(icon-comment.gif) left center no-repeat;
}
.comment .new {
- text-align: right;
font-weight: bold;
- font-size: 0.85em;
- float: right;
+ font-size: 1em;
+ margin-left: 2px;
color: red;
}
.comment .picture {
border: 1px solid #fff;
float: right;
- margin: 0.5em;
+ margin: 10px;
}
.links {
font-size: 0.75em;
diff --git a/themes/xtemplate/pushbutton/xtemplate.xtmpl b/themes/xtemplate/pushbutton/xtemplate.xtmpl
index df01933c5..b3e4031ff 100644
--- a/themes/xtemplate/pushbutton/xtemplate.xtmpl
+++ b/themes/xtemplate/pushbutton/xtemplate.xtmpl
@@ -79,10 +79,10 @@
<!-- BEGIN: comment -->
<div class="comment">
<!-- BEGIN: picture -->
- <div class="picture">{picture}</div>
+ {picture}
<!-- END: picture -->
- <h3 class="title">{title}</h3><!-- BEGIN: new --><span class="new">{new}</span><!-- END: new -->
- <div class="submitted">{submitted}</div>
+ <h3 class="title">{title}</h3>
+ <div class="submitted">{submitted}<!-- BEGIN: new --><span class="new"> *{new}</span><!-- END: new --></div>
<div class="content">{content}</div>
<!-- BEGIN: links -->
<div class="links">&raquo; {links}</div>