diff options
Diffstat (limited to 'WebContent/ITMILL/themes/default/table')
-rw-r--r-- | WebContent/ITMILL/themes/default/table/table.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/ITMILL/themes/default/table/table.css b/WebContent/ITMILL/themes/default/table/table.css index 3f35267a31..55e7063de9 100644 --- a/WebContent/ITMILL/themes/default/table/table.css +++ b/WebContent/ITMILL/themes/default/table/table.css @@ -81,9 +81,9 @@ } .i-table-column-selector { background: transparent url(img/colsel.png) no-repeat; - margin: -36px 1px 0 0; + margin: -36px 0 0 0; height: 36px; - width: 14px; + width: 15px; } .i-table-focus-slot-left { border-color: #b6bbbc; |