home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temathun / Apollo.jar / mozapps / update / update.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-05-26  |  1.3 KB  |  80 lines

  1. /* Found Updates */
  2.  
  3. #foundList {
  4.   -moz-appearance: listbox;
  5.   margin: 10px 4px 10px 4px;
  6. }
  7.  
  8. updateitem {
  9.   padding: 5px 0px 5px 5px;
  10.   border-bottom: 1px dotted #C0C0C0;
  11.   margin-bottom: 5px;
  12. }
  13.  
  14. .warning {
  15.   font-weight: bold;
  16. }
  17.  
  18. .updateItemIcon {
  19.   width: 32px;
  20.   height: 32px;
  21.   max-width: 32px !important;
  22.   max-height: 32px !important;
  23.   margin-right: 5px;
  24. }
  25.  
  26. .updateItemName {
  27.   font-weight: bold;
  28. }
  29.  
  30. .updateItemNameRow {
  31.   padding-bottom: 3px;
  32. }
  33.  
  34. .updateItemURL {
  35.   -moz-appearance: none;
  36.   border: none;
  37.   background-color: Window;
  38. }
  39.  
  40. .updateItemFromLabel {
  41.   padding-top: 2px;
  42. }
  43.  
  44. .updateItemIcon {
  45.   list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
  46. }
  47.  
  48. .updateItemChecked {
  49.   margin: 20px 0px 3px 0px;
  50.   padding: 0px;
  51. }
  52.  
  53. .updateItemChecked .checkbox-label-box {
  54.   display: none;
  55. }
  56.  
  57. /* Update Wizard */
  58. #alert {
  59.   list-style-image: url("chrome://mozapps/skin/update/warning.gif"); 
  60. }
  61.  
  62. /* Inline Update Notifications */
  63. .updateIndicator[updateCount="0"] {
  64.   visibility: hidden;
  65. }
  66.  
  67. .updateIcon {
  68.   width: 16px;
  69.   height: 16px;
  70. }
  71. .updateIcon[severity="0"] {
  72.   background-color: #00FF00;
  73. }
  74. .updateIcon[severity="1"] {
  75.   background-color: highlight;
  76. }
  77. .updateIcon[severity="2"] {
  78.   background-color: #FF0000;
  79. }
  80.