[wp-cvs] wordpress/wp-admin admin-header.php, 1.30, 1.31 menu.php, 1.26, 1.27 wp-admin.css, 1.60, 1.61

Matthew Mullenweg saxmatt at users.sourceforge.net
Tue Sep 14 10:17:14 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22061/wp-admin

Modified Files:
	admin-header.php menu.php wp-admin.css 
Log Message:
Moved visit link from menu to header, adjusted CSS to match and to also handle overflow better.

Index: wp-admin.css
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/wp-admin.css,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** wp-admin.css	17 Aug 2004 13:53:06 -0000	1.60
--- wp-admin.css	14 Sep 2004 10:17:12 -0000	1.61
***************
*** 439,443 ****
  #wphead {
  	background: url(../wp-images/header-shadow.png) #f2f2f2 repeat-x bottom;
! 	padding: 4px 0 0 5px;
  }
  
--- 439,443 ----
  #wphead {
  	background: url(../wp-images/header-shadow.png) #f2f2f2 repeat-x bottom;
! 	padding: 1px 5px 11px;
  }
  
***************
*** 445,452 ****
  	font-size: 2.5em;
  	font-weight: normal;
- 	height: 1.5em;
  	margin: 0;
  }
  
  /* keep labels and their form controls together: */
  label {
--- 445,455 ----
  	font-size: 2.5em;
  	font-weight: normal;
  	margin: 0;
  }
  
+ #wphead h1 span {
+ 	font-size: .4em;
+ }
+ 
  /* keep labels and their form controls together: */
  label {

Index: menu.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/menu.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** menu.php	11 Sep 2004 16:12:39 -0000	1.26
--- menu.php	14 Sep 2004 10:17:12 -0000	1.27
***************
*** 63,67 ****
  
  ?>
-     <li><a href="<?php echo get_settings('home') . '/' . get_settings('blogfilename'); ?>" title="<?php _e('View your site') ?>"><?php _e('View site') ?> &raquo;</a></li>
  	<li class="last"><a href="<?php echo get_settings('siteurl')
  	 ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>"><?php printf(__('Logout (%s)'), $user_nickname) ?></a></li>
--- 63,66 ----

Index: admin-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-header.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** admin-header.php	5 Sep 2004 00:24:26 -0000	1.30
--- admin-header.php	14 Sep 2004 10:17:12 -0000	1.31
***************
*** 121,125 ****
  
  <div id="wphead">
! <h1><?php echo wptexturize(get_settings(('blogname'))); ?></h1>
  </div>
  
--- 121,125 ----
  
  <div id="wphead">
! <h1><?php echo wptexturize(get_settings(('blogname'))); ?> <span>(<a href="<?php echo get_settings('home') . '/' . get_settings('blogfilename'); ?>"><?php _e('View site') ?> &raquo;</a>)</span></h1>
  </div>
  




More information about the cvs mailing list