]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/wp-admin.css
Wordpress 2.8
[autoinstalls/wordpress.git] / wp-admin / wp-admin.css
index a2b3b9ac7e668a450d1a241cdc5384872acbd77d..21284cba7bd6a788eb203f88a6a164e7c35bf38b 100644 (file)
@@ -1,5 +1,32 @@
+textarea,
+input,
+select {
+       border-width: 1px;
+       border-style: solid;
+       -moz-border-radius: 4px;
+       -khtml-border-radius: 4px;
+       -webkit-border-radius: 4px;
+       border-radius: 4px;
+}
+
+input[type="checkbox"],
+input[type="radio"],
+input[type="image"] {
+       border: 0 none;
+}
+
+p,
+ul,
+ol,
+blockquote,
+input,
+select {
+       font-size: 12px;
+}
 
-p, ul, ol, blockquote { font-size: 12px; }
+select option {
+       padding: 2px;
+}
 
 .plugins .name,
 #pass-strength-result.strong,
@@ -15,10 +42,71 @@ p, ul, ol, blockquote { font-size: 12px; }
        padding: 0;
 }
 
+.plugins .desc p {
+       margin: 0 0 8px;
+}
+
+.plugins td.desc {
+       line-height: 1.5em;
+}
+
+.plugins .desc ul,
+.plugins .desc ol {
+       margin: 0 0 0 2em;
+}
+
+.plugins .desc ul {
+       list-style-type: disc;
+}
+
 .plugins .action-links { 
        white-space: nowrap;
 }
 
+.plugins .row-actions-visible {
+       padding: 0;
+}
+
+.widefat tbody.plugins th.check-column {
+       padding: 7px 0;
+}
+
+.widefat .plugins td,
+.widefat .plugins th {
+       border-bottom: 0 none;
+}
+
+#install-plugins .plugins td,
+#install-plugins .plugins th {
+       border-bottom-style: solid;
+       border-bottom-width: 1px;
+}
+
+.plugins .inactive td,
+.plugins .inactive th,
+.plugins .active td,
+.plugins .active th {
+       border-top-style: solid;
+       border-top-width: 1px;
+       padding: 5px 7px 0;
+}
+
+#wpbody-content .plugins .plugin-title {
+       padding-right: 12px;
+}
+
+.plugins .second td,
+.plugins .second th {
+       border-top: 0 none;
+       padding: 0 7px 5px;
+}
+
+.plugins-php .widefat tfoot th,
+.plugins-php .widefat tfoot td {
+       border-top-style: solid;
+       border-top-width: 1px;
+}
+
 .import-system {
        font-size: 16px;
 }
@@ -90,7 +178,7 @@ table#availablethemes td.bottom {
        margin: 0;
 }
 
-#current-theme .description {
+#current-theme .theme-description {
        margin-top: 5px;
 }
 
@@ -109,6 +197,11 @@ table#availablethemes td.bottom {
        text-decoration: none;
 }
 
+#TB_window #TB_title {
+       background-color: #222;
+       color: #cfcfcf;
+}
+
 .checkbox {
        border: none;
        margin: 0;
@@ -259,6 +352,11 @@ form p.submit a.cancel:hover {
        margin-left: 18px;
 }
 
+#post-status-display,
+#post-visibility-display {
+       font-weight: bold;
+}
+
 .side-info {
        margin: 0;
        padding: 4px;
@@ -285,7 +383,6 @@ form p.submit a.cancel:hover {
 .button-secondary,
 .button-highlighted,
 #postcustomstuff .submit input {
-       font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
        text-decoration: none;
        font-size: 11px !important;
        line-height: 16px;
@@ -309,6 +406,7 @@ a.button-secondary {
        line-height: 1.2em;
        -webkit-border-radius: 10px;
        padding: 4px 10px;
+       white-space: nowrap;
 }
 
 #doaction,
@@ -330,12 +428,9 @@ a.button-secondary {
 }
 
 #wpcontent select {
-       font: 11px/20px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
        padding: 2px;
-       border-width: 1px;
-       border-style: solid;
        height: 2em;
-       vertical-align: top;
+       font-size: 11px;
 }
 
 #wpcontent option {
@@ -363,10 +458,6 @@ a.button-secondary {
        line-height: 150%;
 }
 
-table .vers {
-       text-align: center;
-}
-
 textarea.all-options, input.all-options {
        width: 250px;
 }
@@ -440,15 +531,9 @@ textarea.all-options, input.all-options {
        margin: 3px 1px 4px;
        line-height: 18px;
        display: inline-block;
-       border-width: 1px;
-       border-style: solid;
        min-width: 26px;
        padding: 2px 4px;
        font-size: 12px;
-       -moz-border-radius: 3px;
-       -khtml-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
 }
 
 #ed_reply_toolbar input {
@@ -675,7 +760,8 @@ p.pagenav {
        font-size: 11px;
 }
 
-.tablenav .tablenav-pages a, .tablenav-pages span.current  {
+.tablenav .tablenav-pages a,
+.tablenav-pages span.current  {
        text-decoration: none;
        border: none;
        padding: 3px 6px;
@@ -709,18 +795,24 @@ td.media-icon img {
        max-height: 60px;
 }
 
-#update-nag, .plugin-update {
+#update-nag {
        line-height: 29px;
        font-size: 12px;
        text-align: center;
-       border-bottom-width: 1px;
-       border-bottom-style: solid;
-       border-top-width: 1px;
-       border-top-style: solid;
 }
 
-#update-nag a, .plugin-update a {
-       font-size: 1.1em;
+#update-nag {
+       border-width: 1px 0;
+       border-style: solid none;
+}
+
+.plugins .plugin-update {
+       padding: 0;
+}
+
+.plugin-update .update-message {
+       margin: 0 10px 8px 31px;
+       font-weight: bold;
 }
 
 #pass-strength-result {
@@ -743,6 +835,11 @@ div.comment-item:hover .row-actions {
        visibility: visible;
 }
 
+.row-actions-visible {
+       padding: 2px 0 0;
+       cursor: pointer;
+}
+
 /* Admin Header */
 #wphead-info {
        margin: 0 0 0 15px;
@@ -792,8 +889,29 @@ div.comment-item:hover .row-actions {
        padding: 12px 10px 5px;
 }
 
-#wphead h1 span {
+#wphead #site-visit-button {
+       background-repeat:repeat-x;
+       background-position:0 0;
+       -moz-border-radius:3px;
+       -webkit-border-radius:3px;
+       -khtml-border-radius:3px;
+       border-radius:3px;
+       cursor:pointer; /* to keep IE happy */
+       display:-moz-inline-stack; /* to keep FF2 happy */
+       display:inline-block;
        font-size: 50%;
+       font-style:normal;
+       line-height:17px;
+       margin-left:5px;
+       padding:0 6px;
+       vertical-align:middle;
+}
+
+#wphead h1 a:hover {
+       text-decoration:none;
+}
+#wphead h1 a:hover #site-title {
+       text-decoration:underline;
 }
 
 /* side admin menu */
@@ -846,7 +964,8 @@ div.comment-item:hover .row-actions {
        display: none;
 }
 
-#adminmenu li.wp-menu-open .wp-submenu {
+#adminmenu li.wp-menu-open .wp-submenu,
+.no-js #adminmenu .open-if-no-js .wp-submenu {
        display: block;
 }
 
@@ -967,10 +1086,15 @@ div.comment-item:hover .row-actions {
        height: 21px;
        padding: 0;
        margin: 0;
+}
+
+#adminmenu a.separator {
        cursor: w-resize;
+       height: 20px;
+       padding: 0;
 }
 
-.folded #adminmenu li.wp-menu-separator {
+.folded #adminmenu a.separator {
        cursor: e-resize;
 }
 
@@ -1031,6 +1155,15 @@ div.comment-item:hover .row-actions {
        border-bottom-width: 1px;
        border-bottom-style: solid;
 }
+
+#adminmenu .wp-menu-image a {
+       height: 24px;
+}
+
+#adminmenu .wp-menu-image img {
+       padding: 6px 0 0 1px;
+}
+
 /* end side admin menu */
 
 /* comments/plugins bubble in menu */
@@ -1084,7 +1217,7 @@ div.comment-item:hover .row-actions {
 
 .post-com-count span {
        font-size: 9px;
-       font-weight: bild;
+       font-weight: bold;
        height: 1.7em;
        line-height: 1.70em;
        min-width: 0.7em;
@@ -1112,7 +1245,11 @@ strong .post-com-count {
 }
 
 .response-links {
-       margin: 4px 0;
+       float: left;
+}
+
+#the-comment-list .attachment-80x60 {
+       padding: 4px 8px;
 }
 
 /* Admin Footer */
@@ -1200,12 +1337,12 @@ strong .post-com-count {
 .form-table table.color-palette {
        vertical-align: bottom;
        float: left;
-       margin: -8px 3px 8px;
+       margin: -12px 3px 11px;
 }
 
 .form-table .color-palette td {
        border-width: 1px 1px 0;
-       border-stile: solid solid none;
+       border-style: solid solid none;
        height: 10px;
        line-height: 20px;
        width: 10px;
@@ -1215,8 +1352,9 @@ textarea.large-text {
        width: 99%;
 }
 
-.form-table input.regular-text {
-       width: 325px;
+.form-table input.regular-text,
+#adduser .form-field input {
+       width: 25em;
 }
 
 .form-table input.small-text {
@@ -1228,10 +1366,6 @@ textarea.large-text {
        margin-bottom: 6px;
 }
 
-#profile-page .form-table input[type=text] {
-       width: 300px;
-}
-
 #profile-page .form-table #rich_editing {
        margin-right: 5px
 }
@@ -1279,11 +1413,16 @@ table.form-table td .updated {
        width: 95%;
 }
 
+p.description,
 .form-wrap p {
        margin: 2px 0 5px;
 }
 
-.setting-description, .form-wrap p {
+p.help,
+p.description,
+span.description,
+.form-wrap p {
+       font-size: 12px;
        font-style: italic;
        font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
 }
@@ -1305,6 +1444,7 @@ table.form-table td .updated {
 .tagcloud {
        width: 97%;
        margin: 0 0 40px;
+       text-align: justify;
 }
 
 .tagcloud h3 {
@@ -1312,10 +1452,14 @@ table.form-table td .updated {
 }
 
 /* Post Screen */
-#normal-sortables {
+#post-body #normal-sortables {
        min-height: 50px;
 }
 
+#post-body #advanced-sortables {
+       min-height: 20px;
+}
+
 .postbox {
        position: relative;
        min-width: 255px;
@@ -1340,10 +1484,6 @@ table.form-table td .updated {
        padding: 3px 7px;
 }
 
-#side-sortables {
-       min-height: 300px;
-}
-
 #side-sortables .submitbox .submit input,
 #side-sortables .submitbox .submit .preview,
 #side-sortables .submitbox .submit a.preview:hover {
@@ -1356,29 +1496,39 @@ table.form-table td .updated {
 }
 
 #side-sortables .comments-box,
-#side-sortables #show-comments {
-       display: none;
+#normal-sortables .comments-box {
+       border: 0 none;
+}
+
+#side-sortables .comments-box thead th,
+#normal-sortables .comments-box thead th {
+       background: transparent;
+       padding: 0 7px 4px;
+       font-style: italic;
+}
+
+#commentsdiv img.waiting {
+       padding-left: 5px;
+       vertical-align: middle;
 }
 
-#post-body #tagsdiv #newtag {
+#post-body .tagsdiv #newtag {
        margin-right: 5px;
        width: 16em;
 }
 
-#side-info-column input#post_password {
+#side-sortables input#post_password {
        width: 94%
 }
 
-#side-info-column #tagsdiv #newtag {
+#side-sortables .tagsdiv #newtag {
        width: 68%;
 }
 
 #post-status-info {
-       font-size: 12px;
-       line-height: 2;
-       padding: 0 15px 0 7px;
        border-width: 0 1px 1px;
        border-style: none solid solid;
+       width: 100%;
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-bottom-left-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
@@ -1388,21 +1538,27 @@ table.form-table td .updated {
        border-bottom-right-radius: 6px;
 }
 
+#post-status-info td {
+       font-size: 11px;
+}
+
+.autosave-info {
+       padding: 2px 15px 2px 2px;
+       text-align: right;
+}
+
 #editorcontent #post-status-info {
        border: none;
 }
 
-#post-body-content .wp_themeSkin .mceStatusbar a.mceResize {
+#post-body .wp_themeSkin .mceStatusbar a.mceResize {
        display: block;
-       float: right;
        background: transparent url(images/resize.gif) no-repeat scroll right bottom;
        width: 12px;
-       height: 12px;
        cursor: se-resize;
        margin: 0 2px;
        position: relative;
-       right: 0;
-       top: 31px;
+       top: 22px;
 }
 
 
@@ -1426,18 +1582,18 @@ table.form-table td .updated {
        padding: 5px 0;
 }
 
-#tagchecklist {
+.tagchecklist {
        margin-left: 10px;
        font-size: 12px;
        overflow: auto;
 }
 
-#tagchecklist strong {
+.tagchecklist strong {
        margin-left: -8px;
        position: absolute;
 }
 
-#tagchecklist span {
+.tagchecklist span {
        margin-right: 25px;
        display: block;
        float: left;
@@ -1447,7 +1603,7 @@ table.form-table td .updated {
        cursor: default;
 }
 
-#tagchecklist span a {
+.tagchecklist span a {
        margin: 6px 0pt 0pt -9px;
        cursor: pointer;
        width: 10px;
@@ -1498,19 +1654,20 @@ table.form-table td .updated {
        clear: left;
 }
 
-.ui-sortable .postbox h3 {
-       cursor: pointer;
+.widget .widget-top,
+.postbox h3 {
+       cursor: move;
        -webkit-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        user-select: none;
 }
 
-.ui-sortable .postbox .hndle span {
+.postbox .hndle span {
        padding: 6px 0;
 }
 
-.ui-sortable .postbox .hndle {
+.postbox .hndle {
        cursor: move;
 }
 
@@ -1519,7 +1676,11 @@ table.form-table td .updated {
        font-weight: normal;
 }
 
-.meta-box-sortables .postbox .handlediv {
+#dashboard-widgets .meta-box-sortables {
+       margin: 0 5px;
+}
+
+.postbox .handlediv {
        float: right;
        width: 23px;
        height: 26px;
@@ -1528,7 +1689,7 @@ table.form-table td .updated {
 .sortable-placeholder {
        border-width: 1px;
        border-style: dashed;
-       z-index: -1;
+       margin-bottom: 20px;
 }
 
 #poststuff h3,
@@ -1540,9 +1701,9 @@ table.form-table td .updated {
        line-height: 1;
 }
 
-.metabox-holder .postbox,
-#poststuff .postbox,
-#poststuff .stuffbox {
+.widget,
+.postbox,
+.stuffbox {
        margin-bottom: 20px;
        border-width: 1px;
        border-style: solid;
@@ -1553,9 +1714,10 @@ table.form-table td .updated {
        border-radius: 6px;
 }
 
-.metabox-holder .postbox h3,
-#poststuff .postbox h3,
-#poststuff .stuffbox h3 {
+.widget .widget-top,
+.postbox h3,
+.postbox h3,
+.stuffbox h3 {
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-top-right-radius: 6px;
        -webkit-border-top-left-radius: 6px;
@@ -1565,6 +1727,17 @@ table.form-table td .updated {
        border-top-left-radius: 6px;
 }
 
+.postbox.closed h3 {
+       -moz-border-radius-bottomleft:4px;
+       -webkit-border-bottom-left-radius: 4px;
+       -khtml-border-bottom-left-radius: 4px;
+       border-bottom-left-radius: 4px;
+       -moz-border-radius-bottomright:4px;
+       -webkit-border-bottom-right-radius: 4px;
+       -khtml-border-bottom-right-radius: 4px;
+       border-bottom-right-radius: 4px;
+}
+
 .postbox table.form-table {
        margin-bottom: 0;
 }
@@ -1629,7 +1802,7 @@ table.form-table td .updated {
 }
 
 #poststuff .inside-submitbox,
-#side-info-column .inside-submitbox {
+#side-sortables .inside-submitbox {
        margin: 0 3px;
        font-size: 11px;
 }
@@ -1677,16 +1850,12 @@ input#link_url {
 }
 
 .wp_themeSkin tr.mceFirst td.mceToolbar {
-       background-image: url("images/ed-bg.gif");
-       background-position: left top;
-       background-repeat: repeat-x;
        border-width: 0 0 1px;
        border-style: none none solid;
 }
 
-#poststuff #edButtonPreview,
-#poststuff #edButtonHTML {
-       display: block;
+#edButtonPreview,
+#edButtonHTML {
        height: 18px;
        margin: 5px 5px 0 0;
        padding: 4px 5px 2px;
@@ -1703,6 +1872,10 @@ input#link_url {
        border-top-left-radius: 3px;
 }
 
+.js .theEditor {
+       color: white;
+}
+
 #poststuff #edButtonHTML {
        margin-right: 15px;
 }
@@ -1765,7 +1938,7 @@ input#link_url {
        margin: 0 0 8px;
 }
 
-#side-info-column #category-adder {
+#side-sortables #category-adder {
        margin: 0;
 }
 
@@ -1773,11 +1946,11 @@ input#link_url {
        width: 30%;
 }
 
-#side-info-column #category-add input {
+#side-sortables #category-add input {
        width: 94%;
 }
 
-#side-info-column #category-add select {
+#side-sortables #category-add select {
        width: 100%;
 }
 
@@ -1790,7 +1963,7 @@ input#link_url {
        width: 120px;
        text-align: right;
        /* Negative margin for the sake of those without JS: all tabs display */
-       margin: 0 -120px 0 0;
+       margin: 0 -120px 0 5px;
        padding: 0;
 }
 
@@ -1798,7 +1971,7 @@ input#link_url {
        padding: 8px;
 }
 
-#post-body ul#category-tabs li.ui-tabs-selected {
+#post-body ul#category-tabs li.tabs {
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
@@ -1808,37 +1981,35 @@ input#link_url {
        border-bottom-left-radius: 3px;
 }
 
-#post-body ul#category-tabs li.ui-tabs-selected a {
+#post-body ul#category-tabs li.tabs a {
        font-weight: bold;
        text-decoration: none;
 }
 
-#categorydiv div.ui-tabs-panel,
-#linkcategorydiv div.ui-tabs-panel {
+#categorydiv div.tabs-panel,
+#linkcategorydiv div.tabs-panel {
        height: 150px;
        overflow: auto;
        padding: 0.5em 0.9em;
+       border-style: solid;
+       border-width: 1px;
 }
 
-#post-body #categorydiv div.ui-tabs-panel,
-#post-body #linkcategorydiv div.ui-tabs-panel {
-       margin: 0 5px 0 120px;
-       height: 10em;
-       overflow: auto;
-       border-width: 4px;
-       border-style: solid;
+#post-body #categorydiv div.tabs-panel,
+#post-body #linkcategorydiv div.tabs-panel {
+       margin: 0 5px 0 125px;
 }
 
-#side-info-column #category-tabs li {
+#side-sortables #category-tabs li {
        display: inline;
        padding-right: 8px;
 }
 
-#side-info-column #category-tabs a {
+#side-sortables #category-tabs a {
        text-decoration: none;
 }
 
-#side-info-column #category-tabs {
+#side-sortables #category-tabs {
        margin-bottom: 3px;
 }
 
@@ -1865,7 +2036,7 @@ ul.categorychecklist li {
        margin-bottom: 0px;
 }
 
-#categorydiv .ui-tabs-panel {
+#categorydiv .tabs-panel {
        border-width: 3px;
        border-style: solid; 
 }
@@ -1874,6 +2045,17 @@ ul#category-tabs {
        margin-top: 12px;
 }
 
+ul#category-tabs li.tabs {
+       border-style: solid solid none;
+       border-width: 1px 1px 0;
+}
+
+#post-body #category-tabs li.tabs {
+       border-style: solid none solid solid;
+       border-width: 1px 0 1px 1px;
+       margin-right: -1px;
+}
+
 ul#category-tabs li {
        padding: 5px 8px;
        -moz-border-radius: 3px 3px 0 0;
@@ -1896,10 +2078,8 @@ p.search-box {
        margin: -5px 0 0;
 }
 
-.search-input {
-       border-width: 1px;
-       border-style: solid;
-       padding: 2px;
+.screen-per-page {
+       width: 3em;
 }
 
 #posts-filter fieldset {
@@ -1920,19 +2100,24 @@ p.search-box {
 
 /* Edit posts */
 
-td.post-title strong {
+td.post-title strong, td.plugin-title strong {
        display: block;
        margin-bottom: .2em;
 }
 
-td.post-title p {
+td.post-title p, td.plugin-title p {
        margin: 6px 0;
 }
 
+td.plugin-title {
+       white-space: nowrap;
+}
+
 /* Global classes */
 
 .wp-hidden-children .wp-hidden-child,
-.ui-tabs-hide {
+.ui-tabs-hide,
+#codepress-off {
        display: none;
 }
 
@@ -1998,11 +2183,20 @@ body.wp-admin {
        text-decoration: none;
 }
 
+.indicator-hint {
+       padding-top: 8px;
+}
+
+#display_name {
+       width: 15em;
+}
+
 .tablenav .delete {
        margin-right: 20px;
 }
 
-td.action-links, th.action-links {
+td.action-links,
+th.action-links {
        text-align: right;
 }
 
@@ -2032,6 +2226,7 @@ table.diff .diff-deletedline del, table.diff .diff-addedline ins {
 
 #wp-word-count {
        display: block;
+       padding: 2px 7px;
 }
 
 fieldset {
@@ -2293,7 +2488,7 @@ fieldset {
        margin: 0 9px 0 0;
 }
 
-#screen-meta .invisible {
+#screen-meta .screen-reader-text {
        visibility: hidden;
 }
 
@@ -2444,6 +2639,12 @@ tr.inline-edit-row td {
        margin: 0.5em 0 0;
 }
 
+.inline-edit-row span.error {
+       line-height: 22px;
+       margin: 0 15px;
+       padding: 3px 5px;
+}
+
 /*     Positioning */
 .inline-edit-row h4 {
        margin: .2em 0;
@@ -2547,13 +2748,18 @@ tr.inline-edit-row td {
        width: 8em;
 }
 
+.inline-edit-row .catshow,
+.inline-edit-row .cathide {
+       cursor: pointer;
+}
+
 ul.cat-checklist {
        height: 12em;
        border-style: solid;
        border-width: 1px;
        overflow-y: scroll;
        padding: 0 5px;
-       margin: 0 0 5px;
+       margin: 0;
 }
 
 #bulk-titles {
@@ -2635,7 +2841,7 @@ table .inline-edit-row fieldset ul.cat-hover {
 }
 
 #wpbody-content .filename {
-       margin-left: 10px;
+       padding: 0 10px;
 }
 
 #wpbody-content .media-item .thumbnail {
@@ -2661,7 +2867,7 @@ abbr.required {
 
 #wpbody-content .describe p.help {
        margin: 0;
-       padding: 0;
+       padding: 0 0 0 5px;
 }
 
 .describe-toggle-on, .describe-toggle-off {
@@ -2690,10 +2896,7 @@ abbr.required {
 }
 
 #wpbody-content #media-items .filename {
-       float: left;
        line-height: 36px;
-       margin-left: 10px;
-       max-width: 430px;
        overflow: hidden;
 }
 
@@ -2705,17 +2908,67 @@ abbr.required {
        max-height: 40px;
 }
 
-.media-item  .startopen,
+.media-item .startopen,
 .media-item .startclosed {
        display: none;
 }
 
+.media-item .original {
+       position: relative;
+       height: 34px;
+       text-align: center;
+}
+
+.media-item .percent {
+       font-weight: bold;
+}
+
+.crunching {
+       display: block;
+       line-height: 32px;
+       text-align: right;
+       margin-right: 5px;
+}
+
+button.dismiss {
+       position: absolute;
+       top: 7px;
+       right: 5px;
+       z-index: 4;
+       width: 8em;
+}
+
+.file-error {
+       float: left;
+       font-weight: bold;
+       padding: 10px;
+}
+
+.progress {
+       position: relative;
+       margin-bottom: -36px;
+       height: 36px;
+}
+
+.bar {
+       width: 0;
+       height: 100%;
+       border-right-width: 3px;
+       border-right-style: solid;
+}
+
+#media-items a.delete,
+#media-items a.del-link {
+       padding: 1px 4px 2px;
+}
+
+
 /* find posts */
 .find-box {
-       width: 400px;
-       height: 250px;
+       width: 500px;
+       height: 300px;
        overflow: hidden;
-       padding: 33px 5px 50px;
+       padding: 33px 5px 40px;
        position: absolute;
        z-index: 1000;
 }
@@ -2753,20 +3006,25 @@ abbr.required {
 }
 
 #find-posts-response .found-radio {
-       padding: 8px 0 0 8px;
+       padding: 5px 0 0 8px;
        width: 15px;
 }
 
 .find-box-buttons {
-       bottom: 12px;
-       left: 12px;
-       position: absolute;
+       width: 480px;
+       margin: 8px;
 }
 
 .find-box-search label {
        padding-right: 6px;
 }
 
+.find-box #resize-se {
+       position: absolute;
+       right: 1px;
+       bottom: 1px;
+}
+
 /* favorite-actions */
 #favorite-actions {
        float: right;
@@ -2822,9 +3080,6 @@ abbr.required {
 }
 
 #favorite-actions .slide-down {
-       background-image: url(images/fav-top.png);
-       background-repeat: repeat-x;
-       background-position: 0 top;
        -moz-border-radius: 12px 12px 0 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
@@ -2849,8 +3104,14 @@ form.upgrade {
        margin-top: 8px;
 }
 
-#tagsdiv #the-tagcloud {
-       margin: 5px 5px 10px;
+form.upgrade .hint {
+       font-style: italic;
+       font-size: 85%;
+       margin: -0.5em 0 2em 0;
+}
+
+#poststuff .inside .the-tagcloud {
+       margin: 5px 0 10px;
        padding: 8px;
        border-width: 1px;
        border-style: solid;
@@ -2877,9 +3138,13 @@ table.fixed {
        table-layout: fixed;
 }
 
+.fixed .column-rating,
+.fixed .column-visible {
+       width: 8%;
+}
+
 .fixed .column-date,
 .fixed .column-parent,
-.fixed .column-visible,
 .fixed .column-links {
        width: 10%;
 }
@@ -2895,6 +3160,7 @@ table.fixed {
 
 .fixed .column-comments {
        width: 4em;
+       padding-top: 8px;
 }
 
 .fixed .column-slug {
@@ -2920,8 +3186,10 @@ table.fixed {
        overflow: hidden;
 }
 
-.widefat th {
-       text-shadow: rgba(255,255,255,0.8) 0 1px 0;
+table .vers,
+table .column-visible,
+table .column-rating {
+       text-align: center;
 }
 
 .icon32 {
@@ -2940,3 +3208,92 @@ table.fixed {
        line-height: 1;
        padding-left: 25px;
 }
+
+ol {
+       list-style-type: decimal;
+       margin-left: 2em;
+}
+
+.postbox-container {
+       float: left;
+       padding-right: 0.5%;
+}
+
+.postbox-container .meta-box-sortables {
+       min-height: 300px;
+}
+
+.temp-border {
+       border: 1px dotted #ccc;
+}
+
+.columns-prefs label {
+       padding: 0 5px;
+}
+
+.theme-install-php h4,
+.plugin-install-php h4 {
+       margin: 2.5em 0 8px;
+}
+
+p.install-help {
+       margin: 8px 0;
+       font-style: italic;
+}
+
+p.popular-tags {
+       -moz-border-radius: 8px;
+       -khtml-border-radius: 8px;
+       -webkit-border-radius: 8px;
+       border-radius: 8px;
+       border-width: 1px;
+       border-style: solid;
+       line-height: 2em;
+       padding: 8px 12px 12px;
+       text-align: justify;
+}
+
+p.popular-tags a {
+       padding: 0 3px;
+}
+
+.stuffbox .editcomment {
+       clear: none;
+}
+
+.ajax-feedback {
+       visibility: hidden;
+       vertical-align: bottom;
+}
+
+.tagsdiv .newtag {
+       width: 180px;
+}
+
+.tagsdiv .the-tags {
+       display: block;
+       height: 60px;
+       margin: 0 auto;
+       overflow: auto;
+       width: 260px;
+}
+
+#post-body-content .tagsdiv .the-tags {
+       margin: 0 5px;
+}
+
+label,
+#your-profile label + a {
+       vertical-align: middle;
+}
+
+.plugin-update-tr .update-message {
+       margin: 5px;
+       padding: 3px 5px;
+       border-width: 1px;
+       border-style: solid;
+       -moz-border-radius: 5px;
+       -khtml-border-radius: 5px;
+       -webkit-border-radius: 5px;
+       border-radius: 5px;
+}