Make WordPress Core

Changeset 9057


Ignore:
Timestamp:
10/02/2008 04:25:31 AM (17 years ago)
Author:
markjaquith
Message:

Whitespace cleanup for wp-admin.css

File:
1 edited

Legend:

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

    r9056 r9057  
    4444}
    4545
    46 
    4746form#upload #post_content {
    4847    height: 50px;
     
    5958
    6059table#availablethemes {
    61     border-spacing: 0px;
     60    border-spacing: 0;
    6261    border: none;
    6362    border-top: 1px solid #ccc;
     
    166165
    167166.commentlist li li {
    168     border-bottom: 0px;
     167    border-bottom: 0;
    169168    padding: 0;
    170169}
     
    252251    border-style: solid;
    253252    height: 2em;
    254     vertical-align:top;
     253    vertical-align: top;
    255254}
    256255
     
    280279    line-height: 150%;
    281280}
    282 
    283281
    284282table .vers {
     
    439437/* A handy div class for hiding controls.
    440438Some browsers will disable them when you
    441 set display:none; */
     439set display: none; */
    442440.zerosize {
    443441    height: 0;
     
    603601a.view-comment-post-link {
    604602    position: absolute;
    605     text-decoration:underline;
     603    text-decoration: underline;
    606604}
    607605
     
    752750    border-bottom-left-radius: 7px;
    753751    border-bottom-right-radius: 7px;
    754     -webkit-box-shadow:0 2px 6px rgba(0,0,0,0.2);
    755     -moz-box-shadow:0 2px 6px rgba(0,0,0,0.2);
     752    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
     753    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    756754}
    757755
     
    814812#adminmenu a {
    815813    font-size: 13px;
    816     padding: 0px 7px 0px 36px;
     814    padding: 0 7px 0 36px;
    817815    line-height: 1.1;
    818816    display: block;
     
    921919
    922920html, body {
    923     height:100%;
     921    height: 100%;
    924922}
    925923
     
    13041302
    13051303.postarea #add-media-button {
    1306     float:right;
    1307     margin:7px 0pt 0pt;
    1308     position:relative;
    1309     right:10px;
     1304    float: right;
     1305    margin: 7px 0pt 0pt;
     1306    position: relative;
     1307    right: 10px;
    13101308}
    13111309
     
    16091607
    16101608.commentlist .avatar {
    1611     vertical-align:text-top;
     1609    vertical-align: text-top;
    16121610}
    16131611
     
    18431841#inbox-filter .actions {
    18441842    margin-left: 6px;
    1845     background: url(images/archive-link.png) 0px 12px no-repeat;
     1843    background: url(images/archive-link.png) 0 12px no-repeat;
    18461844    padding-left: 16px;
    18471845}
     
    19341932    float: right;
    19351933    padding-left: 10px;
    1936     font-size:12px;
     1934    font-size: 12px;
    19371935}
    19381936
     
    23332331
    23342332#wpbody-content .media-item .thumbnail {
    2335     max-height:128px;
    2336     max-width:128px;
     2333    max-height: 128px;
     2334    max-width: 128px;
    23372335}
    23382336
Note: See TracChangeset for help on using the changeset viewer.