share/views/compass/table.sass in rbbt-rest-1.1.4 vs share/views/compass/table.sass in rbbt-rest-1.1.5

- old
+ new

@@ -1,7 +1,10 @@ $triglecolor: rgba(0,0,0,0.15) table + //caption + width: 100% + &.wide td max-width: 200px overflow: hidden text-overflow: ellipsis @@ -16,16 +19,17 @@ ul.table_actions @include inline-list() @include button-group-container() margin-bottom: 0 - float: right + float: left li.filter - .filter_controls + @media print + & display: none - + &.sorted thead tr th position: relative @@ -43,5 +47,17 @@ @include css-triangle(5px, $triglecolor, top) &.headerSortUp:after margin-bottom: 5px @include css-triangle(5px, $triglecolor, bottom) + +.table_column_selector + li + @include grid-row() + + span + @include ellipsis_text() + @include grid-column(8) + a + @include grid-column(2, $last-column:false) + +