Many improvment in votes
[cavote.git] / static / css / cavote.css
1 .table-votes th {
2 text-align: right;
3 }
4
5 .table-votes input {
6 margin: 0;
7 }
8
9 .table-votes td {
10 text-align: center;
11 }
12
13 .table-votes .yes {
14 background-color: #46a546; /* green */
15 /*background-color: #049cdb;*/ /* blue */
16 color: white;
17 font-weight: bold;
18 }
19
20 .table-votes .no {
21 background-color: #9d261d; /* red */
22 color: white;
23 font-weight: bold;
24 }
25
26 .table-votes tr:hover .yes {
27 /*background-color: #60C160; [> green <]*/
28 background-color: #55ab55; /* green */
29 /*background-color: #049cdb;*/ /* blue */
30 }
31
32 .table-votes tr:hover .no {
33 background-color: #C73F38; /* red */
34 }