Plugin Directory

Changeset 2019600


Ignore:
Timestamp:
01/26/2019 03:54:34 PM (7 years ago)
Author:
xhatscom
Message:

CSS fix

Location:
shortcode-preview/trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shortcode-preview/trunk/includes/admin.php

    r2019592 r2019600  
    4040                              $checked = (in_array($post_type, $types)) ? 'checked' : '' ;
    4141                              ?>
    42                            <label class="widefat" for="<?php echo esc_attr($post_type); ?>">
     42                           <label class="shortcode-preview-widefat" for="<?php echo esc_attr($post_type); ?>">
    4343                           <input name="shortcode_preview_types[]" type="checkbox" id="<?php echo esc_attr($post_type); ?>" value="<?php echo esc_attr($post_type); ?>" <?php echo $checked; ?>>
    4444                           <?php echo esc_attr($post_type); ?></label>
  • shortcode-preview/trunk/includes/css/style.css

    r2019592 r2019600  
    8181
    8282
    83 .widefat,
     83.shortcode-preview-widefat,
    8484select#shortcode-preview-type {
    8585    text-transform: capitalize
     
    9393}
    9494
    95 .widefat {
     95.shortcode-preview-widefat {
    9696    border-spacing: 0;
    9797    width: 100%;
Note: See TracChangeset for help on using the changeset viewer.