Making WordPress.org

Changeset 1988


Ignore:
Timestamp:
10/17/2015 10:13:50 PM (9 years ago)
Author:
nacin
Message:

New Trac design which breaks up comments a bit.

File:
1 edited

Legend:

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

    r1980 r1988  
    8989/* We like the WP button styles, but they need to be a bit smaller sometimes */
    9090.inlinebuttons input {
    91     margin:  0 .2em .2em; /* Trac is 0 .1em .1em  */
     91    margin:  0 0 .2em .4em; /* Trac is 0 .1em .1em  */
    9292}
    9393#prefs .buttons input[type=button],
     
    306306    border: 1px solid #ccc;
    307307}
    308 #content.ticket .ticketdraft, #content.ticket #changelog {
     308#content.ticket .ticketdraft {
    309309    border: 1px solid #ccc;
    310310}
     
    522522    box-shadow: none;
    523523    font-size: 10px;
     524}
     525div#content.ticket #prefs {
     526    border: 0;
     527    background: none;
     528    margin-right: 0;
     529    position: static !important; /* overrides style="position:absolute" */
     530}
     531div#content.ticket #prefs div {
     532    display: inline;
    524533}
    525534#info {
     
    691700span.contributor-label {
    692701    font-size: 0.9em;
    693     background: #f1f1f1;
    694     color: #333;
     702    background: #fff;
     703    color: #666;
    695704    padding: 3px 4px;
    696705    margin: 0 2px 0 3px;
     706    border: 1px solid #eee;
    697707}
    698708span.contributor-label[title]:hover {
     
    706716#changelog h3.change img,
    707717#ticketchange h3.change img {
    708     margin: 0 .8em 0 -2px;
     718    margin: 0 0.8em 0 -2px;
    709719    border: 0; /* override for bb's */
    710720}
    711721#changelog h3.change,
    712722#ticketchange h3.change {
    713     margin: 1em 0 2em;
     723    padding: .5em 10px;
    714724    min-height: 40px;
    715     border-bottom: none;
     725    background: #f9f9f9;
     726    margin: 0 -1em;
    716727}
    717728#changelog h3.change.chat-bot {
    718     margin: 0.5em 0;
     729    margin: -1px -1.1em;
     730    border: none;
     731    background: #fff;
     732    padding: 0 11px 0 1em;
    719733}
    720734#changelog h3.change:after,
     
    727741#ticketchange h3.change span.avatar {
    728742    float: left;
    729     line-height: 18px;
     743    line-height: 22px;
    730744    min-width: 200px;
    731745}
     
    754768}
    755769h3 .trac-ticket-buttons {
    756     padding-top: 3px;
     770    padding-top: 8px;
     771}
     772h3.chat-bot .trac-ticket-buttons {
     773    padding-top: 0;
    757774}
    758775div.change > .trac-ticket-buttons {
    759776    display: none;
    760777}
     778div.trac-ticket-buttons input[type=submit] {
     779    border-radius: 0;
     780    background: none;
     781    padding: 0 5px;
     782    font-size: 12px;
     783    color: #888;
     784}
    761785div.change ul.changes {
    762     margin-top: 10px;
     786    margin-top: 20px;
    763787    margin-bottom: 20px;
    764788}
     
    766790    border-bottom: none;
    767791    text-decoration: none; /* override for bb's */
     792}
     793#changelog {
     794    padding: 0 0 1em;
    768795}
    769796#changelog h3.change .username,
     
    773800}
    774801#changelog div.change {
    775     border-bottom: 1px solid #d7d7d7;
     802    border: 1px solid #d7d7d7;
    776803    padding: 5px 0;
     804    margin: 1.5em 0;
     805    padding: 0 1em;
    777806}
    778807#changelog div.change:last-child {
    779     border-bottom: none;
    780 }
    781 #changelog {
    782     padding: 0 1em;
    783 }
    784 #content.ticket #prefs div {
    785     display: inline;
    786 }
    787 #content.ticket #prefs {
    788     margin-right: 0;
    789     background: 0;
    790     border: 0;
    791     margin-top: -4px;
     808    padding-bottom: 0;
    792809}
    793810#changelog .comment,
     
    795812    margin-left: 0;
    796813    word-wrap: break-word;
     814    margin-top: 20px;
     815    margin-bottom: 20px;
    797816}
    798817#changelog .trac-lastedit {
     
    13671386/*
    13681387 * Workaround for Trac bug.
    1369  * See http://trac.edgewall.org/ticket/10751
     1388 * See http://trac.edgewall.org/ticket/10751
    13701389 */
    13711390.timeline img {
     
    20302049    }
    20312050}
     2051
Note: See TracChangeset for help on using the changeset viewer.