Make WordPress Core

Changeset 6611


Ignore:
Timestamp:
01/14/2008 07:21:25 AM (17 years ago)
Author:
matt
Message:

Some styling tweaks to header and submit box.

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r6605 r6611  
    8686<div id="previewview">
    8787<?php if ( 'publish' == $post->post_status ) { ?>
    88 <a href="<?php echo clean_url(get_permalink($post->ID)); ?>" class="view-link" target="_blank"><?php _e('View &raquo;'); ?></a>
     88<a href="<?php echo clean_url(get_permalink($post->ID)); ?>" target="_blank"><?php _e('View this Post'); ?></a>
    8989<?php } elseif ( 'edit' == $action ) { ?>
    90 <a href="<?php echo clean_url(apply_filters('preview_post_link', add_query_arg('preview', 'true', get_permalink($post->ID)))); ?>" class="view-link" target="_blank"><?php _e('Preview &raquo;'); ?></a>
     90<a href="<?php echo clean_url(apply_filters('preview_post_link', add_query_arg('preview', 'true', get_permalink($post->ID)))); ?>" target="_blank"><?php _e('Preview this Post'); ?></a>
    9191<?php } ?>
    9292</div>
  • trunk/wp-admin/wp-admin.css

    r6606 r6611  
    807807    position: absolute;
    808808    right: 25%;
    809     top: 10px;
    810     color: #fff;
     809    top: 9px;
     810    color: #ccc;
    811811    font-size: 12px;
    812812}
     
    822822
    823823#wphead {
    824     border-top: 35px solid #464646;
     824    border-top: 30px solid #464646;
    825825    background: #e4f2fd;
    826826}
     
    855855    list-style: none;
    856856    position: absolute;
    857     top: 7px;
     857    top: 4px;
    858858    left: 0;
     859    font-size: 12px;
    859860    padding-left: 12px;
    860861}
     
    862863#dashmenu a {
    863864    color: #999;
    864     padding: 6px;
     865    padding: 4px 6px;
    865866    line-height: 220%;
    866867    margin-right: 8px;
     
    12421243    position: fixed;
    12431244    background-color: #eaf3fa;
    1244     width: 250px;
    1245     top: 225px;
     1245    width: 200px;
     1246    top: 194px;
    12461247    right: 25%;
    1247     margin-right: -125px;
     1248    -moz-border-radius: 3px;
    12481249}
    12491250
    12501251#submitpost #previewview {
    12511252    background-color: #2683ae;
     1253    padding: 15px 10px;
     1254}
     1255
     1256#submitpost #previewview a {
     1257    background: #ebebeb;
     1258    -moz-border-radius: 5px;
     1259    padding: 6px;
     1260    font-weight: normal;
     1261    color: #264761;
     1262    border-bottom: none;
     1263    font-size: 14px;
     1264
    12521265}
    12531266
Note: See TracChangeset for help on using the changeset viewer.