[wp-cvs] wordpress/wp-admin admin-header.php, 1.26,
1.27 wp-admin.css, 1.55, 1.56
Matthew Mullenweg
saxmatt at users.sourceforge.net
Wed Jul 21 01:59:11 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23007/wp-admin
Modified Files:
admin-header.php wp-admin.css
Log Message:
Some admin look changes.
Index: wp-admin.css
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/wp-admin.css,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** wp-admin.css 6 Jul 2004 19:01:22 -0000 1.55
--- wp-admin.css 21 Jul 2004 01:59:09 -0000 1.56
***************
*** 36,40 ****
body {
! background: #fff;
color: #000;
margin: 0;
--- 36,40 ----
body {
! background: #f2f2f2;
color: #000;
margin: 0;
***************
*** 97,101 ****
input:focus, textarea:focus, label:focus {
background: #fff;
! border: 1px solid #878787;
}
--- 97,101 ----
input:focus, textarea:focus, label:focus {
background: #fff;
! border: 1px solid #686868;
}
***************
*** 108,112 ****
}
! p, dl, dd, dt {
line-height: 130%;
}
--- 108,112 ----
}
! p, li, dl, dd, dt {
line-height: 130%;
}
***************
*** 204,207 ****
--- 204,208 ----
.wrap {
+ background: #fff;
border: 1px solid #ccc;
margin: 15px 5%;
***************
*** 214,220 ****
#adminmenu {
border-bottom: 2px solid #707070;
! margin: 2px 2px 0 2px;
! padding: 0 2px;
}
--- 215,222 ----
#adminmenu {
+ background: #fff;
border-bottom: 2px solid #707070;
! margin: 0;
! padding: .2em;
}
***************
*** 250,259 ****
border-bottom: none;
height: 20px;
! margin: 0 2px;
! padding: 0;
}
#adminmenu2 .current {
! background: #fff;
color: #000;
}
--- 252,262 ----
border-bottom: none;
height: 20px;
! margin: 0;
! padding: 0 1em;
}
#adminmenu2 .current {
! background: #f2f2f2;
! border-right: 2px solid #4f4f4f;
color: #000;
}
***************
*** 427,442 ****
}
- #wphead a {
- border-bottom: none;
- display: block;
- height: 44px;
- text-decoration: none;
- text-indent: -1000px;
- width: 200px;
- }
-
#wphead h1 {
! background: url(../wp-images/wp-small.png) no-repeat;
! height: 44px;
margin: 0;
}
--- 430,437 ----
}
#wphead h1 {
! font-size: 2.5em;
! font-weight: normal;
! height: 1.5em;
margin: 0;
}
Index: admin-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-header.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** admin-header.php 19 Jun 2004 17:04:18 -0000 1.26
--- admin-header.php 21 Jul 2004 01:59:09 -0000 1.27
***************
*** 52,56 ****
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
! <title>WordPress › <?php bloginfo('name') ?> › <?php echo $title; ?></title>
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
--- 52,56 ----
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
! <title><?php bloginfo('name') ?> › <?php echo $title; ?> — WordPress</title>
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
***************
*** 134,138 ****
<body>
<div id="wphead">
! <h1><a href="http://wordpress.org" rel="external" title="<?php _e('Visit WordPress.org') ?>"><?php _e('WordPress') ?></a></h1>
</div>
--- 134,138 ----
<body>
<div id="wphead">
! <h1><?php bloginfo('name') ?></h1>
</div>
More information about the cvs
mailing list