Changeset 5244

Show
Ignore:
Timestamp:
08/22/08 09:55:15 (5 months ago)
Author:
joonas.lehtinen@…
Message:

Test for #1904

Location:
trunk
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebContent/ITMILL/themes/tests-tickets/styles.css

    r5209 r5244  
    11@import url(../default/styles.css); 
    22 
     3/*****************************************************************************/ 
     4/* Ticket 1904                                                               */ 
     5/*****************************************************************************/ 
     6 
     7.i-orderedlayout-ticket1904 { 
     8        background-color: red; 
     9} 
     10 
     11.i-orderedlayout-ticket1904-margin-top { 
     12        padding-top: 20px; 
     13} 
     14.i-orderedlayout-ticket1904-margin-right { 
     15        padding-right: 10px; 
     16} 
     17.i-orderedlayout-ticket1904-margin-bottom { 
     18        padding-bottom: 40px; 
     19} 
     20.i-orderedlayout-ticket1904-margin-left { 
     21        padding-left: 5px; 
     22} 
     23 
     24.i-orderedlayout-ticket1904-vspacing { 
     25        margin-top: 20px; 
     26} 
     27.i-orderedlayout-ticket1904-hspacing { 
     28        padding-left: 40px; 
     29} 
     30         
    331/*****************************************************************************/ 
    432/* Ticket 1710                                                               */