diff options
Diffstat (limited to 'WebContent/ITMILL/themes/sampler/table/styles.css')
-rw-r--r-- | WebContent/ITMILL/themes/sampler/table/styles.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/WebContent/ITMILL/themes/sampler/table/styles.css b/WebContent/ITMILL/themes/sampler/table/styles.css index 88f4503396..26c5f3f7e6 100644 --- a/WebContent/ITMILL/themes/sampler/table/styles.css +++ b/WebContent/ITMILL/themes/sampler/table/styles.css @@ -21,4 +21,10 @@ background-color: #ffd; font-family: monospace; margin: 0px; -}
\ No newline at end of file +} + +.i-table .i-icon { + /* explicitly set icon width for fast browsers + * to properly detect row header width */ + width: 16px; +} |