source: trunk/root/static/vote.css @ 37

Last change on this file since 37 was 37, checked in by nanardon, 15 years ago
  • more html improvement
File size: 561 bytes
Line 
1img {
2    border: 0;
3    vertical-align: middle;
4}
5
6/* The CLASS used in epoll */
7
8.alert {
9    color: red;
10}
11
12/* The ID used in epoll */
13
14#poll_summary {
15    border-style: outset;
16    border-width: 5px;
17    padding: 1em;
18}
19
20#poll_label {}
21
22#voting_list {}
23
24#poll_running {
25    border-style: outset;
26    border-width: 5px;
27    padding: 1em;
28}
29
30#vote_done {}
31
32#ballot {
33    border-style: inset;
34    border-width: 10px;
35    margin-left: 30%;
36    margin-right: 30%;
37    margin-top: 20px;
38    margin-bottom: 20px;
39    padding: 10px;
40    background-color: Silver;
41}
Note: See TracBrowser for help on using the repository browser.