Make WordPress Core

Changeset 8453


Ignore:
Timestamp:
07/25/2008 04:58:49 AM (18 years ago)
Author:
iammattthomas
Message:

New post button

Location:
branches/crazyhorse/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.