diff profile_cl/static/flowtools/css/flowCL.css @ 0:8547aedf1350 draft

Uploaded
author immport-devteam
date Mon, 27 Feb 2017 13:03:19 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/profile_cl/static/flowtools/css/flowCL.css	Mon Feb 27 13:03:19 2017 -0500
@@ -0,0 +1,34 @@
+/*
+** 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;
+}