Make WordPress Core

Changeset 7399


Ignore:
Timestamp:
03/19/2008 04:16:16 PM (17 years ago)
Author:
ryan
Message:

Tighten layout. Props mt. see #6292

Location:
trunk/wp-admin
Files:
5 edited

Legend:

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

    r7388 r7399  
    183183}
    184184
    185 .side-info ul {
     185.side-info ul, .widget-description {
    186186    color: #666;
    187187}
    188188
    189 .submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input {
     189.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
    190190    background-color: #e5e5e5;
    191191    color: #07273e;
     
    197197}
    198198
    199 .submit input:hover, .button:hover {
     199.submit input:hover, .button:hover, #edit-slug-buttons a.save:hover {
    200200    border-color: #535353;
    201201}
    202202
    203 .submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover {
     203.submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover {
    204204    color: #d54e21;
    205205}
  • trunk/wp-admin/css/colors-fresh.css

    r7388 r7399  
    179179}
    180180
    181 .side-info ul {
     181.side-info ul, .widget-description {
    182182    color: #666;
    183183}
    184184
    185 .submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input {
     185.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
    186186    background-color: #e5e5e5;
    187187    color: #246;
     
    189189}
    190190
    191 .submit input:hover, .button:hover {
     191.submit input:hover, .button:hover, #edit-slug-buttons a.save:hover {
    192192    border-color: #535353;
    193193}
    194194
    195 .submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #adminmenu a:hover, #sidemenu a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover {
     195.submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #adminmenu a:hover, #sidemenu a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover {
    196196    color: #d54e21;
    197197}
     
    341341#edit-slug-box strong, .login #nav a {
    342342    color: #777;
    343 }
    344 
    345 #edit-slug-buttons a.save {
    346     background-color: #ebebeb;
    347343}
    348344
  • trunk/wp-admin/css/global.css

    r7304 r7399  
    3939.subsubsub {
    4040    list-style: none;
    41     margin: 15px 0 10px 0;
     41    margin: 14px 0 8px 0;
    4242    padding: 0;
    4343    white-space: nowrap;
     
    6767    border-bottom-style: solid;
    6868    border-bottom-color: #ccc;
    69     font-size: 12px;
    70     padding: 10px 10px 20px;
     69    font-size: 11px;
     70    padding: 10px 10px 14px;
    7171    vertical-align: text-top;
    7272}
    7373
    7474.widefat th {
    75     padding-bottom: 8px;
    76     padding-top: 10px;
     75    padding-bottom: 7px;
     76    padding-top: 8px;
    7777    text-align: left;
    7878}
  • trunk/wp-admin/css/widgets.css

    r7192 r7399  
    7171    margin: 0 0 0 200px;
    7272    padding: 0 0 0 4em;
     73    font-size: 11px;
    7374}
    7475
     
    8182    padding: 0 1em;
    8283    margin-bottom: 1em;
     84    font-size: 11px;
    8385}
    8486
     
    144146    margin: 1em;
    145147    padding: 0 10px 0 0; /* Correction for padding, margin, border of inputs */
     148    font-size: 11px;
    146149}
    147150
     
    161164ul.widget-control-list .widget-title {
    162165    cursor: move;
     166    font-size: 12px;
     167}
     168
     169.widget-control-edit {
     170    font-size: 10px;
     171    font-weight: normal;
    163172}
    164173
  • trunk/wp-admin/wp-admin.css

    r7372 r7399  
    154154.submit input, .button, .button-secondary, .button-highlighted {
    155155    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
    156     padding: 2px 3px;
    157     border: none;
    158     font-size: 13px;
     156    padding: 4px 6px;
     157    font-size: 12px;
    159158    border-width: 1px;
    160159    border-style: solid;
     
    473472}
    474473
    475 .tablenav .next, .tablenav .prev{
    476     padding: 0;
    477     border-bottom-width: 1px;
    478     border-bottom-style: solid;
     474.tablenav .button-secondary {
     475    padding: 2px 4px;
     476}
     477
     478.tablenav .tablenav-pages a.next, .tablenav .tablenav-pages a.prev {
     479    text-decoration: underline;
    479480}
    480481
     
    488489.tablenav .tablenav-pages {
    489490    float: right;
    490     height: 24px;
    491     padding-top: 6px;
     491    height: 20px;
     492    padding-top: 4px;
     493    font-size: 11px;
    492494}
    493495
     
    561563#wphead #viewsite {
    562564    position: absolute;
    563     margin-top: 8px;
     565    margin-top: 12px;
    564566    margin-left: 10px;
    565567}
    566568#wphead #viewsite a {
    567     font: 14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
    568     padding: 4px;
     569    font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
     570    padding: 3px 4px;
    569571    display: block;
    570572    letter-spacing: normal;
     
    624626#adminmenu a {
    625627    font-size: 16px;
    626     padding: 6px 7px;
    627     line-height: 200%;
     628    padding: 5px 7px;
     629    line-height: 30px;
    628630}
    629631
     
    684686#adminmenu li a #awaiting-mod {
    685687    position: absolute;
    686     margin-left: -0.2em;
     688    margin-left: -0.4em;
     689    margin-top: 0.2em;
    687690    font-size: 0.7em;
    688691    background-repeat: no-repeat;
     
    710713    height: 1.3em;
    711714    line-height: 1.3em;
    712     padding: 0 0.6em;
     715    padding: 0 0.5em;
    713716    background-color: #bbb;
    714717    cursor: pointer;
     
    738741    height: 1.3em;
    739742    line-height: 1.3em;
    740     padding: 0 0.8em;
     743    padding: 0 0.6em;
    741744    -moz-border-radius: 3px;
    742745    -khtml-border-radius: 3px;
     
    748751    margin: 0;
    749752    list-style: none;
    750     padding: 7px 0 15px 0;
     753    padding: 6px 0 3px 0;
    751754}
    752755
     
    776779    clear: both;
    777780    height: 65px;
    778     padding: 10px 0 0 65px;
     781    padding: 10px 0 0 60px;
    779782    margin: 0;
    780783    position: relative;
    781784    margin-top: -75px;
     785    font-size: 12px;
    782786}
    783787
    784788#footer p {
    785789    margin: 0;
    786     padding: 5px 0;
     790    padding: 7px 0;
    787791}
    788792
     
    810814    border-bottom-width: 8px;
    811815    border-bottom-style: solid;
    812 
     816    font-size: 11px;
    813817}
    814818
     
    981985}
    982986
    983 #poststuff .inside strong {
    984     font-size: 14px;
    985 }
    986 
    987987#link_name, #link_url, #link_description {
    988988    font-size: 1.7em;
     
    996996
    997997#editable-post-name-full {display: none;}
     998
    998999#editable-post-name input {width: 16em;}
     1000
    9991001#edit-slug-buttons a.save {
    1000     -moz-border-raduis: 5px;
    1001     padding: 6px;
    1002 }
    1003 #edit-slug-buttons a.cancel {font-size: 80%;}
     1002    padding: 6px 4px;
     1003    margin-right: 4px;
     1004    text-decoration: none;
     1005    border-width: 1px;
     1006    border-style: solid;
     1007    -moz-border-radius: 3px;
     1008    -khtml-border-radius: 3px;
     1009    -webkit-border-radius: 3px;
     1010    border-radius: 3px;
     1011    font-weight: bold;
     1012}
    10041013
    10051014#poststuff #editor-toolbar {
     
    10861095}
    10871096
     1097.submitbox .inside strong {
     1098    font-size: 14px;
     1099}
     1100
    10881101.submitbox .submitdelete {
    10891102    border-bottom-width: 1px;
     
    12081221    margin: 0;
    12091222    padding: 0;
     1223    line-height: 19px;
    12101224}
    12111225
     
    12611275}
    12621276
     1277#post-search .button, #widget-search .button {
     1278    padding: 4px;
     1279    font-size: 13px;
     1280}
     1281
    12631282#posts-filter fieldset {
    12641283    float: left;
     
    12931312    float: right;
    12941313    list-style: none;
    1295     margin: -28px 5px -2px 0;
     1314    margin: -23px 5px -2px 0;
    12961315    position: relative;
    12971316}
     
    13001319    float: left;
    13011320    margin: 0;
    1302     font-size: 12px;
    1303     padding: 6px;
     1321    font-size: 11px;
     1322    padding: 4px 6px;
     1323    font-weight: bold;
    13041324}
    13051325
     
    13101330ul.view-switch li.current {
    13111331    border: none;
    1312     font-weight: bold;
    13131332    -moz-border-radius-topleft: 3px;
    13141333    -khtml-border-top-left-radius: 3px;
     
    13461365#the-comment-list td {
    13471366    vertical-align: top;
    1348     font-size: 12px;
    13491367}
    13501368
     
    13941412    border-radius: 8px;
    13951413}
    1396 
    1397 .action-links {
    1398     text-align: right;
    1399 }
Note: See TracChangeset for help on using the changeset viewer.