home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / modules / update / update.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-02-05  |  1.7 KB  |  107 lines

  1. /* $Id: update.css,v 1.3.2.1 2008/02/05 09:59:21 goba Exp $ */
  2.  
  3. .update .project {
  4.   font-weight: bold;
  5.   font-size: 110%;
  6.   padding-left: .25em; /* LTR */
  7.   height: 22px;
  8. }
  9.  
  10. .update .version-status {
  11.   float: right; /* LTR */
  12.   padding-right: 10px; /* LTR */
  13.   font-size: 110%;
  14.   height: 20px;
  15. }
  16.  
  17. .update .version-status .icon {
  18.   padding-left: .5em; /* LTR */
  19. }
  20.  
  21. .update .version-date {
  22.   white-space: nowrap;
  23. }
  24.  
  25. .update .info {
  26.   margin: 0;
  27.   padding: 1em 1em .25em 1em;
  28. }
  29.  
  30. .update tr td {
  31.   border-top: 1px solid #ccc;
  32.   border-bottom: 1px solid #ccc;
  33. }
  34.  
  35. .update tr.error {
  36.   background: #fcc;
  37. }
  38.  
  39. .update tr.error .version-recommended {
  40.   background: #fdd;
  41. }
  42.  
  43. .update tr.ok {
  44.   background: #dfd;
  45. }
  46.  
  47. .update tr.warning {
  48.   background: #ffd;
  49. }
  50.  
  51. .update tr.warning .version-recommended {
  52.   background: #ffe;
  53. }
  54.  
  55. .current-version, .new-version {
  56.   direction: ltr; /* Note: version numbers should always be LTR. */
  57. }
  58.  
  59. table.update,
  60. .update table.version {
  61.   width: 100%;
  62.   margin-top: .5em;
  63. }
  64.  
  65. .update table.version tbody {
  66.   border: none;
  67. }
  68.  
  69. .update table.version tr,
  70. .update table.version td {
  71.   line-height: .9em;
  72.   padding: 0;
  73.   margin: 0;
  74.   border: none;
  75. }
  76.  
  77. .update table.version .version-title {
  78.   padding-left: 1em; /* LTR */
  79.   width: 14em;
  80. }
  81.  
  82. .update table.version .version-details {
  83.   padding-right: .5em; /* LTR */
  84. }
  85.  
  86. .update table.version .version-links {
  87.   text-align: right; /* LTR */
  88.   padding-right: 1em; /* LTR */
  89. }
  90.  
  91. .update table.version-security .version-title {
  92.   color: #970F00;
  93. }
  94.  
  95. .update table.version-recommended-strong .version-title {
  96.   font-weight: bold;
  97. }
  98.  
  99. .update .security-error {
  100.   font-weight: bold;
  101.   color: #970F00;
  102. }
  103.  
  104. .update .check-manually {
  105.   padding-left: 1em; /* LTR */
  106. }
  107.