new styles for options page
git-svn-id: http://svn.automattic.com/wordpress/trunk@219 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f918f37baa
commit
4d1d2c278d
|
@ -81,6 +81,9 @@ textarea, input, select {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.helptext {
|
||||||
|
}
|
||||||
|
|
||||||
#adminmenu {
|
#adminmenu {
|
||||||
list-style: none outside;
|
list-style: none outside;
|
||||||
margin: 5px 0 0 0;
|
margin: 5px 0 0 0;
|
||||||
|
@ -113,6 +116,41 @@ textarea, input, select {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#adminmenu2 {
|
||||||
|
list-style: none outside;
|
||||||
|
margin: 5px 0 0 0;
|
||||||
|
margin-left: 40px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#adminmenu2 li {
|
||||||
|
border-right: 1px solid #ccc;
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
|
padding: 4px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#adminmenu2 a {
|
||||||
|
border: 1px solid #fff;
|
||||||
|
color: #333;
|
||||||
|
padding: 3px 8px 3px 7px;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#adminmenu2 a:hover, #current2 {
|
||||||
|
background-color: #e9e9e9;
|
||||||
|
border: 1px solid #808080;
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
#adminmenu2 #last2 {
|
||||||
|
border-right: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#login {
|
#login {
|
||||||
background: url(http://wordpress.org/images/wp-small.png) #fff no-repeat top center;
|
background: url(http://wordpress.org/images/wp-small.png) #fff no-repeat top center;
|
||||||
border: 2px solid #333;
|
border: 2px solid #333;
|
||||||
|
|
Loading…
Reference in New Issue