- CSS improvements for the poll module. Patch by Al.
parent
34b51897d2
commit
8a9ff42413
|
@ -6,8 +6,12 @@
|
|||
.item-list .icon a { color: #000; text-decoration: none; }
|
||||
.item-list .icon a:hover { color: #000; text-decoration: none; }
|
||||
|
||||
.poll-foreground { background-color: #000; float: left; height: 1em; }
|
||||
.poll-background { background-color: #ddd; float: left; height: 1em; }
|
||||
.poll .bar { height: 1em; }
|
||||
.poll .bar .foreground { background-color: #000; float: left; height: 1em; }
|
||||
.poll .bar .background { background-color: #ddd; float: left; height: 1em; }
|
||||
.poll .percent { text-align: right; }
|
||||
.poll .links { text-align: center; }
|
||||
.poll .total { text-align: center; }
|
||||
|
||||
.form-item .title { font-weight: bold; margin-top: 1.1em; margin-bottom: 1px; }
|
||||
.form-item .description { font-size: 0.85em; }
|
||||
|
|
Loading…
Reference in New Issue