File tree 2 files changed +30
-1
lines changed
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 13
13
position : relative;
14
14
overflow : hidden;
15
15
height : 100% ;
16
+ width : 100% ;
17
+ }
18
+
19
+ /**
20
+ * This content type is embedded using DIV. there are several examples on themes
21
+ * setting styles for all images, which affects this content type in a bad way.
22
+ * Therefore overriding the most common ones here
23
+ */
24
+ .h5p-image-hotspot-question .image-wrapper .hotspot-image {
25
+ border : none !important ;
26
+ padding : 0 !important ;
27
+ max-width : none !important ;
28
+ margin : 0 !important ;
16
29
}
17
30
18
31
.h5p-image-hotspot-question .h5peditor .file img {
29
42
.h5p-image-hotspot-question .image-loader : after {
30
43
position : absolute;
31
44
content : "" ;
32
- background : url ('http://h5p.org/sites/all/themes/professional_themec/images/ h5p.svg' ) no-repeat center;
45
+ background : url ('h5p.svg' ) no-repeat center;
33
46
background-size : 50% 50% ;
34
47
width : 100% ;
35
48
height : 100% ;
You can’t perform that action at this time.
0 commit comments