Mercurial > defr > drupal > core
comparison modules/update/update.css @ 1:c1f4ac30525a 6.0
Drupal 6.0
| author | Franck Deroche <webmaster@defr.org> | 
|---|---|
| date | Tue, 23 Dec 2008 14:28:28 +0100 | 
| parents | |
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 0:5a113a1c4740 | 1:c1f4ac30525a | 
|---|---|
| 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 } | 
