Sha256: 1f72bb22e842d7870a4556135980aa18ad141be56c02891fbd8e46b6db5fb0e2

Contents?: true

Size: 1.7 KB

Versions: 5

Compression:

Stored size: 1.7 KB

Contents

/*!
 * WiceGrid CSS
 *
 * @import "font-awesome"
 */
//@import "font-awesome-sprockets";
@import "font-awesome";

/*!
 * WiceGrid CSS
 *
 * @import "jquery-ui/core"
 */
@import "jquery-ui/core";
/*!
 * WiceGrid CSS
 *
 * @import "jquery-ui/theme"
 */
@import "jquery-ui/theme";
/*!
 * WiceGrid CSS
 *
 * @import "jquery-ui/datepicker"
 */
@import "jquery-ui/datepicker";

//@import "jquery-ui";
/*!
 * WiceGrid CSS
 *
 * self
 */
.wg-detached-filter, .wice-grid{

  .text-filter-container {
    input{
      width:auto;
      margin-right: 10px;
      display: inline;
    }
  }

  thead th select {
    display: inline-block;
  }

  a.date-label {text-decoration: none;}
  a.date-label:hover {text-decoration: line-through;}

  .clickable{
    cursor: pointer;
    margin-bottom: 2px;
    margin-right: 2px;
  }

  .ui-datepicker-trigger, .wg-detached-filter .ui-datepicker-trigger{
    cursor: pointer;
  }

  .custom-dropdown-container {

    .expand-multi-select-icon, .collapse-multi-select-icon{
      width: 10px;
      height: 10px;
      display: inline-block;
      margin-left: 5px;
      vertical-align: top;
    }
  }
}

.wice-grid{

  .desc,  .asc{
    padding-right: 18px;
    text-decoration:none;
  }

  .clickable.select-all, .clickable.deselect-all{
    float:left;
  }

  /* in case of twitter bootstrap :) */
  thead th select{
    width: auto;
  }

  .pagination{
    margin: 0px;
    float: left;
  }

  tr.wg-filter-row  input[type=text] {
    width: 100px;
  }

  .pagination_status {
    font-weight: bold;
    float: right;
  }
}

.wice-grid-query-panel{
  li {list-style-type: none; }

  ul {margin-left: 0 }
}

input.wice-grid-save-query-field{
  width: auto;
  display: inline-block;
  margin-right: 10px;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wice_grid-7.1.4 vendor/assets/stylesheets/wice_grid.scss
wice_grid-7.1.3 vendor/assets/stylesheets/wice_grid.scss
wice_grid-7.1.2 vendor/assets/stylesheets/wice_grid.scss
wice_grid-7.1.1 vendor/assets/stylesheets/wice_grid.scss
wice_grid-7.1.0 vendor/assets/stylesheets/wice_grid.scss