- CSS improvements for the poll module. Patch by Al.

4.2.x
Dries Buytaert 2003-05-30 21:43:24 +00:00
parent 34b51897d2
commit 8a9ff42413
1 changed files with 15 additions and 11 deletions

View File

@ -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; }