Plugin Directory

Changeset 1665003


Ignore:
Timestamp:
05/25/2017 09:49:03 PM (9 years ago)
Author:
pyro3x
Message:

fix large thumbnails overlapping columns (admin)

Location:
wpcustom-category-image/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpcustom-category-image/trunk/css/categoryimage.css

    r1041674 r1665003  
    1 #categoryimage_remove_button{display: none;}
    2 .wpcustom-category-image-item{max-width: 150px;}
    3 .wpcustom-category-form-field .options{padding-bottom: 5px;}
     1#categoryimage_remove_button {
     2  display: none;
     3}
     4
     5.wpcustom-category-image-item {
     6  max-width: 150px;
     7}
     8
     9.wpcustom-category-form-field .options {
     10  padding-bottom: 5px;
     11}
     12
     13.column-image img {
     14  max-width: 100%;
     15  height: auto;
     16}
  • wpcustom-category-image/trunk/load.php

    r1660475 r1665003  
    22/**
    33 * Plugin Name: WPCustom Category Image
    4  * Version: 2.1.11
     4 * Version: 2.1.12
    55 * Plugin URI: https://wordpress.org/plugins/wpcustom-category-image/
    66 * Text Domain: wpcustom-category-image
     
    1919define('WPCCI_PATH_TEMPLATES',  WPCCI_PATH_BASE . 'templates/');
    2020
    21 
    2221function wpcustomcategoryimage_textdomain()
    2322{
    2423    load_plugin_textdomain('wpcustom-category-image', false, plugin_basename(WPCCI_PATH_BASE) . '/lang/');
    2524}
    26 
    2725
    2826include_once WPCCI_PATH_BASE . 'helpers.php';
Note: See TracChangeset for help on using the changeset viewer.