]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/themes-rtl.css
WordPress 4.1
[autoinstalls/wordpress.git] / wp-admin / css / themes-rtl.css
index 264eb3c627e97c07a548868a5ee8351841aa73b1..d0a66f7e8735183c2d687d2d7a066d15c896bcb4 100644 (file)
@@ -580,11 +580,15 @@ body.folded .theme-overlay .theme-wrap {
        margin-bottom: 5px;
 }
 
+/* Hide-if-customize for items we can't add classes to */
+.customize-support .theme-overlay .theme-actions a[href="themes.php?page=custom-header"],
+.customize-support .theme-overlay .theme-actions a[href="themes.php?page=custom-background"] {
+       display: none;
+}
+
+.broken-themes a.delete-theme,
 .theme-overlay .theme-actions .delete-theme {
        color: #a00;
-       position: absolute;
-       left: 10px;
-       bottom: 5px;
        text-decoration: none;
        border-color: transparent;
        -webkit-box-shadow: none;
@@ -592,6 +596,14 @@ body.folded .theme-overlay .theme-wrap {
        background: transparent;
 }
 
+.theme-overlay .theme-actions .delete-theme {
+       position: absolute;
+       left: 10px;
+       bottom: 5px;
+}
+
+.broken-themes a.delete-theme:hover,
+.broken-themes a.delete-theme:focus,
 .theme-overlay .theme-actions .delete-theme:hover,
 .theme-overlay .theme-actions .delete-theme:focus {
        background: #d54e21;
@@ -1022,6 +1034,7 @@ body.folded .theme-overlay .theme-wrap {
                left: 0;
                margin: 10px 0;
                width: 100%;
+               max-width: 280px;
        }
 
        .theme-browser .theme.add-new-theme span:after {
@@ -1160,7 +1173,7 @@ body.show-upload-theme p.no-themes {
 }
 
 .rating {
-       margin: 30px 0;
+       margin: 15px 0 0;
 }
 .rating span:before {
        color: #e6b800;
@@ -1215,8 +1228,7 @@ body.show-upload-theme p.no-themes {
        content: "\f155";
 }
 .rating .ratings {
-       display: inline;
-       margin-right: 10px;
+       display: block;
        line-height: 20px;
        color: #999;
 }
@@ -1304,7 +1316,6 @@ body.full-overlay-active {
        padding: 0;
        margin: 0;
        z-index: 10;
-       overflow: auto;
        background: #eee;
        border-left: none;
 }
@@ -1716,6 +1727,10 @@ body.full-overlay-active {
        .theme-install-overlay .wp-full-overlay-main {
                background-image: url(../images/spinner-2x.gif);
        }
+
+       .theme-install-overlay .wp-full-overlay-header .theme-install {
+               margin-top: 2px;
+       }
 }
 
 @media screen and ( max-width: 782px ) {
@@ -1729,4 +1744,13 @@ body.full-overlay-active {
        .available-theme .action-links .delete-theme a {
                padding: 0;
        }
+
+       .broken-themes table {
+               width: 100%;
+       }
+
+       .theme-install-overlay .wp-full-overlay-header .theme-install {
+               margin-top: 6px;
+               line-height: normal;
+       }
 }