From 89eb83dc413eb76adda8b36ee32f0c333b367cc8 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 8 Jan 2009 13:10:33 +0000 Subject: Fix for #2435 - Separate stylenames for VerticalLayout, HorizontalLayout and OrderedLayout svn changeset:6457/svn branch:trunk --- .../themes/default/orderedlayout/orderedlayout.css | 14 +++++++------- WebContent/ITMILL/themes/default/styles.css | 16 +++++++--------- 2 files changed, 14 insertions(+), 16 deletions(-) (limited to 'WebContent/ITMILL/themes/default') diff --git a/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css b/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css index 5f606f7487..d7fd10365f 100644 --- a/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css +++ b/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css @@ -1,29 +1,29 @@ -.i-orderedlayout { +.i-horizontallayout, .i-verticallayout { overflow: hidden; } -.i-orderedlayout-margin-top { +.i-horizontallayout-margin-top, .i-verticallayout-margin-top { padding-top: 15px; } -.i-orderedlayout-margin-right { +.i-horizontallayout-margin-right, .i-verticallayout-margin-right { padding-right: 18px; } -.i-orderedlayout-margin-bottom { +.i-horizontallayout-margin-bottom, .i-verticallayout-margin-bottom { padding-bottom: 15px; } -.i-orderedlayout-margin-left { +.i-horizontallayout-margin-left, .i-verticallayout-margin-left { padding-left: 18px; } -.i-orderedlayout-spacing-on { +.i-horizontallayout-spacing-on, .i-verticallayout-spacing-on { padding-top: 8px; padding-left: 8px; } /** This can be used to define spacing if spacing is off server side */ -.i-orderedlayout-spacing-off { +.i-horizontallayout-spacing-off, .i-verticallayout-spacing-off { padding-top: 0px; padding-left: 0px; } diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 2bf27bcf4a..85c2020292 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -386,8 +386,6 @@ input.i-modified, cursor: default; } - - .i-link img { vertical-align: middle; } @@ -955,32 +953,32 @@ input.i-modified, } /* ./WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css */ -.i-orderedlayout { +.i-horizontallayout, .i-verticallayout { overflow: hidden; } -.i-orderedlayout-margin-top { +.i-horizontallayout-margin-top, .i-verticallayout-margin-top { padding-top: 15px; } -.i-orderedlayout-margin-right { +.i-horizontallayout-margin-right, .i-verticallayout-margin-right { padding-right: 18px; } -.i-orderedlayout-margin-bottom { +.i-horizontallayout-margin-bottom, .i-verticallayout-margin-bottom { padding-bottom: 15px; } -.i-orderedlayout-margin-left { +.i-horizontallayout-margin-left, .i-verticallayout-margin-left { padding-left: 18px; } -.i-orderedlayout-spacing-on { +.i-horizontallayout-spacing-on, .i-verticallayout-spacing-on { padding-top: 8px; padding-left: 8px; } /** This can be used to define spacing if spacing is off server side */ -.i-orderedlayout-spacing-off { +.i-horizontallayout-spacing-off, .i-verticallayout-spacing-off { padding-top: 0px; padding-left: 0px; } -- cgit v1.2.3