/*!
 * 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_quick_edit_fields {
  .wpsf-element {
    padding: 5px 0;
    margin: 5px 0;
    display: inline-block;
    width: 100%;
    float: none;
    vertical-align: middle;

    > div {
      vertical-align: middle;
    }

    .wpsf-title {
      h4 {
        font-style: italic;
        font-size: 12px !important;
        color: #555;
        word-wrap: break-word;
        font-weight: normal !important;
      }
    }
  }
}