From 315d2bcef20d0996779713fef774def6c9fc6859 Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Fri, 22 Aug 2008 09:55:15 +0000 Subject: Test for #1904 svn changeset:5244/svn branch:trunk --- WebContent/ITMILL/themes/tests-tickets/styles.css | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'WebContent') diff --git a/WebContent/ITMILL/themes/tests-tickets/styles.css b/WebContent/ITMILL/themes/tests-tickets/styles.css index 325aad8ea2..20d2c18574 100644 --- a/WebContent/ITMILL/themes/tests-tickets/styles.css +++ b/WebContent/ITMILL/themes/tests-tickets/styles.css @@ -1,5 +1,33 @@ @import url(../default/styles.css); +/*****************************************************************************/ +/* Ticket 1904 */ +/*****************************************************************************/ + +.i-orderedlayout-ticket1904 { + background-color: red; +} + +.i-orderedlayout-ticket1904-margin-top { + padding-top: 20px; +} +.i-orderedlayout-ticket1904-margin-right { + padding-right: 10px; +} +.i-orderedlayout-ticket1904-margin-bottom { + padding-bottom: 40px; +} +.i-orderedlayout-ticket1904-margin-left { + padding-left: 5px; +} + +.i-orderedlayout-ticket1904-vspacing { + margin-top: 20px; +} +.i-orderedlayout-ticket1904-hspacing { + padding-left: 40px; +} + /*****************************************************************************/ /* Ticket 1710 */ /*****************************************************************************/ -- cgit v1.2.3