Changeset 32834
- Timestamp:
- 06/18/2015 12:23:30 PM (9 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/themes.css
r32265 r32834 120 120 121 121 .theme-browser .theme .theme-actions .button-primary { 122 margin-right: 3px;123 }124 125 .theme-browser .theme .theme-actions .button-secondary {126 122 float: none; 127 123 margin-left: 3px; 124 } 125 126 .theme-browser .theme .theme-actions .button-secondary { 127 margin-right: 3px; 128 128 } 129 129 -
trunk/src/wp-admin/theme-install.php
r32116 r32834 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
Note: See TracChangeset
for help on using the changeset viewer.