Initial code using Drupal 6.38
This commit is contained in:
commit
4824608a33
467 changed files with 90887 additions and 0 deletions
40
modules/poll/poll.css
Normal file
40
modules/poll/poll.css
Normal file
|
@ -0,0 +1,40 @@
|
|||
|
||||
.poll .bar {
|
||||
height: 1em;
|
||||
margin: 1px 0;
|
||||
background-color: #ddd;
|
||||
}
|
||||
.poll .bar .foreground {
|
||||
background-color: #000;
|
||||
height: 1em;
|
||||
float: left; /* LTR */
|
||||
}
|
||||
.poll .links {
|
||||
text-align: center;
|
||||
}
|
||||
.poll .percent {
|
||||
text-align: right; /* LTR */
|
||||
}
|
||||
.poll .total {
|
||||
text-align: center;
|
||||
}
|
||||
.poll .vote-form {
|
||||
text-align: center;
|
||||
}
|
||||
.poll .vote-form .choices {
|
||||
text-align: left; /* LTR */
|
||||
margin: 0 auto;
|
||||
display: table;
|
||||
}
|
||||
.poll .vote-form .choices .title {
|
||||
font-weight: bold;
|
||||
}
|
||||
.node-form #edit-poll-more {
|
||||
margin: 0;
|
||||
}
|
||||
td.poll-chtext {
|
||||
width: 80%;
|
||||
}
|
||||
td.poll-chvotes .form-text {
|
||||
width: 85%;
|
||||
}
|
Reference in a new issue