Some styling tweaks to header and submit box.

git-svn-id: https://develop.svn.wordpress.org/trunk@6611 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2008-01-14 07:21:25 +00:00
parent 830b718dcd
commit 913f6642a3
2 changed files with 23 additions and 10 deletions

View File

@ -85,9 +85,9 @@ addLoadEvent(focusit);
<div id="previewview">
<?php if ( 'publish' == $post->post_status ) { ?>
<a href="<?php echo clean_url(get_permalink($post->ID)); ?>" class="view-link" target="_blank"><?php _e('View &raquo;'); ?></a>
<a href="<?php echo clean_url(get_permalink($post->ID)); ?>" target="_blank"><?php _e('View this Post'); ?></a>
<?php } elseif ( 'edit' == $action ) { ?>
<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>
<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>
<?php } ?>
</div>

View File

@ -806,8 +806,8 @@ a.view-comment-post-link {
#user_info {
position: absolute;
right: 25%;
top: 10px;
color: #fff;
top: 9px;
color: #ccc;
font-size: 12px;
}
@ -821,7 +821,7 @@ a.view-comment-post-link {
}
#wphead {
border-top: 35px solid #464646;
border-top: 30px solid #464646;
background: #e4f2fd;
}
@ -854,14 +854,15 @@ a.view-comment-post-link {
margin: 0;
list-style: none;
position: absolute;
top: 7px;
top: 4px;
left: 0;
font-size: 12px;
padding-left: 12px;
}
#dashmenu a {
color: #999;
padding: 6px;
padding: 4px 6px;
line-height: 220%;
margin-right: 8px;
}
@ -1241,14 +1242,26 @@ html, body {
#submitpost {
position: fixed;
background-color: #eaf3fa;
width: 250px;
top: 225px;
width: 200px;
top: 194px;
right: 25%;
margin-right: -125px;
-moz-border-radius: 3px;
}
#submitpost #previewview {
background-color: #2683ae;
padding: 15px 10px;
}
#submitpost #previewview a {
background: #ebebeb;
-moz-border-radius: 5px;
padding: 6px;
font-weight: normal;
color: #264761;
border-bottom: none;
font-size: 14px;
}
#submitpost .submit {