Author: gjm
Date: Sat Dec  7 09:11:36 2013
New Revision: 1548821

URL: http://svn.apache.org/r1548821
Log:
relations overlap fix for #631 - patch from Antony Semonella

Modified:
    
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html
    bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Modified: 
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html?rev=1548821&r1=1548820&r2=1548821&view=diff
==============================================================================
--- 
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html
 (original)
+++ 
bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html
 Sat Dec  7 09:11:36 2013
@@ -25,6 +25,11 @@
   <py:choose test="">
     <py:when test="relations">
       <table class="table table-condensed table-bordered">
+        <colgroup>
+            <col span="3" class="width-standard"/>
+            <col class="width-wide" />
+            <col span="2" class="width-standard" />
+        </colgroup>
         <thead>
           <tr>
             
<th>Type</th><th>Product</th><th>Ticket</th><th>Comment</th><th>Author</th><th 
class="hidden-phone">Changed</th>

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1548821&r1=1548820&r2=1548821&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Sat Dec  7 
09:11:36 2013
@@ -1358,3 +1358,17 @@ input[type="radio"]:not(:checked) + labe
  border-top: 1px solid #dddddd;
 }
 
+/* @group Related tickets */
+
+.relations table {
+ table-layout: fixed;
+ word-wrap: break-word;
+}
+
+.relations table .width-standard {
+ width: 17%;
+}
+.relations table .width-wide {
+ width: 32%;
+}
+/* @end */


Reply via email to