Edgewall Software

Changes between Initial Version and Version 2 of Ticket #12875


Ignore:
Timestamp:
Jul 30, 2017, 3:32:44 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12875 – Description

    initial v2  
     1[[Image(Screen Shot 2017-07-29 at 18.11.53.png,100%,border=2)]]
     2
     3[[Image(Screen Shot 2017-07-29 at 18.12.12.png,100%,border=2)]]
     4
     5The following patch seems to fix the issue, and so far I see only improvements in layout from the change:
     6{{{#!diff
     7diff --git a/trac/htdocs/css/ticket.css b/trac/htdocs/css/ticket.css
     8index a08ed108b..735e74d22 100644
     9--- a/trac/htdocs/css/ticket.css
     10+++ b/trac/htdocs/css/ticket.css
     11@@ -284,13 +284,12 @@ label[for=comment] { float: right }
     12  box-sizing: border-box;
     13  width: 100%;
     14 }
     15-#properties { white-space: nowrap; line-height: 160%; padding: 1em }
     16+#properties { line-height: 160%; padding: 1em }
     17 #properties table.trac-properties > tbody > tr > th,
     18 #properties table.trac-properties > colgroup > col.th {
     19  padding: .4em;
     20  text-align: right;
     21  vertical-align: middle;
     22- white-space: normal;
     23  width: 17%;
     24 }
     25 #properties table.trac-properties > tbody > tr > th.col2 { border-left: 1px dotted #d7d7d7 }
     26}}}
     27
     28[[Image(Screen Shot 2017-07-29 at 18.12.37.png,100%,border=2)]]