summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/theme-editor.css
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-04-04 16:44:15 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-04-04 16:44:15 +0000
commit7740e89de3e1bc0cc636120e3ca8ab9e97e4d3cc (patch)
treec6fd23b598f3994eddb18cb1c0f2e8d95ff054fa /wp-admin/css/theme-editor.css
parentf650f48c048bfbbb2ae702b6425d87e39358d748 (diff)
downloadwordpress-mu-7740e89de3e1bc0cc636120e3ca8ab9e97e4d3cc.tar.gz
wordpress-mu-7740e89de3e1bc0cc636120e3ca8ab9e97e4d3cc.tar.xz
wordpress-mu-7740e89de3e1bc0cc636120e3ca8ab9e97e4d3cc.zip
Merged with WordPress 2.5, unstable, only for testing
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1218 7be80a69-a1ef-0310-a953-fb0f7c49ff36
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;
+}