Sha256: 5bfeb12e0a17aec8d982223f8cb73e5dc1ea1548fb514a46f2af9cfd0a73274b

Contents?: true

Size: 1.32 KB

Versions: 13

Compression:

Stored size: 1.32 KB

Contents

// Override some wice-grid class

.wice-grid-container {
  padding: $normalPadding $bigPadding;
}

.table-bordered {
  border-color: $borderColor !important;
}

.table {
  border: none;
  border-top: 2px solid $tableHeaderBorderColor;
  border-bottom: 1px solid $tableHeaderBorderColor;

  th, td {
    line-height: 30px;
    border: none;
  }


  th, tfoot td {
    background: $tableHeaderBackgroundColor;
    color: $tableHeaderFontColor;
    font: {
      size: 12px;
      weight: normal;
    }
    padding: 0px $normalPadding;
  }

  td {
    vertical-align: middle;
    font: {
      size: 12px;
    }
    padding: 0px $normalPadding;

    &.buttons {
      width: 29px; height: 28px;
      padding: 0px;
      > .button {
        width: 31px; height: 31px;
        padding: 0px;
      }
    }

    &.auto {
      width: auto;
    }

    &.narrow {
      width: 1px;
      white-space: nowrap;
    }

    &.datetime {
      width: 1px;
      white-space: nowrap;
    }

    .progress {
      margin: 0px;
      line-height: 20px;
      .bar {
        padding: 0px $smallPadding;
      }
    }
  }
}

.table-bordered {
  @include border-radius(0);
  border-color: $tableBorder;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  @include border-radius(0);
}

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
tida_template-0.2.2 vendor/assets/stylesheets/_tables.scss
tida_template-0.2.0 vendor/assets/stylesheets/_tables.scss
tida_template-0.1.9 vendor/assets/stylesheets/_tables.scss
tida_template-0.1.7 vendor/assets/stylesheets/_tables.scss
tida_template-0.1.5 vendor/assets/stylesheets/_tables.scss
tida_template-0.1.3 vendor/assets/stylesheets/_tables.scss
tida_template-0.1.2 vendor/assets/stylesheets/_tables.scss
tida_template-0.1.1 vendor/assets/stylesheets/_tables.scss
tida_template-0.0.7 vendor/assets/stylesheets/_tables.scss
tida_template-0.0.6 vendor/assets/stylesheets/_tables.scss
tida_template-0.0.5 vendor/assets/stylesheets/_tables.scss
tida_template-0.0.4 vendor/assets/stylesheets/_tables.scss
tida_blue_assets-0.0.2 vendor/assets/stylesheets/components/_tables.scss