Sha256: 6d8852d29de8914f331ec749bfd32084592a6e5fa99561485adc5601504c90db
Contents?: true
Size: 682 Bytes
Versions: 2
Compression:
Stored size: 682 Bytes
Contents
table { border-collapse: collapse; table-layout: fixed; width: 100%; font-size: 0.8em; } th { margin:0px; border-bottom: 1px solid darken($base-border-color, 15); font-weight: bold; text-align: left; background: #f5f5f5; padding: 5px 15px; &.checkbox-cell { width: 40px; } &.actions-cell { width: 50px; } a { color: $base-font-color; } } td { border-bottom: $base-border; padding: 5px 15px; } tr.data-row { td { overflow: ellipsis; } } tr.data-row:hover { td { background-color: #eee; cursor: pointer; } } tr, td, th { vertical-align: middle; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
app_kit-0.0.2 | app/assets/stylesheets/app_kit/base/_tables.scss |
app_kit-0.0.1 | app/assets/stylesheets/app_kit/base/_tables.scss |