Added UK translations +fixture, updated widget and created widget page.
[wolnelektury.git] / wolnelektury / static / css / widget.css
1 #wl {
2 background-color: white;
3 }
4 #wl img {
5 border: 0;
6 }
7 .ui-menu {
8 width: 160px;
9 font-size: small;
10 list-style-type: none;
11 padding: 0;
12 margin:0;
13 border-left:  1px solid #696969;
14 border-right: 1px solid #696969;
15 border-bottom: 1px solid #696969;
16 }
17
18 .ui-menu li {
19 font-size: small;
20 padding: 5px;
21 width: 150px
22 }
23
24 .ui-menu li:nth-child(odd) {
25 background-color: white;
26 }
27
28 .ui-menu li:nth-child(even){
29 background-color: #EDF1F5;
30 }
31
32 .ui-menu li:hover{
33 background-color: #053469;
34 color:white;
35 }
36
37 .ui-menu a:hover {
38 color:white;
39 text-decoration: none;
40 }
41
42 .ui-corner-all {
43 width: 160px;
44 cursor: pointer;
45 display:block;
46 }