]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/theme-editor.dev.css
Wordpress 3.2.1
[autoinstalls/wordpress.git] / wp-admin / css / theme-editor.dev.css
index 0a2a554e0b512817a90815bb0f3d9a9660048f36..b06837be3ebdbf2c3d9c21649f88f58584852e13 100644 (file)
@@ -1,7 +1,17 @@
+.alignleft h3 {
+       margin: 0;
+}
+
+h3 span {
+       font-weight: normal;
+}
+
 #template textarea {
-       font-family: Consolas, Monaco, Courier, monospace;
+       font-family: Consolas, Monaco, monospace;
        font-size: 12px;
        width: 97%;
+       background: #f9f9f9;
+       outline: none;
 }
 
 #template p {
        margin: 4px 0;
 }
 
+#templateside ul li a span.highlight {
+       display:block;
+}
+
 .nonessential {
-       font-size: small;
+       font-size: 11px;
+       font-style: italic;
+       padding-left: 12px;
 }
 
 .highlight {
-       padding: 1px;
+       padding: 3px 3px 3px 12px;
+       margin-left: -12px;
+       font-weight: bold;
+       -moz-border-radius: 3px;
+       -khtml-border-radius: 3px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
 }
 
 div.tablenav {