Ticket #12825: big_patch.diff

File big_patch.diff, 22.9 KB (added by adamsilverstein, 4 months ago)
  • wp-includes/css/admin-bar.css

     
    66        position: static; 
    77        text-transform: none; 
    88        letter-spacing: normal; 
    9         line-height: 1; 
    10         font: normal 13px/28px sans-serif; 
     9        font: normal 1em/2em sans-serif; 
    1110        color: #ccc; 
    1211        text-shadow: #444 0px -1px 0px; 
    1312        -webkit-box-sizing: content-box; 
     
    4746#wpadminbar { 
    4847        direction: ltr; 
    4948        color: #ccc; 
    50         font: normal 13px/28px sans-serif; 
    51         height: 28px; 
     49        font: normal .8125em sans-serif; 
     50        height: 2em; 
     51        line-height: 2em; 
    5252        position: fixed; 
    5353        top: 0; 
    5454        left: 0; 
     
    116116#wpadminbar .quicklinks a, 
    117117#wpadminbar .quicklinks .ab-empty-item, 
    118118#wpadminbar .shortlink-input { 
    119         height: 28px; 
     119        height: 2em; 
    120120        display: block; 
    121121        padding: 0 12px; 
    122122        margin: 0; 
     
    139139 
    140140#wpadminbar.ie7 .menupop .ab-sub-wrapper, 
    141141#wpadminbar.ie7 .shortlink-input { 
    142         top: 28px; 
     142        top: 2em; 
    143143        left: 0; 
    144144} 
    145145 
     
    179179#wpadminbar .quicklinks .menupop.hover ul li .ab-item, 
    180180#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item, 
    181181#wpadminbar .shortlink-input { 
    182         line-height: 26px; 
    183         height: 26px; 
     182        line-height: 1.625em; 
     183        height: 1.625em; 
    184184        text-shadow: none; 
    185185        white-space: nowrap; 
    186186        min-width: 140px; 
     
    397397        border: 1px solid #999; 
    398398        padding: 0; 
    399399        background: #eee; 
    400         line-height: 24px; 
     400        line-height: 1.5em; 
    401401        vertical-align: middle; 
    402402        margin: -3px 0 0 6px; 
    403403        float: none; 
  • wp-includes/css/buttons.css

     
    3939.wp-core-ui .button-secondary { 
    4040        display: inline-block; 
    4141        text-decoration: none; 
    42         font-size: 12px; 
    43         line-height: 23px; 
    44         height: 24px; 
     42        font-size: .75em; 
     43        line-height: 1.4375em; 
     44        height: 1.5em; 
    4545        margin: 0; 
    4646        padding: 0 10px 1px; 
    4747        cursor: pointer; 
     
    7676 
    7777.wp-core-ui .button.button-small, 
    7878.wp-core-ui .button-group.button-small .button { 
    79         height: 21px; 
    80         line-height: 20px; 
     79        height: 1.5em; 
     80        line-height: 1.325em; 
    8181        padding: 0 8px 1px; 
    8282} 
    8383 
    8484.wp-core-ui .button.button-hero, 
    8585.wp-core-ui .button-group.button-hero .button { 
    86         font-size: 14px; 
    87         height: 46px; 
    88         line-height: 44px; 
     86        font-size: .875em; 
     87        height: 2.875em; 
     88        line-height: 2.75em; 
    8989        padding: 0 36px; 
    9090} 
    9191 
  • wp-includes/css/editor.css

     
    966966} 
    967967 
    968968.wp-editor-tools { 
    969         height: 30px; 
     969        height: 1.875em; 
    970970        padding: 0 10px 0 0; 
    971971} 
    972972 
     
    10031003} 
    10041004 
    10051005.wp-switch-editor { 
    1006         height: 18px; 
     1006        height: 1.3125em; 
    10071007    font: 13px/18px Arial,Helvetica,sans-serif normal; 
    10081008        margin: 5px 5px 0 0; 
    10091009        padding: 4px 5px 2px; 
  • wp-admin/css/wp-admin.css

     
    4747------------------------------------------------------------------------*/ 
    4848 
    4949/* 2 column liquid layout */ 
    50 #wpwrap { 
     50wpwrap { 
    5151        height: auto; 
    5252        min-height: 100%; 
    5353        width: 100%; 
    54         position: relative; 
     54        position: absolute; 
     55        top: 1.625em; 
    5556} 
    5657 
    5758#wpcontent { 
     
    210211        height: auto; 
    211212        width: auto; 
    212213        display: block; 
    213         font-size: 14px; 
     214        font-size: .875em; 
    214215        font-weight: bold; 
    215216        padding: 15px 23px 14px; 
    216217        background: #f1f1f1; 
     
    273274 
    274275body { 
    275276        font-family: sans-serif; 
    276         font-size: 12px; 
    277277        line-height: 1.4em; 
    278278        min-width: 600px; 
    279279} 
     
    460460code { 
    461461        padding: 1px 3px; 
    462462        margin: 0 1px; 
    463         font-size: 11px; 
     463        font-size: .6875em; 
    464464} 
    465465 
    466466.subsubsub { 
    467467        list-style: none; 
    468468        margin: 8px 0 5px; 
    469469        padding: 0; 
    470         font-size: 12px; 
     470        font-size: .75em; 
    471471        float: left; 
    472472} 
    473473 
     
    587587} 
    588588 
    589589.widefat td { 
    590         font-size: 12px; 
     590        font-size: .75em; 
    591591        padding: 4px 7px 2px; 
    592592        vertical-align: top; 
    593593} 
     
    595595.widefat td p, 
    596596.widefat td ol, 
    597597.widefat td ul { 
    598         font-size: 12px; 
     598        font-size: .75em; 
    599599} 
    600600 
    601601.widefat th { 
    602602        padding: 7px 7px 8px; 
    603603        text-align: left; 
    604604        line-height: 1.3em; 
    605         font-size: 14px; 
     605        font-size: .875em; 
    606606} 
    607607 
    608608.widefat th input { 
     
    676676} 
    677677 
    678678.wrap h2 { 
    679         font-size: 23px; 
     679        font-size: 1.4375em; 
    680680        padding: 9px 15px 4px 0; 
    681681        line-height: 29px; 
    682682} 
    683683 
    684684.subtitle { 
    685         font-size: 14px; 
     685        font-size: .875em; 
    686686        padding-left: 25px; 
    687687} 
    688688 
     
    693693        position: relative; 
    694694        top: -3px; 
    695695        text-decoration: none; 
    696         font-size: 12px; 
     696        font-size: .75em; 
    697697        border: 0 none; 
    698698} 
    699699 
     
    787787 
    788788.quicktags, 
    789789.search { 
    790         font-size: 12px; 
     790        font-size: .75em; 
    791791} 
    792792 
    793793.icon32 { 
     
    10671067.side-info { 
    10681068        margin: 0; 
    10691069        padding: 4px; 
    1070         font-size: 11px; 
     1070        font-size: .6875em; 
    10711071} 
    10721072 
    10731073.side-info h5 { 
    10741074        padding-bottom: 7px; 
    1075         font-size: 14px; 
     1075        font-size: .875em; 
    10761076        margin: 12px 2px 5px; 
    10771077        border-bottom-width: 1px; 
    10781078        border-bottom-style: solid; 
     
    11091109.update-nag { 
    11101110        line-height: 19px; 
    11111111        padding: 5px 0; 
    1112         font-size: 12px; 
     1112        font-size: .75em; 
    11131113        text-align: center; 
    11141114        margin: -1px 15px 0 5px; 
    11151115        border-width: 1px; 
     
    12071207#screen-options-link-wrap, 
    12081208#contextual-help-link-wrap { 
    12091209        float: right; 
    1210         height: 23px; 
     1210        height: 1.4375em; 
    12111211        padding: 0; 
    12121212        margin: 0 0 0 6px; 
    12131213        font-family: sans-serif; 
     
    12301230#screen-meta-links a.show-settings { 
    12311231        text-decoration: none; 
    12321232        z-index: 1; 
    1233         padding: 1px 16px 0 6px; 
    1234         height: 22px; 
    1235         line-height: 22px; 
    1236         font-size: 12px; 
     1233        padding: .0625em 1em 0 .375px; 
     1234        height: 1.375em; 
     1235        line-height: 1.375em; 
     1236        font-size: .75em; 
    12371237        display: block; 
    12381238        text-shadow: rgba(255,255,255,0.7) 0 1px 0; 
    12391239} 
     
    12591259#screen-options-wrap h5, 
    12601260#contextual-help-wrap h5 { 
    12611261        margin: 8px 0; 
    1262         font-size: 13px; 
     1262        font-size: .8125em; 
    12631263} 
    12641264 
    12651265.metabox-prefs label { 
     
    14261426        margin: 0; 
    14271427        position: absolute; 
    14281428        top: -1000em; 
    1429         left: 146px; 
     1429        left: 145px;; 
    14301430        z-index: 1000; 
    14311431        overflow: visible; 
    14321432        border-width: 1px; 
     
    14811481} 
    14821482 
    14831483#adminmenu .wp-submenu a { 
    1484         font-size: 12px; 
     1484        font-size: .75em; 
    14851485        line-height: 18px; 
    14861486        margin: 0; 
    14871487        padding-left: 12px; 
     
    14981498 
    14991499#adminmenu a.menu-top, 
    15001500#adminmenu .wp-submenu-head { 
    1501         font-size: 13px; 
     1501        font-size: .8125em; 
    15021502        font-weight: bold; 
    15031503        line-height: 18px; 
    15041504        padding: 0; 
     
    15861586        -o-transform:      translate( 145px ); 
    15871587        -ms-transform:     translate( 145px ); 
    15881588        transform:         translate( 145px ); 
    1589         height: 28px; 
     1589        height: 1.75em; 
    15901590        border-width: 1px 0; 
    15911591        border-style: solid; 
    15921592        top: 0; 
    15931593} 
    15941594 
    15951595.folded #adminmenu li .wp-menu-arrow { 
    1596         -moz-transform:    translate( 32px ); 
    1597         -webkit-transform: translate( 32px ); 
    1598         -o-transform:      translate( 32px ); 
    1599         -ms-transform:     translate( 32px ); 
    1600         transform:         translate( 32px ); 
     1596        -moz-transform:    translate( 2em ); 
     1597        -webkit-transform: translate( 2em ); 
     1598        -o-transform:      translate( 2em ); 
     1599        -ms-transform:     translate( 2em ); 
     1600        transform:         translate( 2em ); 
    16011601} 
    16021602 
    16031603#adminmenu li.current .wp-menu-arrow, 
     
    17021702#sidemenu li a span.update-plugins { 
    17031703        position: absolute; 
    17041704        font-family: sans-serif; 
    1705         font-size: 9px; 
     1705        font-size: .5625em; 
    17061706        line-height: 17px; 
    17071707        font-weight: bold; 
    17081708        margin-top: 1px; 
     
    17251725} 
    17261726 
    17271727#collapse-menu { 
    1728         font-size: 12px; 
     1728        font-size: .75em; 
    17291729        line-height: 34px; 
    17301730        border-width: 1px 0 0; 
    17311731        border-style: solid; 
     
    18611861} 
    18621862 
    18631863.post-com-count span { 
    1864         font-size: 11px; 
     1864        font-size: .6875em; 
    18651865        font-weight: bold; 
    18661866        height: 1.4em; 
    18671867        line-height: 1.4em; 
     
    19061906------------------------------------------------------------------------------*/ 
    19071907 
    19081908html.wp-toolbar { 
    1909         padding-top: 28px; 
     1909        padding-top: 1.75em; 
    19101910        -webkit-box-sizing: border-box; 
    19111911        -moz-box-sizing: border-box; 
    19121912        box-sizing: border-box; 
     
    21282128} 
    21292129 
    21302130.hndle a { 
    2131         font-size: 11px; 
     2131        font-size: .6875em; 
    21322132        font-weight: normal; 
    21332133} 
    21342134 
     
    21552155        padding: 0; 
    21562156        border-width: 1px; 
    21572157        border-style: solid; 
    2158         line-height: 1; 
     2158        line-height: 1em; 
    21592159} 
    21602160 
    21612161.widget .widget-top, 
     
    22252225        border-top-width: 1px; 
    22262226        margin: 0 -10px; 
    22272227        padding: 3px 8px; 
    2228         font-size: 11px; 
     2228        font-size: .6875em; 
    22292229} 
    22302230 
    22312231#the-comment-list td.comment p.comment-author { 
     
    22592259        border-width: 1px; 
    22602260        border-style: solid; 
    22612261        border-radius: 3px; 
    2262         font-size: 13px; 
     2262        font-size: .8125em; 
    22632263        line-height: 2.1em; 
    22642264} 
    22652265 
    22662266.welcome-panel h3 { 
    22672267        margin: 0; 
    22682268        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; 
    2269         font-size: 21px; 
     2269        font-size: 1.3125em; 
    22702270        font-weight: normal; 
    22712271        line-height: 1.2; 
    22722272} 
    22732273.welcome-panel h4 { 
    22742274        margin: 1.33em 0 0; 
    2275         font-size: 13px; 
     2275        font-size: .8125em; 
    22762276} 
    22772277 
    22782278.welcome-panel .about-description { 
    2279         font-size: 16px; 
     2279        font-size: 1em; 
    22802280        margin: 0; 
    22812281} 
    22822282 
     
    22852285        top: 5px; 
    22862286        right: 10px; 
    22872287        padding: 8px 3px; 
    2288         font-size: 13px; 
     2288        font-size: .8125em; 
    22892289        text-decoration: none; 
    22902290        line-height: 1; 
    22912291} 
     
    25982598        cursor: default; 
    25992599        height: 30px; 
    26002600        line-height: 30px; 
    2601         font-size: 12px; 
     2601        font-size: .75em; 
    26022602} 
    26032603 
    26042604.tablenav .no-pages, 
     
    26192619 
    26202620.tablenav .displaying-num { 
    26212621        margin-right: 10px; 
    2622         font-size: 12px; 
     2622        font-size: .75em; 
    26232623        font-style: italic; 
    26242624} 
    26252625 
     
    26822682/*      Layout */ 
    26832683 
    26842684#wpbody-content .inline-edit-row fieldset { 
    2685         font-size: 12px; 
     2685        font-size: .75em; 
    26862686        float: left; 
    26872687        margin: 0; 
    26882688        padding: 0; 
     
    28612861.inline-edit-row fieldset input[name=jj], 
    28622862.inline-edit-row fieldset input[name=hh], 
    28632863.inline-edit-row fieldset input[name=mn] { 
    2864         font-size: 12px; 
     2864        font-size: .75em; 
    28652865        width: 2.1em; 
    28662866} 
    28672867 
    28682868.inline-edit-row fieldset input[name=aa] { 
    2869         font-size: 12px; 
     2869        font-size: .75em; 
    28702870        width: 3.5em; 
    28712871} 
    28722872 
     
    29092909.inline-edit-row #bulk-titles div { 
    29102910        font-family: sans-serif; 
    29112911        font-style: normal; 
    2912         font-size: 11px; 
     2912        font-size: .6875em; 
    29132913} 
    29142914 
    29152915table .inline-edit-row fieldset ul.cat-hover { 
     
    30123012#poststuff .inside-submitbox, 
    30133013#side-sortables .inside-submitbox { 
    30143014        margin: 0 3px; 
    3015         font-size: 11px; 
     3015        font-size: .6875em; 
    30163016} 
    30173017 
    30183018input#link_description, 
     
    30243024        background: 0 none; 
    30253025        border: 0 none; 
    30263026        padding: 0; 
    3027         font-size: 11px; 
     3027        font-size: .6875em; 
    30283028        margin-top: -1px; 
    30293029} 
    30303030 
     
    30373037 
    30383038#edit-slug-box .cancel { 
    30393039        margin-right: 10px; 
    3040         font-size: 11px; 
     3040        font-size: .6875em; 
    30413041} 
    30423042 
    30433043#editable-post-name-full { 
     
    30553055.submitbox .submit { 
    30563056        text-align: left; 
    30573057        padding: 12px 10px 10px; 
    3058         font-size: 11px; 
     3058        font-size: .6875em; 
    30593059} 
    30603060 
    30613061.submitbox .submitdelete { 
     
    32453245} 
    32463246 
    32473247#post-status-info td { 
    3248         font-size: 12px; 
     3248        font-size: .75em; 
    32493249} 
    32503250 
    32513251.autosave-info { 
     
    33023302 
    33033303#aa, #jj, #hh, #mn { 
    33043304        padding: 1px; 
    3305         font-size: 12px; 
     3305        font-size: .75em; 
    33063306} 
    33073307 
    33083308#jj, #hh, #mn { 
     
    35623562 
    35633563.form-wrap p, 
    35643564.form-wrap label { 
    3565         font-size: 11px; 
     3565        font-size: .6875em; 
    35663566} 
    35673567 
    35683568.form-wrap label { 
    35693569        display: block; 
    35703570        padding: 2px; 
    3571         font-size: 12px; 
     3571        font-size: .75em; 
    35723572} 
    35733573 
    35743574.form-field input, 
     
    35873587p.description, 
    35883588span.description, 
    35893589.form-wrap p { 
    3590         font-size: 12px; 
     3590        font-size: .75em; 
    35913591        font-style: italic; 
    35923592        font-family: sans-serif; 
    35933593} 
     
    38043804.media-upload-form th.label label { 
    38053805        font-weight: bold; 
    38063806        margin: 0.5em; 
    3807         font-size: 13px; 
     3807        font-size: .8125em; 
    38083808} 
    38093809 
    38103810.media-upload-form th.label label span { 
     
    40954095 
    40964096.drag-drop-inside p { 
    40974097        color: #aaa; 
    4098         font-size: 14px; 
     4098        font-size: .875em; 
    40994099        margin: 5px 0; 
    41004100        display: none; 
    41014101} 
     
    41054105} 
    41064106 
    41074107.drag-drop-inside p.drag-drop-info { 
    4108         font-size: 20px; 
     4108        font-size: 1.25em; 
    41094109} 
    41104110 
    41114111.drag-drop .drag-drop-inside p, 
     
    43674367 
    43684368span.imgedit-scale-warn { 
    43694369        color: red; 
    4370         font-size: 20px; 
     4370        font-size: 1.25em; 
    43714371        font-style: normal; 
    43724372        visibility: hidden; 
    43734373        vertical-align: middle; 
     
    44024402        margin-bottom: 9px; 
    44034403        padding: 8px 10px; 
    44044404        line-height: 20px; 
    4405         font-size: 12px; 
     4405        font-size: .75em; 
    44064406} 
    44074407 
    44084408.form-table th, 
     
    47034703 
    47044704#current-theme h3 { 
    47054705        margin: 0; 
    4706         font-size: 12px; 
     4706        font-size: .75em; 
    47074707        font-weight: normal; 
    47084708        color: #999; 
    47094709} 
    47104710 
    47114711#current-theme h4 { 
    47124712        margin: 3px 0 16px; 
    4713         font-size: 20px; 
     4713        font-size: 1.25em; 
    47144714} 
    47154715 
    47164716#current-theme h4 span { 
    47174717        margin-left: 20px; 
    4718         font-size: 12px; 
     4718        font-size: .75em; 
    47194719        font-weight: normal; 
    47204720} 
    47214721 
     
    47454745 
    47464746.theme-options { 
    47474747        overflow: hidden; 
    4748         font-size: 14px; 
     4748        font-size: .875em; 
    47494749        padding-bottom: 10px; 
    47504750} 
    47514751 
     
    47584758        float: left; 
    47594759        margin-right: 10px; 
    47604760        text-transform: uppercase; 
    4761         font-size: 11px; 
     4761        font-size: .6875em; 
    47624762        line-height: 18px; 
    47634763        color: #999; 
    47644764} 
     
    48284828} 
    48294829 
    48304830.appearance_page_custom-header #upload-form p label { 
    4831         font-size: 12px; 
     4831        font-size: .75em; 
    48324832} 
    48334833 
    48344834.appearance_page_custom-header .available-headers .default-header { 
     
    48764876        border-width: 1px 1px 0; 
    48774877        color: #aaa; 
    48784878        text-shadow: #fff 0 1px 0; 
    4879         font-size: 12px; 
     4879        font-size: .75em; 
    48804880        line-height: 16px; 
    48814881        display: inline-block; 
    48824882        padding: 4px 14px 6px; 
     
    49024902h2 .nav-tab { 
    49034903        padding: 4px 10px 6px; 
    49044904        font-weight: 200; 
    4905         font-size: 20px; 
     4905        font-size: 1.25em; 
    49064906        line-height: 24px; 
    49074907 
    49084908} 
     
    50215021} 
    50225022 
    50235023#your-profile legend { 
    5024         font-size: 22px; 
     5024        font-size: 1.375em; 
    50255025} 
    50265026 
    50275027#your-profile #rich_editing { 
     
    50635063        border: 1px solid #b4b4b4; 
    50645064        font-style: normal; 
    50655065        line-height: 16px; 
    5066         font-size: 14px; 
     5066        font-size: .875em; 
    50675067        text-decoration: none; 
    50685068        text-shadow: 0 1px 0px #fff; 
    50695069} 
     
    51625162        margin: 25px 40px 0 20px; 
    51635163        max-width: 1050px; /* readability */ 
    51645164 
    5165         font-size: 15px; 
     5165        font-size: .9375em; 
    51665166} 
    51675167 
    51685168.about-wrap div.updated, 
     
    51895189        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; 
    51905190        font-weight: normal; 
    51915191        line-height: 1.6em; 
    5192         font-size: 20px; 
     5192        font-size: 1.25em; 
    51935193} 
    51945194 
    51955195.about-description { 
     
    51995199.about-text { 
    52005200        margin: 1em 200px 1.4em 0; 
    52015201        min-height: 60px; 
    5202         font-size: 24px; 
     5202        font-size: 1.5em; 
    52035203} 
    52045204 
    52055205.about-wrap h3 { 
    5206         font-size: 24px; 
     5206        font-size: 1.5em; 
    52075207        margin-bottom: 1em; 
    52085208        padding-top: 20px; 
    52095209} 
     
    52215221} 
    52225222 
    52235223.about-wrap code { 
    5224         font-size: 14px; 
     5224        font-size: .875em; 
    52255225} 
    52265226 
    52275227/* Point Releases */ 
     
    52455245        height: 50px; 
    52465246        width: 173px; 
    52475247        font-weight: bold; 
    5248         font-size: 14px; 
     5248        font-size: .875em; 
    52495249        text-align: center; 
    52505250        margin: 0 -5px; 
    52515251        background: url('../images/wp-badge.png?ver=20111120') no-repeat; 
     
    52665266.about-wrap h2 .nav-tab { 
    52675267        padding: 4px 10px 6px; 
    52685268        margin: 0 3px -1px 0; 
    5269         font-size: 18px; 
     5269        font-size: 1.125em; 
    52705270        vertical-align: top; 
    52715271} 
    52725272 
     
    54075407 
    54085408.about-wrap .return-to-dashboard { 
    54095409        margin: 30px 0 0 -5px; 
    5410         font-size: 14px; 
     5410        font-size: .875em; 
    54115411        font-weight: bold; 
    54125412} 
    54135413 
     
    54205420 
    54215421.about-wrap h4.wp-people-group { 
    54225422        margin-top: 2.6em; 
    5423         font-size: 16px; 
     5423        font-size: 1em; 
    54245424} 
    54255425 
    54265426.about-wrap ul.wp-people-group { 
     
    54715471.about-wrap li.wp-person a.web { 
    54725472        display: block; 
    54735473        margin: 6px 0 2px; 
    5474         font-size: 16px; 
     5474        font-size: 1em; 
    54755475        text-decoration: none; 
    54765476} 
    54775477 
     
    57635763} 
    57645764 
    57655765.install-theme-info .theme-name { 
    5766         font-size: 16px; 
     5766        font-size: 1em; 
    57675767        line-height: 24px; 
    57685768        margin-bottom: 0; 
    57695769} 
     
    58545854} 
    58555855 
    58565856table.form-table td .updated { 
    5857         font-size: 13px; 
     5857        font-size: .8125em; 
    58585858} 
    58595859 
    58605860.tagchecklist { 
    58615861        margin-left: 14px; 
    5862         font-size: 12px; 
     5862        font-size: .75em; 
    58635863        overflow: auto; 
    58645864} 
    58655865.tagchecklist strong { 
     
    58705870        margin-right: 25px; 
    58715871        display: block; 
    58725872        float: left; 
    5873         font-size: 11px; 
     5873        font-size: .6875em; 
    58745874        line-height: 1.8em; 
    58755875        white-space: nowrap; 
    58765876        cursor: default; 
     
    58975897 
    58985898#poststuff h3, 
    58995899.metabox-holder h3 { 
    5900         font-size: 15px; 
     5900        font-size: .9375em; 
    59015901        font-weight: normal; 
    59025902        padding: 7px 10px; 
    59035903        margin: 0; 
     
    59465946 
    59475947.tool-box .title { 
    59485948        margin: 8px 0; 
    5949         font-size: 18px; 
     5949        font-size: 1.125em; 
    59505950        font-weight: normal; 
    59515951        line-height: 24px; 
    59525952} 
     
    59575957        position: relative; 
    59585958        float: right; 
    59595959        padding-left: 10px; 
    5960         font-size: 12px; 
     5960        font-size: .75em; 
    59615961} 
    59625962 
    59635963#sidemenu a { 
     
    60346034} 
    60356035 
    60366036#howto { 
    6037         font-size: 11px; 
     6037        font-size: .6875em; 
    60386038        margin: 0 5px; 
    60396039        display: block; 
    60406040} 
     
    60446044} 
    60456045 
    60466046.importers { 
    6047         font-size: 16px; 
     6047        font-size: 1em; 
    60486048        width: auto; 
    60496049} 
    60506050 
     
    61626162 
    61636163#dashboard-widgets h4 { 
    61646164        font-weight: normal; 
    6165         font-size: 13px; 
     6165        font-size: .8125em; 
    61666166        margin: 0 0 .2em; 
    61676167        padding: 0; 
    61686168} 
     
    61746174} 
    61756175 
    61766176#dashboard_right_now .inside { 
    6177         font-size: 12px; 
     6177        font-size: .75em; 
    61786178        padding-top: 20px; 
    61796179} 
    61806180 
    61816181#dashboard_right_now p.sub { 
    61826182        padding: 5px 0 15px; 
    61836183        color: #8f8f8f; 
    6184         font-size: 14px; 
     6184        font-size: .875em; 
    61856185        position: absolute; 
    61866186        top: -17px; 
    61876187        left: 15px; 
     
    62196219#dashboard_right_now td.b { 
    62206220        padding-right: 6px; 
    62216221        text-align: right; 
    6222         font-size: 14px; 
     6222        font-size: .875em; 
    62236223        width: 1%; 
    62246224} 
    62256225 
    62266226#dashboard_right_now td.b a { 
    6227         font-size: 18px; 
     6227        font-size: 1.125em; 
    62286228} 
    62296229 
    62306230#dashboard_right_now td.b a:hover { 
     
    62326232} 
    62336233 
    62346234#dashboard_right_now .t { 
    6235         font-size: 12px; 
     6235        font-size: .75em; 
    62366236        padding-right: 12px; 
    62376237        padding-top: 6px; 
    62386238        color: #777; 
     
    62786278#dashboard_recent_comments .comment-meta .approve { 
    62796279        font-style: italic; 
    62806280        font-family: sans-serif; 
    6281         font-size: 10px; 
     6281        font-size: .625em; 
    62826282} 
    62836283 
    62846284#dashboard_recent_comments .subsubsub { 
     
    63396339#the-comment-list .comment-item p.row-actions { 
    63406340        margin: 3px 0 0; 
    63416341        padding: 0; 
    6342         font-size: 12px; 
     6342        font-size: .75em; 
    63436343} 
    63446344 
    63456345/* QuickPress */ 
     
    64466446#dashboard_recent_drafts h4 abbr { 
    64476447        font-weight: normal; 
    64486448        font-family: sans-serif; 
    6449         font-size: 12px; 
     6449        font-size: .75em; 
    64506450        color: #999; 
    64516451        margin-left: 3px; 
    64526452} 
     
    64596459} 
    64606460 
    64616461a.rsswidget { 
    6462         font-size: 13px; 
     6462        font-size: .8125em; 
    64636463        line-height: 1.7em; 
    64646464} 
    64656465 
     
    64706470 
    64716471.rss-widget span.rss-date { 
    64726472        color: #999; 
    6473         font-size: 12px; 
     6473        font-size: .75em; 
    64746474        margin-left: 3px; 
    64756475} 
    64766476 
     
    64926492 
    64936493#dashboard_plugins h5 { 
    64946494        font-weight: normal; 
    6495         font-size: 13px; 
     6495        font-size: .8125em; 
    64966496        margin: 0; 
    64976497        display: inline; 
    64986498        line-height: 1.4em; 
     
    65036503} 
    65046504 
    65056505#dashboard_plugins .inside span { 
    6506         font-size: 12px; 
     6506        font-size: .75em; 
    65076507        padding-left: 5px; 
    65086508} 
    65096509 
     
    66156615 
    66166616.login label { 
    66176617        color: #777; 
    6618         font-size: 14px; 
     6618        font-size: .875em; 
    66196619} 
    66206620 
    66216621.login form .forgetmenot label { 
    6622         font-size: 12px; 
     6622        font-size: .75em; 
    66236623        line-height: 19px; 
    66246624} 
    66256625 
     
    66646664.login input[type="text"] { 
    66656665        color: #555; 
    66666666        font-weight: 200; 
    6667         font-size: 24px; 
     6667        font-size: 1.5em; 
    66686668        line-height: 1; 
    66696669        width: 100%; 
    66706670        padding: 3px; 
     
    67236723} 
    67246724 
    67256725#dashboard_right_now td.b a.musublink { 
    6726         font-size: 16px; 
     6726        font-size: 1em; 
    67276727} 
    67286728 
    67296729#dashboard_right_now div.musubtable { 
     
    68486848        position: absolute; 
    68496849        top: 0; 
    68506850        line-height: 22px; 
    6851         font-size: 18px; 
     6851        font-size: 1.125em; 
    68526852        text-shadow: 0 1px 0 #fff; 
    68536853} 
    68546854 
     
    68816881 
    68826882#menu-management .nav-tab { 
    68836883        margin-bottom: 0; 
    6884         font-size: 14px; 
     6884        font-size: .875em; 
    68856885} 
    68866886 
    68876887#select-nav-menu-container { 
     
    69596959 
    69606960#cancel-save { 
    69616961        text-decoration: underline; 
    6962         font-size: 12px; 
     6962        font-size: .75em; 
    69636963        margin-left: 20px; 
    69646964        margin-top: 5px; 
    69656965} 
     
    70127012} 
    70137013 
    70147014#add-custom-link .howto { 
    7015         font-size: 12px; 
     7015        font-size: .75em; 
    70167016} 
    70177017 
    70187018#add-custom-link label span { 
     
    71417141} 
    71427142 
    71437143.menu-item-handle .item-title { 
    7144         font-size: 12px; 
     7144        font-size: .75em; 
    71457145        font-weight: bold; 
    71467146        padding: 7px 0; 
    71477147        line-height: 20px; 
     
    72067206 
    72077207/* Menu item controls */ 
    72087208.item-type { 
    7209         font-size: 12px; 
     7209        font-size: .75em; 
    72107210        padding-right: 10px; 
    72117211} 
    72127212 
    72137213.item-controls { 
    7214         font-size: 12px; 
     7214        font-size: .75em; 
    72157215        position: absolute; 
    72167216        right: 20px; 
    72177217        top: -1px; 
     
    72777277        display: block; 
    72787278        margin: 0 0 10px; 
    72797279        padding: 3px 5px 5px; 
    7280         font-size: 12px; 
     7280        font-size: .75em; 
    72817281        font-style: italic; 
    72827282} 
    72837283 
     
    73367336 
    73377337.menu-name-label span, 
    73387338.auto-add-pages label { 
    7339         font-size: 12px; 
     7339        font-size: .75em; 
    73407340        font-style: normal; 
    73417341} 
    73427342 
     
    75517551 
    75527552.press-this #wphead h1 { 
    75537553        font-weight: normal; 
    7554         font-size: 16px; 
     7554        font-size: 1em; 
    75557555        line-height: 32px; 
    75567556        margin: 0; 
    75577557        float: left; 
     
    76007600.press-this .howto { 
    76017601        margin-top: 2px; 
    76027602        margin-bottom: 3px; 
    7603         font-size: 12px; 
     7603        font-size: .75em; 
    76047604        font-style: italic; 
    76057605        display: block; 
    76067606} 
     
    76567656 
    76577657.press-this #poststuff h2, 
    76587658.press-this #poststuff h3 { 
    7659         font-size: 14px; 
     7659        font-size: .875em; 
    76607660        line-height: 1; 
    76617661} 
    76627662 
     
    76727672h3.tb { 
    76737673        text-shadow: 0 1px 0 #fff; 
    76747674        font-weight: bold; 
    7675         font-size: 12px; 
     7675        font-size: .75em; 
    76767676        margin-left: 5px; 
    76777677} 
    76787678 
     
    78207820        border: 0 none; 
    78217821        height: 345px; 
    78227822        font-family: Consolas, Monaco, monospace; 
    7823         font-size: 13px; 
     7823        font-size: .8125em; 
    78247824        line-height: 19px; 
    78257825        background: transparent; 
    78267826} 
     
    78867886 
    78877887#template textarea { 
    78887888        font-family: Consolas, Monaco, monospace; 
    7889         font-size: 12px; 
     7889        font-size: .75em; 
    78907890        width: 97%; 
    78917891        background: #f9f9f9; 
    78927892        outline: none; 
     
    79267926} 
    79277927 
    79287928.nonessential { 
    7929         font-size: 11px; 
     7929        font-size: .6875em; 
    79307930        font-style: italic; 
    79317931        padding-left: 12px; 
    79327932} 
     
    80248024 
    80258025div.sidebar-name h3 { 
    80268026        font-weight: normal; 
    8027         font-size: 15px; 
     8027        font-size: .9375em; 
    80288028        margin: 0; 
    80298029        padding: 8px 10px; 
    80308030        overflow: hidden; 
     
    80328032} 
    80338033 
    80348034div.sidebar-name { 
    8035         font-size: 13px; 
     8035        font-size: .8125em; 
    80368036        border-width: 1px; 
    80378037        border-style: solid; 
    80388038        -webkit-border-top-right-radius: 3px; 
     
    81298129 
    81308130.widget .widget-top { 
    81318131        margin-bottom: -1px; 
    8132         font-size: 12px; 
     8132        font-size: .75em; 
    81338133        font-weight: bold; 
    8134         height: 26px; 
     8134        height: 2em; 
    81358135        overflow: hidden; 
    81368136} 
    81378137 
     
    81648164.widget .widget-inside, 
    81658165.widget .widget-description { 
    81668166        padding: 12px 12px 10px; 
    8167         font-size: 12px; 
     8167        font-size: .75em; 
    81688168        line-height: 16px; 
    81698169} 
    81708170 
     
    81858185.widget-title h4 { 
    81868186        margin: 0; 
    81878187        padding-bottom: 0.2em; 
    8188         line-height: 1; 
     8188        line-height: 1em; 
    81898189        overflow: hidden; 
    81908190        white-space: nowrap; 
    81918191} 
     
    82138213div#sidebar-info { 
    82148214        padding: 0 1em; 
    82158215        margin-bottom: 1em; 
    8216         font-size: 12px; 
     8216        font-size: .75em; 
    82178217} 
    82188218 
    82198219.widget-title a, 
     
    82248224 
    82258225.widget-control-edit { 
    82268226        display: block; 
    8227         font-size: 12px; 
     8227        font-size: .75em; 
    82288228        font-weight: normal; 
    82298229        line-height: 26px; 
    82308230        padding: 0 8px 0 0; 
     
    82828282} 
    82838283 
    82848284.widget-title .in-widget-title { 
    8285         font-size: 12px; 
     8285        font-size: .75em; 
    82868286        white-space: nowrap; 
    82878287} 
    82888288 
     
    82908290        display: none; 
    82918291        font-weight: normal; 
    82928292        padding-left: 15px; 
    8293         font-size: 12px; 
     8293        font-size: .75em; 
    82948294        line-height: 1; 
    82958295} 
    82968296 
     
    85358535} 
    85368536 
    85378537/* zh_CN: Enlarge dashboard widget 'Configure' link */ 
    8538 .locale-zh-cn .hdnle a { font-size: 12px; } 
     8538.locale-zh-cn .hdnle a { font-size: .75em; } 
    85398539 
    85408540/* zn_CH: Enlarge font size, set font-size: normal */ 
    85418541.locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; } 
     
    85458545 *  Larger text for HTML/Visual mode. 
    85468546 */ 
    85478547.locale-zh-cn #wp-fullscreen-tagline { font-family: KaiTi, "楷体", sans-serif; } 
    8548 .locale-zh-cn #wp-fullscreen-modes a { font-size: 12px; } 
     8548.locale-zh-cn #wp-fullscreen-modes a { font-size: .75em; } 
    85498549 
    85508550/* zh_CN: Enlarge font-size. */ 
    85518551.locale-zh-cn #sort-buttons { font-size: 1em !important; }