home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / chplus / convert / form.css < prev    next >
Cascading Style Sheet File  |  2003-03-04  |  203b  |  16 lines

  1. div.row {
  2.     clear: both;
  3.     padding-top: 1em;
  4. }
  5.  
  6. div.row span.label {
  7.     float: left;
  8.     width: 12em;
  9.     text-align: right;
  10. }
  11.  
  12. div.row span.formw {
  13.     float: right;
  14.     width: 25em;
  15.     text-align: left;
  16. }