Some admin look changes.

git-svn-id: https://develop.svn.wordpress.org/trunk@1468 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-07-21 01:59:09 +00:00
parent a4270969ce
commit 07c992bd39
2 changed files with 16 additions and 21 deletions

View File

@ -51,7 +51,7 @@ if ($standalone == 0) :
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WordPress &rsaquo; <?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?></title>
<title><?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?> &#8212; WordPress</title>
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
@ -133,7 +133,7 @@ window.onload = blurry;
</head>
<body>
<div id="wphead">
<h1><a href="http://wordpress.org" rel="external" title="<?php _e('Visit WordPress.org') ?>"><?php _e('WordPress') ?></a></h1>
<h1><?php bloginfo('name') ?></h1>
</div>
<?php

View File

@ -35,7 +35,7 @@ a:hover {
}
body {
background: #fff;
background: #f2f2f2;
color: #000;
margin: 0;
padding: 0;
@ -96,7 +96,7 @@ h2 {
input:focus, textarea:focus, label:focus {
background: #fff;
border: 1px solid #878787;
border: 1px solid #686868;
}
label {
@ -107,7 +107,7 @@ li, dd {
margin-bottom: 6px;
}
p, dl, dd, dt {
p, li, dl, dd, dt {
line-height: 130%;
}
@ -203,6 +203,7 @@ textarea, input, select {
}
.wrap {
background: #fff;
border: 1px solid #ccc;
margin: 15px 5%;
padding: .5em 1em;
@ -213,9 +214,10 @@ textarea, input, select {
}
#adminmenu {
background: #fff;
border-bottom: 2px solid #707070;
margin: 2px 2px 0 2px;
padding: 0 2px;
margin: 0;
padding: .2em;
}
#adminmenu .current, #adminmenu2 .current, #ed_strong {
@ -249,12 +251,13 @@ textarea, input, select {
background: #707070;
border-bottom: none;
height: 20px;
margin: 0 2px;
padding: 0;
margin: 0;
padding: 0 1em;
}
#adminmenu2 .current {
background: #fff;
background: #f2f2f2;
border-right: 2px solid #4f4f4f;
color: #000;
}
@ -426,17 +429,9 @@ textarea, input, select {
padding: 4px 0 0 5px;
}
#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;
font-size: 2.5em;
font-weight: normal;
height: 1.5em;
margin: 0;
}