diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-08-22 09:55:15 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-08-22 09:55:15 +0000 |
commit | 315d2bcef20d0996779713fef774def6c9fc6859 (patch) | |
tree | 7a48a9f7fb659a167f1d5e6acbc30f0e6ae9975a /WebContent | |
parent | 32d36df538dcc8382174420c0c1a765cc23e923a (diff) | |
download | vaadin-framework-315d2bcef20d0996779713fef774def6c9fc6859.tar.gz vaadin-framework-315d2bcef20d0996779713fef774def6c9fc6859.zip |
Test for #1904
svn changeset:5244/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/ITMILL/themes/tests-tickets/styles.css | 28 |
1 files changed, 28 insertions, 0 deletions
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,6 +1,34 @@ @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 */ /*****************************************************************************/ |