Make WordPress Core

Changeset 8283


Ignore:
Timestamp:
07/08/2008 03:18:07 AM (16 years ago)
Author:
mdawaffe
Message:

crazyhorse: header, content, and dashboard layout tweaks

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

Legend:

Unmodified
Added
Removed
  • branches/crazyhorse/wp-admin/css/dashboard.css

    r8278 r8283  
    5959
    6060div.dashboard-widget-holder.double div.dashboard-widget {
    61     height: 40.5em; /* temp */
     61    height: 54em;
     62        padding-bottom: 28px /* lame */
    6263}
    6364
     
    260261}
    261262
     263#dashboard_inbox div.dashboard-widget, #dashboard_quick_press div.dashboard-widget {
     264    height: 34em;
     265    padding-bottom: 0;
     266}
     267
     268#dashboard_inbox p.actions {
     269    margin-top: 0;
     270}
     271
     272#dashboard_quick_press h3 {
     273    margin-bottom: 3px;
     274}
     275
     276#dashboard_quick_press h3#quick-post-title {
     277    margin-top: 0;
     278}
     279
     280#dashboard_quick_press p.field-tip {
     281    margin-top: 0;
     282    font-style: italic;
     283}
     284
    262285#dashboard_quick_press .submit {
    263     padding: 0 0 1.5em 0;
     286    padding: 0 0 1em 0;
    264287    border-top: none;
    265288    border-bottom: 1px solid #ccc;
    266289}
     290
     291#dashboard_quick_press p#recent-drafts {
     292    margin: 0;
     293}
  • branches/crazyhorse/wp-admin/css/global.css

    r8277 r8283  
    1111    border-width: 1px 0 0 1px;
    1212    border-style: solid;
     13    padding-top: 10px;
    1314}
    1415
     
    177178}
    178179
    179 .wrap {
     180#wpbody .wrap {
    180181    position: relative;
    181182}
  • branches/crazyhorse/wp-admin/includes/dashboard.php

    r8282 r8283  
    312312
    313313    <form name="post" action="<?php echo clean_url( admin_url( 'post.php' ) ); ?>" method="post" id="quick-press">
    314         <h3><label for="title"><?php _e('Title') ?></label></h3>
     314        <h3 id="quick-post-title"><label for="title"><?php _e('Title') ?></label></h3>
    315315        <div class="input-text-wrap">
    316316            <input type="text" name="post_title" id="title" autocomplete="off" />
     
    326326            <input type="text" name="tags_input" id="tags-input" />
    327327        </div>
    328         <p><?php _e('Separate tags with commas'); ?></p>
     328        <p class='field-tip'><?php _e('Separate tags with commas'); ?></p>
    329329
    330330        <p class="submit">
     
    442442
    443443    <form id="inbox-filter" action="" method="get">
    444         <p><input type="button" value="Archive" name="archive" class="button"></p>
     444        <p class="actions"><input type="button" value="Archive" name="archive" class="button"></p>
    445445        <ul>
    446446
  • branches/crazyhorse/wp-admin/wp-admin.css

    r8277 r8283  
    13921392        position: absolute;
    13931393        right: 0;
    1394         top: -45px;
     1394        top: -64px;
    13951395        margin: 0;
    13961396}
     
    16461646.settings-toggle {
    16471647    text-align: right;
    1648     margin: 5px 7px 10px 0;
     1648    margin: 5px 7px 15px 0;
    16491649    font-size: 12px;
    16501650}
Note: See TracChangeset for help on using the changeset viewer.