home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / Songbird / Songbird_2.0.0-2311_windows-i686-msvc8.exe / chrome / songbird.jar / skin / mozapps / update / updates.css < prev    next >
Cascading Style Sheet File  |  2012-05-25  |  3KB  |  173 lines

  1. /**
  2.  * General
  3.  */
  4. .wizard-button[dlgtype="finish"] {
  5.   font-weight: bold;
  6. }
  7.  
  8. link {
  9.   color: blue;
  10.   border: 1px solid transparent;
  11.   margin-top: 1px;
  12.   margin-bottom: 4px;
  13.   -moz-margin-start: 5px;
  14.   -moz-margin-end: 5px;
  15.   text-decoration: underline !important;
  16. }
  17.  
  18. link > label {
  19.   margin: 0px;
  20.   padding: 1px;
  21.   text-decoration: underline !important;
  22. }
  23.  
  24. link:hover:active {
  25.   color: red;
  26. }
  27.  
  28. link:focus {
  29.   border: 1px dotted black;
  30. }
  31.  
  32. /**
  33.  * License Page
  34.  */
  35. license {
  36.   margin-top: 1px;
  37.   margin-bottom: 2px;
  38.   -moz-margin-start: 6px;
  39.   -moz-margin-end: 5px;
  40.   -moz-appearance: listbox;
  41.   padding-bottom: 1px;
  42. }
  43.  
  44. .loadingBox {
  45.   padding: 3px 5px 3px 5px;
  46. }
  47. .licenseLoadingThrobber {
  48.   margin-top: 3px;
  49. }
  50. .licenseLoadingThrobber[state="loading"] {
  51.   list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
  52. }
  53. .licenseLoadingThrobber[state="error"] {
  54.   list-style-image: url("chrome://global/skin/icons/notfound.png");
  55. }
  56.  
  57. /**
  58.  * Update Found Page
  59.  */
  60. #moreDetails {
  61.   margin: 1px 5px 4px 3px;
  62. }
  63.  
  64. wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] {
  65.   font-weight: bold;
  66. }
  67.  
  68. wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-box {
  69.   padding-left: 15px;
  70.   padding-right: 15px;  
  71. }
  72.  
  73. #updateForMoreInfo {
  74.   margin-left: 5px;
  75. }
  76.  
  77. #updateName, #updateFinishedName {
  78.   font-weight: bold;
  79.   font-size: larger;
  80. }
  81.  
  82. #alertImage {
  83.   list-style-image: url("chrome://global/skin/icons/Warning.png");
  84.   margin-right: 5px;
  85. }
  86.  
  87. #incompatibleWarning {
  88.   background-color: InfoBackground;
  89.   color: InfoText;
  90.   border: 1px outset InfoBackground;
  91.   padding: 3px;
  92.   margin: 1px 5px 4px 5px;
  93. }
  94.  
  95. /**
  96.  * Downloading Page
  97.  */
  98. #downloadName {
  99.   margin-top: 3px;
  100. }
  101.  
  102. #downloadStatus {
  103.   margin-top: 6px;
  104.   height: 3em !important;
  105. }
  106. #downloadThrobber {
  107.   margin: 5px 3px 0px 5px;
  108.   list-style-image: url("chrome://global/skin/throbber/Throbber-small.png");
  109. }
  110. #downloadThrobber[state="loading"] {
  111.   list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
  112. }
  113. #downloadStatusLine {
  114.   -moz-box-align: start;
  115. }
  116.  
  117. #verificationFailedIcon {
  118.   list-style-image: url("chrome://global/skin/icons/notfound.png");
  119.   margin: 5px 3px 0px 5px;
  120. }
  121.  
  122. /**
  123.  * Error Page
  124.  */
  125. #errorReason {
  126.   margin-top: 1px;
  127.   margin-bottom: 2px;
  128.   -moz-margin-start: 6px !important;
  129.   -moz-margin-end: 5px;
  130.   font-weight: bold;
  131. }
  132.  
  133. /**
  134.  * Update History Window
  135.  */
  136. update {
  137.   border-bottom: 1px dotted #C0C0C0;
  138. }
  139.  
  140. .update-name {
  141.   font-weight: bold;
  142. }
  143.  
  144. .update-label-column {
  145.   -moz-box-align: end;
  146. }
  147.  
  148. .update-details-link {
  149.   margin: 0px;
  150. }
  151.  
  152. .update-type {
  153.   font-weight: bold;
  154.   color: #990000;
  155. }
  156.  
  157. #historyItems {
  158.   -moz-appearance: listbox;
  159.   height: 200px;
  160.   margin: 1px 5px 4px 5px;
  161. }
  162.  
  163. #historyItems > scrollbox {
  164.   margin-bottom: 1px;
  165. }
  166.  
  167. .updatePrefsInfo {
  168.   font-size: smaller;
  169.   margin-left: 27px;
  170.   margin-bottom: 10px;
  171. }
  172.  
  173.