Making WordPress.org

Ticket #4917: 4917.reports.2.patch

File 4917.reports.2.patch, 883 bytes (added by vladytimy, 3 years ago)
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

     
    21392139                max-width: 50%; /* prevent the logo and search from colliding (to a point) */
    21402140                height: auto;
    21412141        }
     2142        #filters th,
     2143        #filters td {
     2144                display: block;
     2145        }
     2146        #filters .trac-clause td:not(.actions td),
     2147        #filters .trac-clause th {
     2148        text-align:left;
     2149    }
     2150        #filters .trac-clause tbody {
     2151                display:table;
     2152                padding:7px 0 7px 0;
     2153        }
     2154        #filters th,
     2155        #filters td label {
     2156                font-size:13px;
     2157        }
    21422158        #content.ticket, .milestone .info .progress, .milestone .info dl, #content.timeline dl, #stats {
    21432159                margin-left: 0; /* use all the available space */
    21442160        }