home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / skinclas.xpi / bin / chrome / classic.jar / skin / classic / global / titledbox.css < prev    next >
Cascading Style Sheet File  |  2001-08-05  |  498b  |  22 lines

  1. /* titledbox is deprecated but included for backwards compatibility;
  2.    it is to be removed later */
  3. titledbox,
  4. groupbox
  5.   {
  6.     border                : 2px groove -moz-Dialog;
  7.     padding               : 7px !important;
  8.     margin                : 5px;
  9.   }
  10.  
  11. groupbox > label
  12.   {
  13.     margin                : 0px 40px 2px 6px;
  14.     padding               : 0px 3px 0px 3px;
  15.     background-color      : -moz-Dialog;
  16.   }
  17.  
  18. .groupbox-body
  19.   {
  20.     padding               : inherit;
  21.   }
  22.