diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 8bd11649c..643fe0187 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -17991,8 +17991,9 @@ span.display_editor_image_hotspot { canvas.hotspot_canvas { position: absolute; top: 15px !important; - left: 10px; + /* left: 10px; */ z-index: 2; + display: block; } .hotspot_image_editor { @@ -20410,15 +20411,13 @@ and open the template in the editor. color: #0059ab; } -canvas.mapster_el { - top: 15px !important; +/* canvas.mapster_el { + top: 15px !important; } - img.mapster_el { - position: absolute; - top: 15px !important; -} - + position: absolute; + top: 15px !important; +} */ .jquery-selectbox { cursor: pointer; padding: 0 0 0 8px !important; diff --git a/resources/sass/admin_new/pages/survey_edit/jquery.scss b/resources/sass/admin_new/pages/survey_edit/jquery.scss index a33a85bb1..5afef87ae 100644 --- a/resources/sass/admin_new/pages/survey_edit/jquery.scss +++ b/resources/sass/admin_new/pages/survey_edit/jquery.scss @@ -99,13 +99,13 @@ and open the template in the editor. color: $dark-blue; } } -canvas.mapster_el { +/* canvas.mapster_el { top: 15px !important; } img.mapster_el { position: absolute; top: 15px !important; -} +} */ .jquery-selectbox { cursor: pointer; diff --git a/resources/sass/admin_new/pages/survey_edit/questions/hotspot.scss b/resources/sass/admin_new/pages/survey_edit/questions/hotspot.scss index 69cca23ac..66eae7bb1 100644 --- a/resources/sass/admin_new/pages/survey_edit/questions/hotspot.scss +++ b/resources/sass/admin_new/pages/survey_edit/questions/hotspot.scss @@ -60,8 +60,9 @@ span.display_editor_image_hotspot { canvas.hotspot_canvas { position: absolute; top: 15px !important; - left: 10px; + /* left: 10px; */ z-index: 2; + display: block; } .hotspot_image_editor { position: relative;