source: sipes/modules_contrib/revisioning/revisioning.css @ 3514c84

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

se agrego el directorio de modulos contribuidos de drupal

  • Propiedad mode establecida a 100755
File size: 590 octetos
Línea 
1
2.submenu.revisions {
3}
4
5.table-revisions .form-item, .table-revisions th.form-submit {
6  text-align: center;
7  padding: 0;
8}
9
10.revision-pending td {
11  background-color: #fcc; /* pale pink */
12}
13
14.revision-current td {
15  background-color: #faa; /* red-pink when current revision is unpublished */
16}
17
18.revision-current.published td {
19  background-color: #ffc; /* pale yellow, same as node/node.css */
20}
21
22div.block-revisioning h2 {
23}
24
25div.block-revisioning ul {
26  padding: 0 0 0 1em;
27}
28
29div.block-revisioning ul li {
30/*list-style-type: square;*/
31  margin: 0;
32}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.