diff options
Diffstat (limited to 'WebContent/ITMILL/themes/default/styles.css')
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 64704415d6..512934e857 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -1481,6 +1481,7 @@ input.i-modified, } .i-slider-base { + /* changing the borders will require adjustments to ISlider.java */ height: 2px; border-top: 1px solid #cbcdce; background: #f3f3f4; @@ -1998,7 +1999,7 @@ input.i-modified, background: transparent url(panel/img/top-right.png) repeat-x right top; margin: 0 -1px 0 9px; height: 18px; - padding: 16px 16px 14px 7px + padding: 16px 16px 14px 7px; } .i-tabsheet-content { |