equal
deleted
inserted
replaced
24 .ec3_eventday { |
24 .ec3_eventday { |
25 border:solid 1px #3366FF; |
25 border:solid 1px #3366FF; |
26 background-color:#333333; |
26 background-color:#333333; |
27 } |
27 } |
28 |
28 |
|
29 #wp-calendar { |
|
30 height:140px; |
|
31 } |
29 #wp-calendar table td, |
32 #wp-calendar table td, |
30 #wp-calendar table th { |
33 #wp-calendar table th { |
31 text-align:center; |
34 text-align:center; |
32 } |
35 } |
33 |
36 |
34 #wp-calendar table td, |
37 #wp-calendar table td, |
35 #wp-calendar table td.pad:hover, |
38 #wp-calendar table td.pad:hover { |
36 #wp-calendar table.nav tr td { |
|
37 padding:1px; |
39 padding:1px; |
38 border:none; |
40 border:none; |
39 } |
41 } |
40 #wp-calendar caption { |
42 #wp-calendar caption { |
41 background:#FFFFFF; |
43 background:#FFFFFF; |
43 #wp-calendar table td:hover, |
45 #wp-calendar table td:hover, |
44 #wp-calendar table #today { |
46 #wp-calendar table #today { |
45 padding:0px; |
47 padding:0px; |
46 border:solid 1px #999; |
48 border:solid 1px #999; |
47 } |
49 } |
|
50 |
|
51 /* Nav fix*/ |
|
52 .nav { |
|
53 width:100%; |
|
54 border-top: solid 1px #E8E8E8; |
|
55 } |
|
56 .nav tr td { |
|
57 padding:1px; |
|
58 border:none; |
|
59 } |
|
60 .nav #prev { |
|
61 text-align:left; |
|
62 } |
|
63 .nav #next { |
|
64 text-align:right; |
|
65 } |
|
66 |
48 |
67 |
49 /* The EC graphic. */ |
68 /* The EC graphic. */ |
50 .ec3_ec { |
69 .ec3_ec { |
51 display:block; |
70 display:block; |
52 float:right; |
71 float:right; |