source: sipes/cord/modules/poll/poll.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: 614 octetos
Línea 
1
2.poll .bar {
3  height: 1em;
4  margin: 1px 0;
5  background-color: #ddd;
6}
7.poll .bar .foreground {
8  background-color: #000;
9  height: 1em;
10  float: left; /* LTR */
11}
12.poll .links {
13  text-align: center;
14}
15.poll .percent {
16  text-align: right; /* LTR */
17}
18.poll .total {
19  text-align: center;
20}
21.poll .vote-form {
22  text-align: center;
23}
24.poll .vote-form .choices {
25  text-align: left; /* LTR */
26  margin: 0 auto;
27  display: table;
28}
29.poll .vote-form .choices .title {
30  font-weight: bold;
31}
32.node-form #edit-poll-more {
33  margin: 0;
34}
35td.poll-chtext {
36  width: 80%;
37}
38td.poll-chvotes .form-text {
39  width: 85%;
40}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.