diff --git a/controllets/data-table-controllet/data-table-controllet.html b/controllets/data-table-controllet/data-table-controllet.html index 4d6d7b8..787b0d6 100644 --- a/controllets/data-table-controllet/data-table-controllet.html +++ b/controllets/data-table-controllet/data-table-controllet.html @@ -43,6 +43,15 @@ height: 24px; width: 24px; cursor: pointer; + /*background: green;*/ + } + + paper-icon-button.warning { + height: 24px; + width: 24px; + color: #FFEB3B; + cursor: help; + /*background: green;*/ } paper-icon-button.order:hover { @@ -100,6 +109,7 @@ padding: 12px; text-align: center; max-width: 224px; + min-width: 156px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; @@ -111,6 +121,18 @@ color: #FFFFFF; font-weight: 700; cursor: help; + line-height: 0px;/*?? or49px su spod iron icon and paper icon icon problem*/ + } + + #data_table_container th .th_label { + display: inline-block; + height: 24px; + max-width: calc(100% - 48px - 8px); + vertical-align: middle; + /*background: red;*/ + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } #data_table_container td { @@ -185,7 +207,12 @@ - +