home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 119 / cdrom119.iso / internet / gsync / google-browsersync.xpi / chrome / chromeFiles / content / component-selector.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-06-07  |  375 b   |  34 lines

  1. listitem[selected="true"] {
  2.   background-color:-moz-field; 
  3. }
  4.  
  5. listheader {
  6.   text-align:left;
  7. }
  8.  
  9. listitem {
  10.   border-bottom:1px solid #eee;
  11. }
  12.  
  13. listcol {
  14.   width:90px;
  15. }
  16.  
  17. listcell {
  18.   height:2em;
  19. }
  20.  
  21. listcell checkbox {
  22.   width:19px;
  23.   overflow:hidden;
  24. }
  25.  
  26. .labelled {
  27.   width:auto;
  28. }
  29.  
  30. description {
  31.   margin-bottom:1em;
  32.   line-height:1.5em;
  33. }
  34.