liquid_feedback_frontend
diff static/style.css @ 16:559c6be0e1e9
"Vote later" feature; Refactored interest box
author | bsw |
---|---|
date | Tue Feb 02 00:10:17 2010 +0100 (2010-02-02) |
parents | 77d58efe99fd |
children | 00d1004545f1 |
line diff
1.1 --- a/static/style.css Sun Jan 31 22:34:45 2010 +0100 1.2 +++ b/static/style.css Tue Feb 02 00:10:17 2010 +0100 1.3 @@ -260,14 +260,16 @@ 1.4 1.5 .interest, 1.6 .slot_support, 1.7 -.delegation { 1.8 +.delegation, 1.9 +.voting_requested { 1.10 float: left; 1.11 position: relative; 1.12 } 1.13 1.14 .interest img, 1.15 .slot_support img, 1.16 -.delegation img { 1.17 +.delegation img, 1.18 +.voting_requested img { 1.19 padding-left: 0.2em; 1.20 padding-right: 0.2em; 1.21 } 1.22 @@ -297,6 +299,11 @@ 1.23 border: 1px solid #88b; 1.24 } 1.25 1.26 +.voting_requested .head_active { 1.27 + background-color: #fdd; 1.28 + border: 1px solid #b77; 1.29 +} 1.30 + 1.31 .vote_info .close { 1.32 position: absolute; 1.33 top: 0;