blob: 18ea620ce6709e213a5c31e51cbb5c4c6c14c4a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.o_report_iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.o_report_buttons {
display: inline-block;
}
|