Theme Customizer: Flex-width friendly UI, improved typographical hierarchy. see #19910.

git-svn-id: https://develop.svn.wordpress.org/trunk@20777 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-05-12 00:48:20 +00:00
parent 212552cb9e
commit daad27aeef
3 changed files with 54 additions and 63 deletions

View File

@@ -23,19 +23,6 @@
margin-left: 10px;
}
.customize-control-content {
float: left;
}
.customize-control-text input,
.customize-control-select select,
.customize-control-checkbox input,
.customize-control-color .color-picker,
.customize-control-upload div {
float: right;
clear: left;
}
.customize-control-text input {
float: left;
}