mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
+20
-3
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user