Making WordPress.org

Changeset 31


Ignore:
Timestamp:
06/04/2013 09:27:45 PM (12 years ago)
Author:
nacin
Message:

Trac customizations: Only have /report go full width (which is now only 98% for some breathing room).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/shiny.css

    r30 r31  
    9494}
    9595
    96 /* Everything should be 960px width, except for when we could really use the extra space:
    97  * - attachments/patches (but not when uploading)
    98  * - changesets
    99  * - code browser
    100  * - ticket query
    101  * - report views (but not /report)
    102  */
     96/* Everything should be 960px width, except for reports (too much tabular data for 960px) */
    10397#banner, #mainnav, #ctxtnav, #pagepath, #content, #footer, #altlinks, #main > h1 {
    10498    width: 960px;
     
    108102    width: 930px;
    109103}
    110 #content.report,
    111 #content.browser,
    112 #content.query,
    113 #content.changeset,
    114 #content.attachment {
    115     width: 100%;
     104#content.report {
     105    width: 98%;
    116106}
    117107#content.report div.reports ~ #help,
    118108#content.report div.reports,
    119 #content.changeset > #title,
    120 #content.changeset #overview,
    121 #content.attachment > form,
    122 #content.attachment #info,
    123 #content.attachment > h1,
    124109#content.report > h1,
    125 #content.browser > h1,
    126 #content.query > h1,
    127 #content.query #query,
    128110#content.report > form,
    129111#content.report #description,
     
    133115    margin-left: auto;
    134116    margin-right: auto;
    135 }
    136 #content.changeset #overview {
    137     position: relative;
    138117}
    139118#content.report form#prefs {
Note: See TracChangeset for help on using the changeset viewer.