Color scheme switcher styling from mt. fixes #6178

git-svn-id: https://develop.svn.wordpress.org/trunk@7259 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-03-12 02:35:22 +00:00
parent 928a671565
commit 40caffb433
2 changed files with 32 additions and 16 deletions
+20 -3
View File
@@ -812,13 +812,30 @@ html, body {
border-style: solid;
}
#profile-page .form-table input {
width: 200px;
.form-table label.color-option {
display: block;
clear: both;
}
.form-table input.tog {
margin-top: 2px;
margin-right: 2px;
float: left;
}
.form-table table.color-palette {
vertical-align: bottom;
float: left;
margin: -3px 3px 8px;
}
.form-table .color-palette td {
border-bottom: none;
border: 1px solid #fff;
}
#profile-page .form-table textarea {
width: 500px;
height: 150px;
margin-bottom: 6px;
}