109 lines
2.2 KiB
SCSS

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 07-Aug-2018, 13:07:51
Author : podkrizniku
*/
span.display_editor_image_hotspot {
position: absolute;
right: 100px;
top: 11px;
cursor: pointer;
visibility: visible;
}
.hotspot {
span.inline_delete_hotspot {
position: absolute !important;
right: 3px;
margin-right: 0px;
cursor: pointer !important;
margin-right: 485px !important;
}
span.inline_edit_hotspot {
position: absolute !important;
right: 3px;
margin-right: 0px;
cursor: pointer !important;
}
span.inline_if_not_hotspot {
position: absolute !important;
right: 3px;
margin-right: 0px;
cursor: pointer !important;
margin-right: 535px !important;
}
span.inline_if_follow_hotspot {
position: absolute !important;
right: 3px;
margin-right: 0px;
cursor: pointer !important;
}
span.inline_hidden_hotspot {
position: absolute !important;
right: 3px;
margin-right: 0px;
cursor: pointer !important;
margin-right: 510px !important;
}
}
.inline_edit_hotspot {
display: inline-block;
width: 32px;
height: 32px;
background-image: url(../../../admin/survey/img_new/icons_hidpi.png);
background-position: 0px -1874px;
}
canvas.hotspot_canvas {
position: absolute;
top: 15px !important;
left: 10px;
z-index: 2;
}
.hotspot_image_editor {
position: relative;
top: 15px !important;
z-index: 1;
}
div.hotspot_vrednost_inline {
float: left;
max-width: 80%;
min-width: 160px;
padding: 2px 2px;
border: 1px solid $grey_normal;
margin: 2px;
background: white;
}
.inline_hotspot_edit_region {
margin-top: 4px !important;
margin-bottom: 4px !important;
}
.inline_hotspot_delete_region {
margin-top: 3px !important;
margin-bottom: 3px !important;
}
div.vrednost_inline_hotspot {
float: left;
img {
float: left;
}
}
#hotspot_edit {
display: none;
position: absolute;
top: 40%;
left: 50%;
z-index: 89;
min-height: 130px;
margin-top: -100px;
margin-left: -300px;
padding: 0 10px 10px 10px;
background-color: white;
border: 4px solid $popup_border;
box-shadow: 0 0 20px black;
-moz-box-shadow: 0 0 20px black;
-webkit-box-shadow: 0 0 20px black;
}