Make WordPress Core

Changeset 9918


Ignore:
Timestamp:
11/27/2008 11:53:32 AM (16 years ago)
Author:
azaozz
Message:

Visual UI fixes from iammattthomas, fixes #8387

Location:
trunk/wp-admin
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/colors-fresh.css

    r9912 r9918  
    304304
    305305.button,
    306 .submit input {
     306.button-secondary,
     307.submit input,
     308input[type=button],
     309input[type=submit] {
    307310    border-color: #bbb;
    308311    color: #464646;
     
    310313
    311314.button:hover,
    312 .submit input:hover {
     315.button-secondary:hover,
     316.submit input:hover,
     317input[type=button]:hover,
     318input[type=submit]:hover {
    313319    color: #000;
    314320    border-color: #666;
     
    330336.submit .button-primary,
    331337#login form .submit input {
    332     border-color: #298cba;
     338    border-color: #298cba !important;
    333339    font-weight: bold;
    334     color: #FFF;
     340    color: #FFF !important;
    335341    background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
    336342}
     
    343349.button[disabled],
    344350.button:disabled,
    345 .button-primary[disabled],
    346 .button-primary:disabled,
    347351.button-secondary[disabled],
    348352.button-secondary:disabled,
    349353a.button.disabled {
    350     background: #ddd;
    351     color: #888;
    352     text-shadow: rgba(255,255,255,0.6) 0 1px 0;
     354    color: #ccc !important;
    353355    border-color: #ccc;
     356}
     357
     358.button-primary[disabled],
     359.button-primary:disabled {
     360    color: #2fa0d5 !important;
    354361}
    355362
     
    12651272}
    12661273
     1274#screen-meta-links a.show-settings:hover {
     1275    color: #000;
     1276}
     1277
    12671278#replysubmit {
    12681279    background-color: #f1f1f1;
  • trunk/wp-admin/css/dashboard.css

    r9916 r9918  
     1.postbox p, .postbox ul, .postbox ol, .postbox blockquote, #wp-version-message { font-size: 11px; }
     2
    13.edit-box {
    24    display: none;
     
    8587
    8688#dashboard-widgets h4 {
    87     font-size: 1em;
     89    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
     90    font-size: 13px;
    8891    margin: 0 0 .2em;
    8992    padding: 0;
     
    209212}
    210213
     214#the-comment-list .pingback {
     215    padding-left: 9px !important;
     216}
     217
    211218#the-comment-list .comment-item,
    212219#the-comment-list #replyrow {
     
    230237}
    231238
     239.comment-meta strong {
     240    font-weight: normal;
     241}
     242
    232243#the-comment-list .comment-item h4 cite,
    233244#the-comment-list .comment-item h4 strong {
    234245    font-style: normal;
    235     color: #333;
     246    font-weight: normal;
    236247}
    237248
     
    253264
    254265#the-comment-list .comment-item p.comment-actions {
    255     margin: 0;
    256     padding: 0;
    257     font-size: 11px;
     266    margin: 3px 0 0 0;
     267    padding: 0;
     268    font-size: 10px;
    258269}
    259270
     
    261272
    262273#dashboard_quick_press h4 {
     274    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    263275    float: left;
    264276    width: 5.5em;
     
    321333
    322334#dashboard_recent_drafts h4 abbr {
    323     font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
     335    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
     336    font-size: 11px;
    324337    color: #999;
     338    margin-left: 3px;
    325339}
    326340
     
    340354a.rsswidget {
    341355    font-size: 13px;
     356    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    342357    line-height: 1.7em;
    343358}
     
    352367
    353368.rss-widget ul li {
    354     line-height: 1.4em;
     369    line-height: 1.5em;
     370    margin-bottom: 12px;
    355371}
    356372
    357373.rss-widget span.rss-date {
    358     font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
     374    margin-left: 3px;
    359375}
    360376
     
    372388/* Plugins */
    373389
     390#dashboard_plugins h4 {
     391    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
     392}
     393
    374394#dashboard_plugins h5 {
    375     font-size: 13px;
     395    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
     396    font-size: 13px !important;
    376397    margin: 0;
    377398    display: inline;
     
    385406
    386407#dashboard_plugins p {
    387     margin: 0 0 1em;
     408    margin: 0 0 1.4em;
    388409    line-height: 1.4em;
    389410}
  • trunk/wp-admin/css/global.css

    r9917 r9918  
    167167body,
    168168td {
    169     font: 13px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     169    font: 13px "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    170170}
    171171
     
    198198input,
    199199select {
    200     font: 13px/19px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     200    font: 13px/19px "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    201201    margin: 1px;
    202202    padding: 3px;
     
    266266.subsubsub {
    267267    list-style: none;
    268     margin: 0 0 5px;
     268    margin: 8px 0 5px;
    269269    padding: 0;
    270270    white-space: nowrap;
     
    398398.wrap h2 {
    399399    font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    400     margin: 0;
    401     padding: 12px 15px 2px 0;
     400    margin: 13px 0 0 0;
     401    padding: 0 15px 1px 0;
     402    line-height: 35px;
    402403    text-shadow: rgba(255,255,255,1) 0px 1px 0px;
    403404}
  • trunk/wp-admin/css/install.css

    r9370 r9918  
    44    background: #fff;
    55    color: #333;
    6     font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
     6    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    77    margin: 2em auto 0 auto;
    88    width: 700px;
     
    5353
    5454.submit input, .button, .button-secondary {
    55     font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
     55    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    5656    padding: 5px 7px 7px;
    5757    border: 1px solid #a3a3a3;
  • trunk/wp-admin/css/login.css

    r9842 r9918  
    44    border-top-width: 30px;
    55    border-top-style: solid;
    6     font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     6    font: 11px "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    77}
    88
     
    2626
    2727#login form .submit input {
    28     font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     28    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    2929    padding: 3px 10px;
    3030    border: none;
  • trunk/wp-admin/css/media.css

    r9894 r9918  
    234234#media-upload p.help,
    235235#media-upload label.help {
    236     font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     236    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    237237    font-style: italic;
    238238    font-weight: normal;
  • trunk/wp-admin/css/press-this.css

    r9867 r9918  
    11body {
    2     font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
     2    font: 13px "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    33    color: #333;
    44    margin: 0;
     
    348348    border-style: solid;
    349349    border-width: 1px;
    350     font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
     350    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    351351    font-size: 12px;
    352352    height: 2em;
     
    454454.button-highlighted,
    455455#postcustomstuff .submit input {
    456     font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
     456    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    457457    text-decoration: none;
    458458    font-size: 11px !important;
  • trunk/wp-admin/css/theme-editor.css

    r9845 r9918  
    11#template textarea {
    2     font-family: 'Courier New', Courier, monospace;
     2    font-family: Consolas, Monaco, Courier, monospace;
    33    font-size: 12px;
    44    width: 97%;
  • trunk/wp-admin/themes.php

    r9914 r9918  
    122122
    123123</div>
    124 
     124<div class="clear"></div>
    125125<h3><?php _e('Available Themes'); ?></h3>
    126126<div class="clear"></div>
  • trunk/wp-admin/wp-admin.css

    r9917 r9918  
    333333.button-highlighted,
    334334#postcustomstuff .submit input {
    335     font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     335    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    336336    text-decoration: none;
    337337    font-size: 11px !important;
     
    374374
    375375#wpcontent select {
    376     font: 11px/20px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     376    font: 11px/20px "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    377377    padding: 2px;
    378378    border-width: 1px;
     
    899899
    900900#adminmenu .wp-submenu a {
    901     font: normal 11px/18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     901    font: normal 11px/18px "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    902902}
    903903
     
    13571357.setting-description, .form-wrap p {
    13581358    font-style: italic;
    1359     font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     1359    font-family: "Lucida Sans", "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    13601360}
    13611361
     
    20542054}
    20552055
     2056.filter .subsubsub {
     2057    margin-left: -10px;
     2058    margin-top: 13px;
     2059}
     2060
    20562061#the-comment-list td.comment p.comment-author {
    20572062    margin-top: 0;
     
    21372142table.diff td, table.diff th {
    21382143    padding: .5em;
    2139     font-family: monospace;
     2144    font-family: Consolas, Monaco, Courier, monospace;
    21402145    border: none;
    21412146}
     
    21732178    margin: 0;
    21742179    padding: 4px 8px;
    2175     font: 18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     2180    font: 18px "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    21762181}
    21772182
     
    24872492    float: right;
    24882493    background: transparent url( images/screen-options-left.gif ) no-repeat 0 0;
    2489     font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     2494    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    24902495    height: 22px;
    24912496    padding: 0;
     
    27652770.inline-edit-row .cathide,
    27662771.inline-edit-row #bulk-titles div {
    2767     font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     2772    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    27682773    font-style: normal;
    27692774    font-size: 11px;
     
    30293034    padding-left: 25px;
    30303035    font-style: italic;
    3031     font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
     3036    font-family: "Lucida Sans", "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    30323037}
    30333038
Note: See TracChangeset for help on using the changeset viewer.