source: sipes/cord/modules/update/update.css @ 8a8efa8

stableversion-3.0
Last change on this file since 8a8efa8 was b354002, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio del cord

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