home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / toolkit.jar / content / mozapps / update / update.css < prev    next >
Cascading Style Sheet File  |  2005-07-29  |  916b  |  42 lines

  1. radiogroup[type="update-types"] {
  2.   overflow: auto;
  3.   -moz-binding: url("chrome://mozapps/content/update/updates.xml#updateCategorySet");
  4. }
  5.  
  6. radio[type="update-type"] {
  7.   -moz-binding: url("chrome://mozapps/content/update/updates.xml#updateCategory");
  8.   -moz-box-orient: vertical;
  9.   -moz-box-align: stretch;
  10. }
  11.  
  12. radio[type="update-type"] .updateCategoryContent {
  13.   visibility: collapse;
  14. }
  15.  
  16. radiogroup[_uninitialized] radio[type="update-type"] .updateCategoryContent {
  17.   visibility: visible !important;
  18. }
  19.  
  20. .updateCategoryContent {
  21.   overflow: hidden;
  22. }
  23.  
  24. radio[type="update-type"][selected="true"] .updateCategoryContent {
  25.   visibility: visible;
  26. }
  27.  
  28. .wizard-header-description {
  29.   display: none;
  30. }
  31.  
  32. checkbox[type="update"] {
  33.   -moz-binding: url("chrome://mozapps/content/update/updates.xml#updateItem"); 
  34. }
  35.  
  36. link {
  37.   -moz-binding: url("chrome://mozapps/content/update/updates.xml#link"); 
  38.   -moz-user-focus: normal;
  39. }
  40.  
  41.  
  42.