Styling for the theme select button. fixes #2101

git-svn-id: https://develop.svn.wordpress.org/trunk@3349 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-12-23 21:08:42 +00:00
parent e1459bd149
commit ae212ba60f
1 changed files with 5 additions and 1 deletions

View File

@ -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 {