Reduce dependency on inline style. Props mdawaffe. fixes #6228
git-svn-id: http://svn.automattic.com/wordpress/trunk@7304 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -27,9 +27,10 @@ textarea, input, select {
|
||||
}
|
||||
|
||||
.alignleft { float: left; }
|
||||
|
||||
.alignright { float: right; }
|
||||
|
||||
.textleft { text-align: left; }
|
||||
.textright { text-align: right; }
|
||||
|
||||
.clear { clear: both; height: 2px; }
|
||||
|
||||
@@ -82,6 +83,10 @@ textarea, input, select {
|
||||
width: 3%;
|
||||
}
|
||||
|
||||
.widefat .num {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wrap, .updated, .error {
|
||||
margin: 0;
|
||||
margin-left: 15px;
|
||||
|
||||
@@ -18,6 +18,14 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h3#bordertitle {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#templateside h4 {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#templateside ol, #templateside ul {
|
||||
list-style: none;
|
||||
margin: .5em;
|
||||
@@ -35,10 +43,24 @@
|
||||
bottom: 25px;
|
||||
}
|
||||
|
||||
#themeselector select {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.nonessential {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
padding: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
div.bordertitle h2 {
|
||||
border: none;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
div.tablenav {
|
||||
margin-right: 210px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user