Edgewall Software

Changes between Version 13 and Version 14 of CookBook/SiteStyleCss


Ignore:
Timestamp:
Aug 7, 2015, 6:30:06 PM (9 years ago)
Author:
Peter Suter
Comment:

Unlimited ticket width from mailing list, #3126, #7158, …

Legend:

Unmodified
Added
Removed
Modified
  • CookBook/SiteStyleCss

    v13 v14  
    6969#ticket table.properties td,#ticket table.properties th { font-size: 100%; }
    7070}}}
     71
     72== Unlimited ticket width
     73
     74Use the full width of the browser window for ticket display:
     75{{{
     76#!css
     77#content.ticket {
     78 width: auto;
     79 max-width: 100%;
     80}
     81}}}