View | Details | Raw Unified | Return to bug 8628
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/signs.css (-5 / +2 lines)
Lines 1-5 Link Here
1
.carousel-container {
1
.carousel-container {
2
    width: 225px;
3
    height: 225px;
2
    height: 225px;
4
    position: relative;
3
    position: relative;
5
    margin: 0 auto 40px;
4
    margin: 0 auto 40px;
Lines 13-19 Link Here
13
.carousel {
12
.carousel {
14
    width: 100%;
13
    width: 100%;
15
    height: 100%;
14
    height: 100%;
16
    position: absolute;
17
    -webkit-transform-style: preserve-3d;
15
    -webkit-transform-style: preserve-3d;
18
    -moz-transform-style: preserve-3d;
16
    -moz-transform-style: preserve-3d;
19
    -o-transform-style: preserve-3d;
17
    -o-transform-style: preserve-3d;
Lines 22-29 Link Here
22
}
20
}
23
21
24
.unicorn {
22
.unicorn {
25
    display: block;
23
    display: inline;
26
    position: absolute;
24
    position: relative;
27
    width: 150px;
25
    width: 150px;
28
    height: 225px;
26
    height: 225px;
29
    left: 10px;
27
    left: 10px;
30
- 

Return to bug 8628