Sha256: 825c5194ec41e741664afd66a860ef9711dbd42307d647de8d3b1ba7dc63c683

Contents?: true

Size: 835 Bytes

Versions: 50

Compression:

Stored size: 835 Bytes

Contents

.vertical-center {
    min-height: 80%;
    min-height: 80vh;

    display: flex;
    align-items: center;
}

.text-center {
    text-align: center;
}

table {
    width: 100%;
}

thead, tbody, tr, td, th { display: block; }

tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

thead th {
/*height: 30px;*/
}

tbody {
    max-height: 400px;
    overflow-y: auto;
}

thead {
}


tbody td, thead th {
    /*width: 25%;*/
    float: left !important;
}

tbody td {
    height: 40px;
}

tbody td.add {
    height: 52px;
}

.right {
    float: right;
}


/*
td:nth-child(1), thead th:nth-child(1) {
    width: 25%;
}

td:nth-child(2), thead th:nth-child(2) {
    width: 45%;
}

td:nth-child(3), thead th:nth-child(3) {
    width: 15%;
}

td:nth-child(4), thead th:nth-child(4) {
    width: 15%;
}
*/

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
nutella_framework-0.4.19 framework_components/beacon-cloud-interface/css/page_layout.css
nutella_framework-0.4.18 framework_components/beacon-cloud-interface/css/page_layout.css
nutella_framework-0.4.17 framework_components/beacon-cloud-interface/css/page_layout.css
nutella_framework-0.4.16 framework_components/beacon-cloud-interface/css/page_layout.css
nutella_framework-0.4.13 framework_components/beacon-cloud-interface/css/page_layout.css
nutella_framework-0.4.12 framework_components/beacon-cloud-interface/css/page_layout.css
nutella_framework-0.4.11 framework_components/beacon-cloud-interface/css/page_layout.css
nutella_framework-0.4.10 framework_components/beacon-cloud-interface/css/page_layout.css
nutella_framework-0.4.9 framework_components/beacon-cloud-interface/css/page_layout.css
nutella_framework-0.4.8 framework_components/beacon-cloud-interface/css/page_layout.css