blob: 266dc68dcdf98d6a80a7224c0678c8ed02f036e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.field-ap .related-widget-wrapper {
overflow: visible;
position: relative;
z-index: 1000;
}
.field-ap {
overflow: visible;
position: relative;
z-index: 4000;
*zoom: 1;
}
.field-ap:before {
content: " ";
display: table;
}
.field-ap:after {
content: " ";
display: table;
clear: both;
}
|