|
@@ -234,18 +234,32 @@ div.hackpoint-type-image[data-type="dropzone"] > div{
|
|
max-width: 100%!important;
|
|
max-width: 100%!important;
|
|
max-height: 100%!important;
|
|
max-height: 100%!important;
|
|
margin:5px 0!important;
|
|
margin:5px 0!important;
|
|
|
|
+ box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
|
|
}
|
|
}
|
|
.hackpoint-type-image li > a{
|
|
.hackpoint-type-image li > a{
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
|
|
div.hackpoint-type-image[data-type="dropzone"] > ul > li {
|
|
div.hackpoint-type-image[data-type="dropzone"] > ul > li {
|
|
|
|
+ vertical-align: top;
|
|
|
|
+ display: inline-block;
|
|
position: relative;
|
|
position: relative;
|
|
- padding: 0px;
|
|
|
|
|
|
+ padding: 5px;
|
|
border-bottom: 0;
|
|
border-bottom: 0;
|
|
background: transparent;
|
|
background: transparent;
|
|
}
|
|
}
|
|
|
|
|
|
div.hackpoint-type-image[data-type="dropzone"] > ul > li > i.pointer{
|
|
div.hackpoint-type-image[data-type="dropzone"] > ul > li > i.pointer{
|
|
- top:0;
|
|
|
|
|
|
+ top:15px;
|
|
|
|
+ right:5px;
|
|
|
|
+ background-color: #333333;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ padding:5px;
|
|
|
|
+ width: 20px;
|
|
|
|
+ height: 20px;
|
|
|
|
+ font-size: 10px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ border-radius: 100%;
|
|
|
|
+ transform: translateY(0px);
|
|
}
|
|
}
|