Make WordPress Core


Ignore:
Timestamp:
12/27/2003 08:55:03 PM (23 years ago)
Author:
saxmatt
Message:

Link manager fixes and HTML cleanup.

File:
1 edited

Legend:

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

    r644 r654  
     1* html #poststuff {
     2    height: 100%; /* kill peekaboo bug in IE */
     3}
     4
    15a {
    26    border-bottom: 1px solid #69c;
    37    color: #00019b;
    48    text-decoration: none;
     9}
     10
     11a.delete:hover {
     12    background: #c00;
     13    color: #fff;
     14}
     15
     16a.edit, a.delete, a.edit:hover, a.delete:hover {
     17    border-bottom: none;
     18    display: block;
     19    padding: 5px 0;
     20    text-align: center;
     21}
     22
     23a.edit:hover {
     24    background: #ccc;
     25    color: #036;
    526}
    627
     
    7495
    7596textarea, input, select {
    76     background: #f0f0f0;
    77     border: 1px solid #ccc;
     97    background: #f4f4f4;
     98    border: 1px solid #d8d8d8;
    7899    font-family: Georgia, "Times New Roman", Times, serif;
    79100    margin: 1px;
     
    102123}
    103124
    104 .post-categories li {
     125.post-categories li, #ed_toolbar {
    105126    display: inline;
    106127}
     
    137158    font-size: 18px;
    138159    margin: 6px 0;
     160}
     161
     162#adminmenu .current, #adminmenu2 .current {
     163    font-weight: bold;
    139164}
    140165
     
    157182    border: 1px solid #9d9d9d;
    158183    color: #171717;
    159 }
    160 
    161 #adminmenu .current, #adminmenu2 .current {
    162     font-weight: bold;
    163184}
    164185
     
    213234    font-weight: bold;
    214235    width: 25px;
    215 }
    216 
    217 #ed_toolbar {
    218     display: inline;
    219236}
    220237
     
    255272}
    256273
    257 * html #poststuff {
    258     height: 100%; /* kill peekaboo bug in IE */
    259 }
    260 
    261274#poststuff textarea {
    262275    width: 99%;
     
    291304#titlediv, #poststatusdiv, #commentstatusdiv, #pingstatusdiv, #postpassworddiv {
    292305    float: left;
     306    height: 6em;
    293307    margin-right: 5px;
    294     height: 6em;
    295308}
    296309
    297310#wphead {
     311    background: url(../wp-images/header-shadow.png) repeat-x #f2f2f2;
    298312    height: 42px;
    299313    margin: 0;
    300     background: repeat-x url(../wp-images/header-shadow.png) #f2f2f2;
    301314}
    302315
    303316#wphead a {
     317    background: url(../wp-images/wp-small.png) no-repeat;
     318    border-bottom: none;
    304319    display: block;
    305     background: url(../wp-images/wp-small.png) no-repeat;
    306320    height: 42px;
     321    line-height: 30px;
     322    margin: 3px 0 0 5px;
    307323    text-decoration: none;
    308324    text-indent: -1000px;
    309     line-height: 30px;
    310325    width: 200px;
    311     border-bottom: none;
    312     margin: 3px 0 0 5px;
    313 }
     326}
Note: See TracChangeset for help on using the changeset viewer.