]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/press-this.dev.css
Wordpress 3.0
[autoinstalls/wordpress.git] / wp-admin / css / press-this.dev.css
index 4bb4d5c13e93372ba46c7e89f620c68bfd359a49..a72ea3e6283d565a42e170f0654b481c02ff3ad9 100644 (file)
@@ -1,4 +1,3 @@
-
 body {
        font: 13px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
        color: #333;
@@ -146,8 +145,9 @@ h3.tb {
        border-radius: 6px;
 }
 
+.postbox:hover .handlediv,
 .stuffbox:hover .handlediv {
-    background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px;
+       background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px;
 }
 
 .handlediv {
@@ -308,29 +308,22 @@ h3.tb {
        display: none;
 }
 
-#category-adder {
-       padding: 4px 0;
-}
-
-#category-adder h4 {
-       margin: 0 0 8px;
-}
+/* Categories */
 
-#category-add input {
+.category-add input {
        width: 94%;
-       font-family: Verdana,Arial,Helvetica,sans-serif;
-       font-size: 13px;
+       font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
+       font-size: 12px;
        margin: 1px;
-       padding: 3px;
 }
 
-#category-add select {
-       width: 70%;
+.category-add select {
+       width: 100%;
        -x-system-font: none;
        border-style: solid;
        border-width: 1px;
        font-family: "Lucida Grande","Bitstream Vera Sans",Verdana,Arial,sans-serif;
-       font-size: 12px;
+       font-size: 11px;
        height: 2em;
        line-height: 20px;
        padding: 2px;
@@ -338,34 +331,73 @@ h3.tb {
        vertical-align: top;
 }
 
-#category-add input,
-#category-add-sumbit {
+.category-add input.category-add-sumbit {
        width: auto;
 }
 
-/* Categories */
-#categorydiv ul,
+.categorydiv div.tabs-panel,
+#linkcategorydiv div.tabs-panel {
+       height: 100px;
+       overflow: auto;
+       padding: 0.5em 0.9em;
+       border-style: solid;
+       border-width: 1px;
+}
+
+.category-tabs li {
+       display: inline;
+       padding-right: 8px;
+}
+
+.category-tabs a {
+       text-decoration: none;
+}
+
+.categorydiv ul,
 #linkcategorydiv ul {
        list-style: none;
        padding: 0;
        margin: 0;
 }
 
-#categorydiv ul.categorychecklist ul {
+.inline-editor ul.cat-checklist ul,
+.categorydiv ul.categorychecklist ul,
+#linkcategorydiv ul.categorychecklist ul {
        margin-left: 18px;
 }
 
-#categorydiv div.tabs-panel {
-       height: 140px;
-       overflow: auto;
-}
-
 ul.categorychecklist li {
        margin: 0;
        padding: 0;
        line-height: 19px;
 }
 
+.categorydiv .tabs-panel {
+       border-width: 3px;
+       border-style: solid;
+}
+
+ul.category-tabs {
+       margin-top: 12px;
+       margin-bottom: 6px;
+}
+
+ul.category-tabs li.tabs {
+       border-style: solid solid none;
+       border-width: 1px 1px 0;
+}
+
+ul.category-tabs li {
+       padding: 5px 8px;
+       -moz-border-radius: 3px 3px 0 0;
+       -webkit-border-top-left-radius: 3px;
+       -webkit-border-top-right-radius: 3px;
+       -khtml-border-top-left-radius: 3px;
+       -khtml-border-top-right-radius: 3px;
+       border-top-left-radius: 3px;
+       border-top-right-radius: 3px;
+}
+
 /* Tags */
 .screen-reader-text {
        display: none;