Make WordPress Core

Changeset 864


Ignore:
Timestamp:
02/11/2004 01:01:36 PM (21 years ago)
Author:
saxmatt
Message:

Admin aesthetic enhancements.

Location:
trunk
Files:
2 edited

Legend:

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

    r852 r864  
    8383}
    8484
     85input:focus, textarea:focus, label:focus {
     86    background: #fff;
     87    border: 1px solid #878787;
     88}
     89
    8590label {
    8691    cursor: pointer;
     
    97102textarea, input, select {
    98103    background: #f4f4f4;
    99     border: 1px solid #cacaca;
     104    border: 1px solid #b2b2b2;
    100105    color: #000;
    101106    font-family: Georgia, "Times New Roman", Times, serif;
    102107    margin: 1px;
    103     padding: 2px;
     108    padding: 3px;
    104109}
    105110
     
    280285
    281286#poststuff textarea {
    282     width: 99%;
     287    width: 98%;
    283288}
    284289
     
    316321
    317322#wphead {
    318     background: url(../wp-images/header-shadow.png) repeat-x #f2f2f2;
    319     height: 42px;
    320     margin: 0;
     323    background: url(../wp-images/header-shadow.png) #f2f2f2 repeat-x bottom;
     324    height: 44px;
     325    margin: 0;
     326    padding: 4px 0 0 5px;
    321327}
    322328
     
    325331    border-bottom: none;
    326332    display: block;
    327     height: 42px;
    328     line-height: 30px;
    329     margin: 3px 0 0 5px;
     333    height: 44px;
    330334    text-decoration: none;
    331335    text-indent: -1000px;
Note: See TracChangeset for help on using the changeset viewer.