Emphasise previewing new themes
git-svn-id: https://develop.svn.wordpress.org/trunk@32834 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
77d2e23a69
commit
1fc76c997f
|
@ -119,12 +119,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-browser .theme .theme-actions .button-primary {
|
.theme-browser .theme .theme-actions .button-primary {
|
||||||
margin-right: 3px;
|
float: none;
|
||||||
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-browser .theme .theme-actions .button-secondary {
|
.theme-browser .theme .theme-actions .button-secondary {
|
||||||
float: none;
|
margin-right: 3px;
|
||||||
margin-left: 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -207,8 +207,8 @@ if ( $tab ) {
|
||||||
<h3 class="theme-name">{{ data.name }}</h3>
|
<h3 class="theme-name">{{ data.name }}</h3>
|
||||||
|
|
||||||
<div class="theme-actions">
|
<div class="theme-actions">
|
||||||
<a class="button button-primary" href="{{ data.install_url }}"><?php esc_html_e( 'Install' ); ?></a>
|
<a class="button button-secondary" href="{{ data.install_url }}"><?php esc_html_e( 'Install' ); ?></a>
|
||||||
<a class="button button-secondary preview install-theme-preview" href="#"><?php esc_html_e( 'Preview' ); ?></a>
|
<a class="button button-primary preview install-theme-preview" href="#"><?php esc_html_e( 'Preview' ); ?></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<# if ( data.installed ) { #>
|
<# if ( data.installed ) { #>
|
||||||
|
|
Loading…
Reference in New Issue