view flow_overview/static/flowtools/css/flowCL.css @ 0:8283ff163ba6 draft

Uploaded
author immport-devteam
date Mon, 27 Feb 2017 12:54:37 -0500
parents
children
line wrap: on
line source

/*
** DataTables config
*/
div.dt-buttons {
    float: right;
}

th {
    font-size:16px;
    text-align: left;
}

body td {
    max-width: 50px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.cltable thead {
    display:none;
}

.cltable td {
    max-width: 40px;
    word-break: break-all;
    word-wrap: break-word;
}

.firstcol {
    width: 160px;
}

.smallcols {
    width: 100px;
}

div.dataTables_wrapper {
    width: 95%;
    margin: 0 auto;
}