Make WordPress Core


Ignore:
Timestamp:
03/07/2012 06:24:34 PM (12 years ago)
Author:
koopersmith
Message:

Theme Customizer: Make theme installer no-js compatible. Fix JS click handler that caught clicks on the 'Activate' link. Relocate display_theme() to WP_Theme_Install_List_Table->single_row(). see #19910.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin.dev.css

    r20138 r20140  
    53675367}
    53685368
     5369#theme-installer.single-theme {
     5370    display: block;
     5371}
     5372
    53695373.install-theme-info {
    53705374    display: none;
    53715375    padding: 45px 20px 15px;
     5376}
     5377.single-theme .install-theme-info {
     5378    padding-top: 15px;
    53725379}
    53735380
Note: See TracChangeset for help on using the changeset viewer.