Changeset 8430

Show
Ignore:
Timestamp:
07/24/08 17:58:24 (4 months ago)
Author:
iammattthomas
Message:

A few aesthetic tweaks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/crazyhorse/wp-admin/css/colors-fresh.css

    r8429 r8430  
    6161} 
    6262 
    63 #post-body ul#category-tabs li.ui-tabs-selected, .button-secondary, #quicktags, #login form .submit input
     63#post-body ul#category-tabs li.ui-tabs-selected, .button-secondary, #quicktags, #login form .submit input, #post-search .button, #post-search-prep .button
    6464    background-color: #cee1ef !important; 
    6565} 
     
    126126} 
    127127 
    128 .form-table input, .form-table textarea
     128.form-table input, .form-table textarea, #post-search-input
    129129    border-color: #c6d9e9; 
    130130} 
     
    303303#adminmenu li.current { 
    304304    background-color: #fff; 
     305    border-color: #c6d9e9; 
    305306    border-right-color: #fff; 
    306307} 
  • branches/crazyhorse/wp-admin/css/global.css

    r8379 r8430  
    1111    border-width: 1px 0 0 1px; 
    1212    border-style: solid; 
     13    border-color: #c6d9e9; 
    1314    padding-top: 10px; 
    1415} 
  • branches/crazyhorse/wp-admin/wp-admin.css

    r8429 r8430  
    643643 
    644644#dashmenu { 
    645     margin: 0 0 0 10px; 
    646     background: url(images/logo-ghost.png) no-repeat top left; 
     645    margin: 0 0 0 12px; 
     646    background: url(images/logo-ghost.png) no-repeat center left; 
    647647    list-style: none; 
    648648    position: absolute; 
     
    702702    position: relative; 
    703703    right: -1px; 
     704    padding: 2px 0; 
     705} 
     706 
     707#adminmenu li .wp-submenu { 
     708    margin-top: 6px; 
    704709} 
    705710 
    706711#adminmenu li .wp-submenu li { 
    707     padding: 0 0 0 15px; 
     712    padding: 0 0 0 1px; 
     713
     714 
     715#adminmenu li .wp-submenu li.current { 
     716    padding: 2px 0; 
    708717} 
    709718 
     
    724733    display: block; 
    725734    text-indent: -18px; 
     735} 
     736 
     737#adminmenu li.current a { 
     738    padding-left: 34px; 
    726739} 
    727740 
     
    13921405} 
    13931406 
     1407#post-search-input { 
     1408    margin-right: 2px; 
     1409    border-width: 1px; 
     1410    border-style: solid; 
     1411} 
     1412 
    13941413#posts-filter fieldset { 
    13951414    float: left;