Changeset 8453

Show
Ignore:
Timestamp:
07/25/08 04:58:49 (1 month ago)
Author:
iammattthomas
Message:

New post button

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/crazyhorse/wp-admin/index.php

    r8292 r8453  
    3838 
    3939<div class="wrap"> 
    40  
     40<div class="pagehead"><a class="button new" href="/wp-admin/post-new.php">Write New Post</a></div> 
    4141<div id="dashboard-widgets-wrap"> 
    4242 
  • branches/crazyhorse/wp-admin/wp-admin.css

    r8452 r8453  
    594594    position: absolute; 
    595595    text-decoration:underline; 
     596} 
     597 
     598.pagehead { 
     599    width: 100%; 
     600    clear: both; 
     601    border-bottom: 1px solid #dfdfdf; 
     602    padding-bottom: 10px; 
     603    float: left; 
     604} 
     605 
     606.pagehead .new { 
     607    float: right; 
     608    margin-right: 6px; 
     609    padding: 6px 20px; 
     610    min-width: 180px; 
     611    text-align: center; 
     612    font-size: 16px; 
    596613} 
    597614