Changeset 9224
- Timestamp:
- 10/17/2008 05:48:00 AM (18 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 1 added
- 3 edited
-
admin-header.php (modified) (3 diffs)
-
css/colors-fresh.css (modified) (3 diffs)
-
images/wp-logo.gif (added)
-
wp-admin.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r9154 r9224 83 83 ?> 84 84 85 <img id="logo50" src="images/ logo50.png" alt="" /> <h1><?php if ( '' == get_bloginfo('name', 'display') ) echo ' '; else echo get_bloginfo('name', 'display'); ?> <a href="<?php echo trailingslashit( get_bloginfo('url') ); ?>" title="View site" id="view-site-link"><img src="<?php echo trailingslashit( bloginfo('wpurl') ) . 'wp-admin/images/new-window-icon.gif'; ?>" alt="" /></a>86 < span id="breadcrumb"><?php echo $breadcrumb ?></span>85 <img id="logo50" src="images/wp-logo.gif" alt="" /> <h1><?php if ( '' == get_bloginfo('name', 'display') ) echo ' '; else echo get_bloginfo('name', 'display'); ?> <a href="<?php echo trailingslashit( get_bloginfo('url') ); ?>" title="View site" id="view-site-link"><!--<img src="<?php echo trailingslashit( bloginfo('wpurl') ) . 'wp-admin/images/new-window-icon.gif'; ?>" alt="" />--></a> 86 <!--<span id="breadcrumb"><?php echo $breadcrumb ?></span>--> 87 87 <?php if ( in_array( $pagenow, $settings_pages ) ) { ?> 88 88 <span id="edit-settings"> … … 93 93 </div> 94 94 95 <div id="user_info"><p><?php printf(__('Howdy, <a href="%1$s" title="Edit your profile">%2$s</a>'), 'profile.php', $user_identity) ?> | 95 <div id="wphead-info"> 96 <?php favorite_actions(); ?> 97 98 <div id="user_info"> 99 <p><?php printf(__('Howdy, <a href="%1$s" title="Edit your profile">%2$s</a>'), 'profile.php', $user_identity) ?> | 100 <!-- 96 101 <?php _e('<a href="http://codex.wordpress.org/">Documentation</a>'); ?> | 97 102 <?php _e('<a href="http://wordpress.org/support/forum/4">Feedback</a>'); ?> | 98 <a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p></div> 103 --> 104 <a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p> 105 </div> 106 </div> 99 107 <?php 100 108 require(ABSPATH . 'wp-admin/menu-header.php'); … … 108 116 require(ABSPATH . 'wp-admin/options-head.php'); 109 117 } 110 111 favorite_actions(); -
trunk/wp-admin/css/colors-fresh.css
r9182 r9224 574 574 575 575 #wphead { 576 background-color: # e4f2fd;576 background-color: #464646; 577 577 } 578 578 … … 592 592 593 593 #wphead h1, #wphead h1 a, #login form input { 594 color: # 555;594 color: #fff; 595 595 } 596 596 … … 598 598 text-decoration: underline; 599 599 } 600 601 #user_info { 602 color: #999; 603 } 604 605 #user_info a, #user_info a:visited { 606 color: #ccc; 607 text-decoration: none; 608 } 609 600 610 601 611 div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover, .delete:hover { -
trunk/wp-admin/wp-admin.css
r9196 r9224 598 598 /* Admin Header */ 599 599 600 # user_info {600 #wphead-info { 601 601 position: absolute; 602 602 right: 15px; 603 603 top: 0; 604 font-size: 11px; 605 line-height: 31px; 606 height: 31px; 604 } 605 606 #user_info { 607 font-size: 12px; 608 line-height: 46px; 609 height: 46px; 607 610 } 608 611 … … 610 613 margin: 0; 611 614 padding: 0; 612 line-height: 20px;615 line-height: 46px; 613 616 } 614 617 … … 619 622 620 623 #wphead { 621 height: 58px;624 height: 46px; 622 625 border-bottom-width: 1px; 623 626 border-bottom-style: solid; … … 637 640 638 641 #logo50 { 639 margin: 4px 8px 0;642 margin: 9px 0 0 20px; 640 643 position: absolute; 641 644 } … … 661 664 662 665 #wphead h1 { 663 font: normal 36px Georgia, "Times New Roman", Times, serif;664 padding: 11px 170px 5px 70px;666 font: normal 22px Georgia, "Times New Roman", Times, serif; 667 padding: 11px 170px 5px 60px; 665 668 margin: 0; 666 669 margin-right: 15%; … … 2485 2488 #favorite-actions { 2486 2489 position: absolute; 2487 right: 15px;2488 top: 25px;2490 left: -150px; 2491 top: 10px; 2489 2492 width: 130px; 2490 2493 z-index: 10;
Note: See TracChangeset
for help on using the changeset viewer.