| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* $Id: update.css,v 1.3.2.2 2009/04/29 17:17:20 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 .update tr.unknown { 60 background: #ddd; 61 } 62 63 table.update, 64 .update table.version { 65 width: 100%; 66 margin-top: .5em; 67 } 68 69 .update table.version tbody { 70 border: none; 71 } 72 73 .update table.version tr, 74 .update table.version td { 75 line-height: .9em; 76 padding: 0; 77 margin: 0; 78 border: none; 79 } 80 81 .update table.version .version-title { 82 padding-left: 1em; /* LTR */ 83 width: 14em; 84 } 85 86 .update table.version .version-details { 87 padding-right: .5em; /* LTR */ 88 } 89 90 .update table.version .version-links { 91 text-align: right; /* LTR */ 92 padding-right: 1em; /* LTR */ 93 } 94 95 .update table.version-security .version-title { 96 color: #970F00; 97 } 98 99 .update table.version-recommended-strong .version-title { 100 font-weight: bold; 101 } 102 103 .update .security-error { 104 font-weight: bold; 105 color: #970F00; 106 } 107 108 .update .check-manually { 109 padding-left: 1em; /* LTR */ 110 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |