Make WordPress Core

Changeset 32834


Ignore:
Timestamp:
06/18/2015 12:23:30 PM (9 years ago)
Author:
obenland
Message:

Emphasise previewing new themes

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/themes.css

    r32265 r32834  
    120120
    121121.theme-browser .theme .theme-actions .button-primary {
    122     margin-right: 3px;
    123 }
    124 
    125 .theme-browser .theme .theme-actions .button-secondary {
    126122    float: none;
    127123    margin-left: 3px;
     124}
     125
     126.theme-browser .theme .theme-actions .button-secondary {
     127    margin-right: 3px;
    128128}
    129129
  • trunk/src/wp-admin/theme-install.php

    r32116 r32834  
    208208
    209209    <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>
    212212    </div>
    213213
Note: See TracChangeset for help on using the changeset viewer.