Author: matevz
Date: Wed May 29 13:01:57 2013
New Revision: 1487469

URL: http://svn.apache.org/r1487469
Log:
Ref. #533 - minor fix for activity feed

Modified:
    bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket_change.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=1487469&r1=1487468&r2=1487469&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Wed May 29 
13:01:57 2013
@@ -1155,7 +1155,6 @@ table.wiki th {
 #changelog div.comment-box,
 #trac-add-comment div.comment-box {
   background-color: rgb(253, 252, 250);
-  margin-left: 20px;
   margin-bottom: 5px;
   display: block;
   visibility: visible;

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=1487469&r1=1487468&r2=1487469&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html Wed May 
29 13:01:57 2013
@@ -478,7 +478,7 @@
 
                 <!--! Comment field -->
                 <fieldset class="iefix">
-                  <div class="comment-box popover fade in right" 
id="newcomment">
+                  <div class="comment-box popover fade in" id="newcomment">
                     <div class="popover-title"><i class="icon-comment"></i> 
Add quick comment</div>
                     <div class="popover-content">
                       <textarea id="comment" name="comment" 
class="trac-resizable" rows="2"

Modified: 
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket_change.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket_change.html?rev=1487469&r1=1487468&r2=1487469&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket_change.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket_change.html 
Wed May 29 13:01:57 2013
@@ -56,7 +56,7 @@ Arguments:
   </py:def>
 
 
-  <div class="comment-box popover fade in${' right' if change.comment else 
None}" id="${'comment:' + str(cnum) if cnum else ''}">
+  <div class="comment-box popover fade in" id="${'comment:' + str(cnum) if 
cnum else ''}">
     <div class="popover-title">
       <i class="icon-user"></i> <i>${authorinfo(change.author)}</i>
       <span class="pull-right" py:if="'date' in 
change"><small>${pretty_dateinfo(change.date)}</small></span>


Reply via email to