summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/theme-editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/css/theme-editor.css')
-rw-r--r--wp-admin/css/theme-editor.css24
1 files changed, 23 insertions, 1 deletions
diff --git a/wp-admin/css/theme-editor.css b/wp-admin/css/theme-editor.css
index eaaa946..2c59e97 100644
--- a/wp-admin/css/theme-editor.css
+++ b/wp-admin/css/theme-editor.css
@@ -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;
-} \ No newline at end of file
+}
+
+div.bordertitle h2 {
+ border: none;
+ padding-bottom: 0px;
+}
+
+div.tablenav {
+ margin-right: 210px;
+}