You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by jd...@apache.org on 2013/05/10 13:20:20 UTC

svn commit: r1480981 - in /bloodhound/trunk/bloodhound_theme/bhtheme: htdocs/bloodhound.css templates/bh_ticket.html

Author: jdreimann
Date: Fri May 10 11:20:19 2013
New Revision: 1480981

URL: http://svn.apache.org/r1480981
Log:
Minor changes to the ticket change history view: fixing the background image, limiting ul style to change events and increasing new comment box height from 1 to 2 rows.

Modified:
    bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1480981&r1=1480980&r2=1480981&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Fri May 10 11:20:19 2013
@@ -179,7 +179,7 @@ div.reports form {
 }
 
 .activityfeed {
-  background-image: url("/main/chrome/theme/img/change_history_arrow_line.png");
+  background-image: url("img/change_history_arrow_line.png");
   background-repeat: repeat-y;
   background-position: 20px 0px;
 }
@@ -1170,7 +1170,7 @@ textarea#comment, #trac-add-comment fiel
   margin-top: 0px;
 }
 
-#changelog ul {
+#changelog ul.changes {
   list-style-image: url('../common/collapsed.png');
   padding: 0px 0px 0px 11px;
 }

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html
URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html?rev=1480981&r1=1480980&r2=1480981&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html Fri May 10 11:20:19 2013
@@ -485,7 +485,7 @@
                   </div>
                   <!--! Comment field -->
                   <fieldset class="iefix">
-                    <textarea id="comment" name="comment" class="trac-resizable" rows="1"
+                    <textarea id="comment" name="comment" class="trac-resizable" rows="2"
                         placeholder="Enter new comment" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter new comment'">${comment}</textarea>
                     <py:if test="ticket.exists">
                       <input type="submit" class="btn pull-right" name="submit" value="${_('Submit')}" />