Making WordPress.org

Changeset 11803


Ignore:
Timestamp:
04/27/2022 08:53:24 AM (2 years ago)
Author:
dd32
Message:

Trac: Various mobile responsive fixes for trac.

Props multidots1896, aezazshekh, himanshuc, kajalgohel, nidhidhandhukiya for reports.
See #4917.
Fixes #6209, #6208, #6194, #6156, #6155, #6130.

Location:
sites/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/site.html

    r11802 r11803  
    55
    66<?python
    7     scripts_version = '158'
     7    scripts_version = '159'
    88    project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0]
    99    wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/'
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r11802 r11803  
    377377    -webkit-box-shadow: none;
    378378    box-shadow: none;
     379    overflow: hidden;
     380    text-overflow: ellipsis;
    379381}
    380382.trac-groupprogress table.progress {
     
    491493}
    492494/* =timeline.css */
    493 #content.timeline {
    494     width: 100%;
    495 }
     495
    496496#content.timeline dl {
    497497    margin-left: 1em;
     
    20552055----------------------------------------------- */
    20562056@media (max-width: 770px) {
     2057    #main {
     2058        overflow-x: auto;
     2059    }
    20572060    #headline {
    20582061        height: auto;
     
    20822085        top: 0;
    20832086        right: 0;
     2087    }
     2088    .core.trac #mainnav {
     2089        display: none;
    20842090    }
    20852091    .newticket-instructions {
     
    22792285        width: 30%; /* More room so columns don't overlap */
    22802286    }
     2287    #properties table.trac-properties > colgroup > col.th,
     2288    #properties table.trac-properties > colgroup > col.td {
     2289        width: 100%;
     2290    }
    22812291    #field-description-help, #content.ticket label[for="comment"] {
    22822292        float: none; /* don't let it collide with the editor buttons */
     
    22852295        min-width: 115px !important;
    22862296        text-align: left;
     2297        float: none;
     2298        display: block;
    22872299    }
    22882300    #properties table.trac-properties {
Note: See TracChangeset for help on using the changeset viewer.