Sha256: a1c0f1056432a1240e83eb7434e012a6dc346cd5bca9356e0b9b466cb0b5ad39

Contents?: true

Size: 1.24 KB

Versions: 5

Compression:

Stored size: 1.24 KB

Contents

.search {
    table {
        font-weight: 400;

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

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

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;
    }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kaui-0.15.0 app/assets/stylesheets/kaui/datatable.less
kaui-0.14.2 app/assets/stylesheets/kaui/datatable.less
kaui-0.14.1 app/assets/stylesheets/kaui/datatable.less
kaui-0.14.0 app/assets/stylesheets/kaui/datatable.less
kaui-0.12.0 app/assets/stylesheets/kaui/datatable.less