Sha256: 5302028ac4826f836282c017afcf25db2cc8d1f8cd1e35808e384362e9d464a2

Contents?: true

Size: 591 Bytes

Versions: 4

Compression:

Stored size: 591 Bytes

Contents

.flash .alert {
  border: 1px solid #bb9004;
  background: #f9c006 url("/assets/manageable/messages/warning.png") no-repeat 10px center;
}

.field_with_errors, .fieldWithErrors {
  display: inline;
}

.table {
  thead tr {
    a {
      padding-right: 20px;
      background: url(/assets/manageable/icons/sort_undefined.png) no-repeat center right;
      &.sort_asc {
        background: url(/assets/manageable/icons/sort_asc.png) no-repeat center right;
      }
      &.sort_desc {
        background: url(/assets/manageable/icons/sort_desc.png) no-repeat center right;
      }
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
manageable-0.1.4 app/assets/stylesheets/manageable/themes/activo/manageable.scss
manageable-0.1.3 app/assets/stylesheets/manageable/themes/activo/manageable.scss
manageable-0.1.2 app/assets/stylesheets/manageable/themes/activo/manageable.scss
manageable-0.1.1 app/assets/stylesheets/manageable/themes/activo/manageable.scss