Styling for the theme select button. fixes #2101
git-svn-id: http://svn.automattic.com/wordpress/trunk@3349 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
33ad867646
commit
0ea2312357
|
@ -732,6 +732,10 @@ table .vers, table .name {
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* html #themeselect {
|
||||||
|
padding: 0px 3px;
|
||||||
|
height: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
/****************************************************************
|
/****************************************************************
|
||||||
avoid padding, margins or borders on dbx-box,
|
avoid padding, margins or borders on dbx-box,
|
||||||
|
@ -837,7 +841,7 @@ table .vers, table .name {
|
||||||
#moremeta .dbx-handle {
|
#moremeta .dbx-handle {
|
||||||
padding: 6px 1em 2px;
|
padding: 6px 1em 2px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background: url(images/box-head.gif) no-repeat right;
|
background: #2685af url(images/box-head.gif) no-repeat right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#moremeta .dbx-box {
|
#moremeta .dbx-box {
|
||||||
|
|
Loading…
Reference in New Issue