Sha256: a6c076c22609c9d180f4b3e52d774968c222f1725c4fa2a89597ec9f376cda09

Contents?: true

Size: 1.88 KB

Versions: 12

Compression:

Stored size: 1.88 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;
            }
        }
    }

    table.table-colored-rows {
        tr.insert {
            background-color: #dff0d8;
        }
        tr.update {
            background-color: #fcf8e3;
        }
        tr.delete {
            background-color: #f2dede;
        }

        th, td {

            &: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

12 entries across 12 versions & 1 rubygems

Version Path
kaui-2.1.0 app/assets/stylesheets/kaui/datatable.less
kaui-2.0.4 app/assets/stylesheets/kaui/datatable.less
kaui-2.0.3 app/assets/stylesheets/kaui/datatable.less
kaui-2.0.2 app/assets/stylesheets/kaui/datatable.less
kaui-2.0.1 app/assets/stylesheets/kaui/datatable.less
kaui-2.0.0 app/assets/stylesheets/kaui/datatable.less
kaui-1.4.1 app/assets/stylesheets/kaui/datatable.less
kaui-1.4.0 app/assets/stylesheets/kaui/datatable.less
kaui-1.3.0 app/assets/stylesheets/kaui/datatable.less
kaui-1.2.0 app/assets/stylesheets/kaui/datatable.less
kaui-1.1.0 app/assets/stylesheets/kaui/datatable.less
kaui-1.0.0 app/assets/stylesheets/kaui/datatable.less