/*!
 * This file is part of the WPSF package.
 * This package is Open Source Software. For the full copyright and license
 * information, please view the LICENSE file which was distributed with this
 * source code.
 *
 * @package    WPSF
 * @author     Varun Sridharan <varunsridharan23@gmail.com>
 */

.wpsf-field-gallery {

  input {
    display: none;
  }

  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;

    li {
      display: inline-block;
      position: relative;
      padding: 4px;
      margin: 0 5px 10px 0;
      border: 1px solid #ccc;
      background-color: #f9f9f9;
      border-radius: 2px;
      box-shadow: 0 1px 0 rgba(0, 0, 0, .08);

      img {
        max-height: 60px;
        display: inline-block;
        vertical-align: middle;
      }
    }
  }

  .button {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}