Ticket #30729: 30729.diff
File 30729.diff, 1.2 KB (added by , 10 years ago) |
---|
-
src/wp-admin/css/themes.css
119 119 } 120 120 121 121 .theme-browser .theme .theme-actions .button-primary { 122 margin- right: 3px;122 margin-left: 6px; 123 123 } 124 124 125 125 .theme-browser .theme .theme-actions .button-secondary { 126 126 float: none; 127 margin- left: 3px;127 margin-right: 3px; 128 128 } 129 129 130 130 /** -
src/wp-admin/theme-install.php
207 207 <h3 class="theme-name">{{ data.name }}</h3> 208 208 209 209 <div class="theme-actions"> 210 <a class="button button- primary" href="{{ data.install_url }}"><?php esc_html_e( 'Install' ); ?></a>211 <a class="button button- secondary preview install-theme-preview" href="#"><?php esc_html_e( 'Preview' ); ?></a>210 <a class="button button-secondary" href="{{ data.install_url }}"><?php esc_html_e( 'Install' ); ?></a> 211 <a class="button button-primary preview install-theme-preview" href="#"><?php esc_html_e( 'Preview' ); ?></a> 212 212 </div> 213 213 214 214 <# if ( data.installed ) { #>