Making WordPress.org

Changeset 46


Ignore:
Timestamp:
06/10/2013 02:45:38 PM (12 years ago)
Author:
nacin
Message:

Trac: Better margins and sizes for inline buttons and preference boxes. fixes #5.

File:
1 edited

Legend:

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

    r45 r46  
    7777/* We like the WP button styles, but they need to be a bit smaller sometimes */
    7878.inlinebuttons input {
    79     margin: 0 .1em .1em; /* restores Trac's own CSS  */
     79    margin:  0 .2em .2em; /* Trac is 0 .1em .1em  */
     80}
     81.inlinebuttons input[name=replyto] + input {
     82    margin-left: 15px;
     83}
     84#prefs .buttons input[type=button],
     85#prefs .buttons input[type=submit],
     86.inlinebuttons input[type=button],
     87.inlinebuttons input[type=submit] {
    8088    font-size: 10px;
    8189    line-height: 20px;
    8290    height: 21px;
     91}
     92#prefs input {
     93    margin: .1em;
     94}
     95#prefs fieldset label {
     96    margin: .1em 0;
    8397}
    8498
     
    137151}
    138152#content.report {
    139     width: 98%;
     153    max-width: 98%;
    140154}
    141155#content.report div.reports ~ #help,
     
    457471    border: 1px solid #ccc;
    458472    box-shadow: none;
     473    font-size: 10px;
    459474}
    460475#info {
Note: See TracChangeset for help on using the changeset viewer.