Ticket #670: public domain countdown problems under IE7, fixed.
[wolnelektury.git] / wolnelektury / static / css / jquery.countdown.css
1 /* jQuery Countdown styles 1.5.7. */
2 .hasCountdown {
3         /*border: 1px solid #ccc;
4         background-color: #eee;*/
5         margin: 20px 0 50px 0;
6         line-height: 32px;
7 }
8 .countdown_rtl {
9         direction: rtl;
10 }
11 .countdown_holding span {
12         background-color: #ccc;
13 }
14 .countdown_row {
15         clear: both;
16         width: 100%;
17         padding: 0px 2px;
18         text-align: center;
19 }
20 .countdown_show1 .countdown_section {
21         width: 98%;
22 }
23 .countdown_show2 .countdown_section {
24         width: 48%;
25 }
26 .countdown_show3 .countdown_section {
27         width: 32.5%;
28 }
29 .countdown_show4 .countdown_section {
30         width: 24.5%;
31 }
32 .countdown_show5 .countdown_section {
33         width: 19.5%;
34 }
35 .countdown_show6 .countdown_section {
36         width: 16.25%;
37 }
38 .countdown_show7 .countdown_section {
39         width: 14%;
40 }
41 .countdown_section {
42         display: block;
43         float: left;
44         font-size: 100%;
45         text-align: center;
46 }
47 .countdown_amount {
48         font-size: 350%;
49 }
50 .countdown_descr {
51         display: block;
52         width: 100%;
53 }