Plugin Directory

Changeset 974846


Ignore:
Timestamp:
08/28/2014 07:57:11 PM (12 years ago)
Author:
aesqe
Message:

two small css fixes

Location:
file-gallery
Files:
151 added
4 edited

Legend:

Unmodified
Added
Removed
  • file-gallery/trunk/css/file-gallery.css

    r892240 r974846  
    528528    display: none;
    529529    text-align: center;
    530     z-index: 98;
     530    z-index: 100;
    531531    margin: 0;
    532532    bottom: 0;
    533533    right: 0;
    534     /*z-index: 100;*/
    535534}
    536535
  • file-gallery/trunk/file-gallery.php

    r972657 r974846  
    33Plugin Name: File Gallery
    44Plugin URI: http://skyphe.org/code/wordpress/file-gallery/
    5 Version: 1.7.9.4
     5Version: 1.7.9.5
    66Description: "File Gallery" extends WordPress' media (attachments) capabilities by adding a new gallery shortcode handler with templating support, a new interface for attachment handling when editing posts, and much more.
    77Author: Bruno "Aesqe" Babic
     
    3232 */
    3333
    34 define('FILE_GALLERY_VERSION', '1.7.9.4');
     34define('FILE_GALLERY_VERSION', '1.7.9.5');
    3535define('FILE_GALLERY_DEFAULT_TEMPLATES', serialize( array('default', 'file-gallery', 'list', 'simple') ) );
    3636
  • file-gallery/trunk/readme.txt

    r972657 r974846  
    55Requires at least: 3.5
    66Tested up to: 3.9.2
    7 Stable tag: 1.7.9.4
     7Stable tag: 1.7.9.5
    88
    99File Gallery extends WordPress media (attachments) capabilities
     
    170170== Changelog ==
    171171
     172= 1.7.9.5 =
     173* August 28th, 2014
     174* two small css fixes (thanks Li-An!)
    172175
    173176= 1.7.9.4 =
  • file-gallery/trunk/templates/default/gallery.css

    r972657 r974846  
    77    margin: 0 4px 4px 0;
    88    text-align: center;
     9    width: calc(100% - 4px);
    910}
    1011.gallery.default .gallery-caption {
Note: See TracChangeset for help on using the changeset viewer.