Merge branch 'master' of git@github.com:fnp/wolnelektury
[wolnelektury.git] / wolnelektury / static / css / widget.css
1 #wl img {
2 border: 0;
3 }
4 .ui-menu {
5 width: 230px;
6 font-size: small;
7 list-style-type: none;
8 padding: 0;
9 margin:0;
10 border-left:  1px solid #696969;
11 border-right: 1px solid #696969;
12 border-bottom: 1px solid #696969;
13 }
14
15 .ui-menu li {
16 font-size: small;
17 padding: 5px;
18 width: 220px
19 }
20
21 .ui-menu li:nth-child(odd) {
22 background-color: white;
23 }
24
25 .ui-menu li:nth-child(even){
26 background-color: #EDF1F5;
27 }
28
29 .ui-menu li:hover{
30 background-color: #053469;
31 color:white;
32 }
33
34 .ui-corner-all {
35 width: 230px;
36 cursor: pointer;
37 display:block;
38 }