Making WordPress.org

Changeset 244


Ignore:
Timestamp:
01/09/2014 07:20:49 AM (10 years ago)
Author:
nacin
Message:

Trac: Hide "Cc:" from ticket box when there are none. Note that on Core Trac, CCs are now disabled via the Black Magic trac plugin. see #127.

File:
1 edited

Legend:

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

    r239 r244  
    827827    margin-top: 1em;
    828828}
     829/* Hide "Cc:" from ticket box when there are none */
     830#h_cc.missing {
     831    visibility: hidden;
     832}
     833#ticket table.properties tr:last-child {
     834    border-bottom: none;
     835}
    829836#notifications .dashicons {
    830837    vertical-align: text-bottom;
Note: See TracChangeset for help on using the changeset viewer.