Sha256: 347a027300635d87994431446c013fcf8cd19724fdb066c5fcba3a53a27470de

Contents?: true

Size: 1.54 KB

Versions: 7

Compression:

Stored size: 1.54 KB

Contents

.search {
    table {
        font-weight: 400;

        th, td {
            &:first-of-type {
                padding-left: 60px;

                @media (@phone) {
                    padding: 5px;
                }
            }
        }
    }

    table.table-small-padding {
        th, td {
            white-space: nowrap;

            &:first-of-type {
                padding-left: 20px;
            }
        }
    }

    tr.disabled {
        background-color: #f5f5f5;
    }
}

table.dataTable {
    padding: 0;
}

table.dataTable thead th {
    position: relative;
}

table.dataTable thead th,
table.dataTable tbody td {
    vertical-align: middle;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    content: '' !important;
}

table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    @media (@phone) {
        margin-bottom: 30px !important;
    }
}

table.dataTable thead th,
table.dataTable thead td {
    font-size: 12px;
    border-bottom: 0;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dddddd;
}

.info-wrapper table.dataTable.no-footer {
    border-bottom: 0;
}

#invoice-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

#accounts-table {
    @media (@phone) {
        width: 100% !important;
    }
}

table.dataTable.table-condensed thead > tr > th {
    border-right: 1px solid #c9c9c9;

    &:last-of-type {
        border-right: 0;
    }
}

.dataTables_paginate.paging_full_numbers {
    padding-top: 30px;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
kaui-0.16.2 app/assets/stylesheets/kaui/datatable.less
kaui-0.16.1 app/assets/stylesheets/kaui/datatable.less
kaui-0.16.0 app/assets/stylesheets/kaui/datatable.less
kaui-0.15.5 app/assets/stylesheets/kaui/datatable.less
kaui-0.15.4 app/assets/stylesheets/kaui/datatable.less
kaui-0.15.3 app/assets/stylesheets/kaui/datatable.less
kaui-0.15.2 app/assets/stylesheets/kaui/datatable.less