summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/theme-editor.css
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-03-19 12:35:25 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-03-19 12:35:25 +0000
commit50b00028bd207f461d6ed02f7868eccb5c6b8fe1 (patch)
tree003311f94f815dddbc39f91ba25b959f6ef18524 /wp-admin/css/theme-editor.css
parent63f0f49bde74f02cdfc79140a7f101173f33322b (diff)
Add and delete WP 2.5 files. *DON'T SVN UPDATE!*
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1214 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/css/theme-editor.css')
-rw-r--r--wp-admin/css/theme-editor.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/wp-admin/css/theme-editor.css b/wp-admin/css/theme-editor.css
new file mode 100644
index 0000000..eaaa946
--- /dev/null
+++ b/wp-admin/css/theme-editor.css
@@ -0,0 +1,44 @@
+#template textarea {
+ font-family: 'Courier New', Courier, monospace;
+ font-size: 12px;
+ width: 97%;
+}
+
+#template p {
+ width: 97%;
+}
+
+#templateside {
+ float: right;
+ width: 190px;
+ margin-top:-3.4em;
+}
+
+#templateside h3, #postcustomstuff p.submit {
+ margin: 0;
+}
+
+#templateside ol, #templateside ul {
+ list-style: none;
+ margin: .5em;
+ padding: 0;
+}
+
+#templateside ol li, #templateside ul li {
+ margin: 1px 0px;
+}
+
+#themeselector {
+ padding-right: 5px;
+ float: right;
+ position: relative;
+ bottom: 25px;
+}
+
+.nonessential {
+ font-size: small;
+}
+
+.highlight {
+ padding: 1px;
+} \ No newline at end of file