[Libreoffice-commits] .: bug/bug bug/component_comments.xsl
Loic Dachary
loic at kemper.freedesktop.org
Tue Sep 20 06:03:24 PDT 2011
bug/bug/bug.css | 17 +++++++++++++++--
bug/bug/select.css | 2 ++
bug/component_comments.xsl | 2 +-
3 files changed, 18 insertions(+), 3 deletions(-)
New commits:
commit 325a3332c17377fef8983e9922a481ac00ee3962
Author: Loic Dachary <loic at dachary.org>
Date: Tue Sep 20 15:03:17 2011 +0200
add overflow auto where appropriate
diff --git a/bug/bug/bug.css b/bug/bug/bug.css
index a29b4de..8680d87 100644
--- a/bug/bug/bug.css
+++ b/bug/bug/bug.css
@@ -89,9 +89,17 @@ body {
}
.copyright {
- padding-top: 100px;
+ padding: 100px 10px 0px 30px;
font-size: 8px;
- color: #9d9d9d;
+ color: #29a1e0;
+}
+
+.copyright a {
+ color: #025587;
+}
+
+.copyright a:hover {
+ color: #29a1e0;
}
.right {
@@ -275,6 +283,11 @@ body {
right: 0;
}
+.state_component .comments .comment-text {
+ height: 130px;
+ overflow: auto;
+}
+
.state_component .comments .comment-read-more a {
text-decoration: none;
color: #cc1300;
diff --git a/bug/bug/select.css b/bug/bug/select.css
index 9c73287..72ba585 100644
--- a/bug/bug/select.css
+++ b/bug/bug/select.css
@@ -9,6 +9,8 @@
list-style: none;
margin: 0;
padding: 0;
+ height: 180px;
+ overflow: auto;
}
.select .top-left {
diff --git a/bug/component_comments.xsl b/bug/component_comments.xsl
index 436f810..d33d66d 100644
--- a/bug/component_comments.xsl
+++ b/bug/component_comments.xsl
@@ -18,7 +18,7 @@
<xsl:element name="div">
<xsl:attribute name="class"><xsl:value-of select="translate(translate(*[position()=1],' ','_')," ",'_')" /> comment</xsl:attribute>
<div class="comment-header">Component <xsl:value-of select="*[position()=1]" /> </div>
- <xsl:apply-templates select="*[position()>1]"/>
+ <div class="comment-text"><xsl:apply-templates select="*[position()>1]"/></div>
<div class="comment-read-more">
<xsl:element name="a">
<xsl:attribute name="href">http://wiki.documentfoundation.org/BugzAssHlp_<xsl:value-of select="translate(translate(*[position()=1],' ','_')," ",'_')" />_long</xsl:attribute>
More information about the Libreoffice-commits
mailing list