diff --git a/wp-admin/css/colors-classic.css b/wp-admin/css/colors-classic.css
index 61b89bda0a..2442dcfd30 100644
--- a/wp-admin/css/colors-classic.css
+++ b/wp-admin/css/colors-classic.css
@@ -1581,3 +1581,16 @@ fieldset.inline-edit-col-right .inline-edit-col {
input[readonly] {
background-color: #eee;
}
+
+p.popular-tags {
+ background-color: #FFFFFF;
+ border-color: #DFDFDF;
+}
+
+#theme-information .action-button {
+ border-top-color: #DFDFDF;
+}
+
+.theme-listing br.line {
+ border-bottom-color: #ccc;
+}
diff --git a/wp-admin/css/colors-fresh.css b/wp-admin/css/colors-fresh.css
index dbded44066..93a2598ab6 100644
--- a/wp-admin/css/colors-fresh.css
+++ b/wp-admin/css/colors-fresh.css
@@ -1581,3 +1581,16 @@ fieldset.inline-edit-col-right .inline-edit-col {
input[readonly] {
background-color: #eee;
}
+
+p.popular-tags {
+ background-color: #FFFFFF;
+ border-color: #DFDFDF;
+}
+
+#theme-information .action-button {
+ border-top-color: #DFDFDF;
+}
+
+.theme-listing br.line {
+ border-bottom-color: #ccc;
+}
diff --git a/wp-admin/css/theme-install.css b/wp-admin/css/theme-install.css
index d289ce9bb1..b3a2232503 100644
--- a/wp-admin/css/theme-install.css
+++ b/wp-admin/css/theme-install.css
@@ -72,28 +72,43 @@ div.star img {
}
.theme-listing br.line {
- border-bottom: thin solid #ccc;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
margin-bottom: 3px;
}
-#search-field {
- padding: 1px;
-}
-
-p.popular-tags {
- line-height: 1.8em;
-}
-
.available-theme {
- text-align: center;
+ padding: 20px 15px;
}
-#theme-information .available-theme a.screenshot {
- border: 0 none;
- display: inline;
+#theme-information .theme-preview-img {
+ float: left;
+ margin: 5px 25px 10px 15px;
+ width: 300px;
+}
+
+#theme-information .action-button {
+ border-top-width: 1px;
+ border-top-style: solid;
+ margin: 10px 5px 20px;
+}
+
+#theme-information .action-button #cancel {
+ float: left;
+ margin: 10px 15px;
+}
+
+#theme-information .action-button #install {
+ float: right;
+ margin: 10px 15px;
}
#theme-information .available-theme h3 {
margin: 1em 0;
}
+body#theme-information {
+ height: auto;
+}
+
+
diff --git a/wp-admin/includes/plugin-install.php b/wp-admin/includes/plugin-install.php
index 1bfaecc354..5bf74ccb82 100644
--- a/wp-admin/includes/plugin-install.php
+++ b/wp-admin/includes/plugin-install.php
@@ -125,10 +125,11 @@ function install_dashboard() {
WordPress Plugin Directory or upload a plugin in .zip format via this page.') ?>
+
-
+
-
+
$tag['name'],
'id' => sanitize_title_with_dashes($tag['name']),
'count' => $tag['count'] );
- echo '
';
+ echo '
';
echo wp_generate_tag_cloud($tags, array( 'single_text' => __('%d plugin'), 'multiple_text' => __('%d plugins') ) );
echo '
';
}
@@ -169,7 +170,7 @@ function install_search_form(){
-
+
› —
if(typeof wpOnload=="function")wpOnload();
';
}
diff --git a/wp-admin/includes/theme-install.php b/wp-admin/includes/theme-install.php
index 0a372bd3ea..42f8fb37d9 100644
--- a/wp-admin/includes/theme-install.php
+++ b/wp-admin/includes/theme-install.php
@@ -140,15 +140,12 @@ function install_theme_search($page) {
add_action('install_themes_dashboard', 'install_themes_dashboard');
function install_themes_dashboard() {
?>
-
+
-
-
-
-
+
>
-
@@ -258,7 +255,7 @@ add_action('install_themes_upload', 'install_themes_upload', 10, 1);
function install_themes_upload($page = 1) {
?>
-
+