diff --git a/resources/sass/admin/Settings/navigation.scss b/resources/sass/admin/Settings/navigation.scss deleted file mode 100644 index 7c47cdd96..000000000 --- a/resources/sass/admin/Settings/navigation.scss +++ /dev/null @@ -1,196 +0,0 @@ -/* -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 : 21-Aug-2018, 10:36:23 - Author : podkrizniku -*/ - -#globalSetingsLinks { - float: left; - z-index: 78; - display: inline-block; - width: 220px; - font-size: 13px; - padding: 0px; - margin: 0 20px 0 0; - h2 { - padding: 0px; - margin: 0 20px 0 0; - padding: 2px; - font-size: 14px; - font-weight: 600; - } - ul { - padding: 5px; - margin: 0px; - - list-style: none; - - li { - padding: 4px 0px 4px 20px; - border-bottom: 1px $grey_super_light solid; - color: $orange; - font-weight: normal; - a { - color: $strong_blue; - } - } - li.highlightLineTab { - color: $orange; - font-weight: normal; - /*background-image: url("../../../admin/survey/img_new/arrow1_orange.png"); - background-position: 200px 9px; - background-repeat: no-repeat;*/ - a { - color: $orange; - font-weight: normal; - span { - color: $orange; - font-weight: 500; - } - } - } - li.nonhighlight { - a { - &:hover { - color: $orange; - font-weight: normal; - span { - color: $orange; - font-weight: normal; - } - } - span.extended{ - color: $orange; - font-weight: 500; - } - } - } - li.highlightLineTab.navi_tracking { - background-image: none !important; - } - } - - ul#sub_navi_alert { - li { - padding-left: 30px; - } - } - - ul#sub_navi_tracking { - li { - padding-left: 30px; - } - } -} - -/* sub settings (under second navigation) */ -#topSettingsHolder { - position: relative; - box-sizing: border-box; - - width: 100%; - height: 42px; - margin: 0; - padding: 6px 15px 5px 40px; - - color: $strong_blue; - - border-bottom: 1px $soft_blue solid; - - .borderLeft { - padding-left: 20px; - border-left: 1px dotted $soft_blue; - } -} - -#additional_navigation { - position: relative; - display: inline-block; - float: left; - - width: auto; - margin: 9px 0px 0 0; - - background: 0; - - a { - span { - padding: 2px 50px 2px 0; - font-size: 12px; - font-weight: 500; - color: $strong_blue; - } - &:hover { - span { - color: $orange; - } - } - span.active { - color: $orange; - background: 0; - } - span.faicon.arrow_back { - padding: 0; - line-height: 0px; - margin-right: 40px; - } - } -} -/*checkboxes dropdown*/ -#toggleDataCheckboxes { - cursor: pointer; - position: relative; - display: inline-block; - width: auto; - padding: 2px 40px !important; - margin: 0 0 0 0; - font-weight: 500; - &:hover { - color: $orange !important; - } - span { - margin-right: 3px; - } -} -#toggleDataCheckboxes2 { - cursor: pointer; - margin: 0 0 10px 10px; - - color: $strong_blue; - - &:hover { - color: $orange !important; - } - - .faicon{ - vertical-align: -2px; - padding-right: 5px; - } -} -#dataSettingsCheckboxes { - width: calc(100% + 50px); - - padding: 10px 10px 18px 20px; - margin: -30px 0 20px -40px; - - background-color: $soft_blue_very_lighten; - border-bottom: 1px solid $soft_blue; - - #toggleDataCheckboxes { - clear: both; - float: none; - margin: 0 0 10px 0; - span { - margin-bottom: 2px; - } - } - - - &:not(.paraAnalysisGraph) { - height: 80px; - } -} \ No newline at end of file diff --git a/resources/sass/admin/admin.scss b/resources/sass/admin/admin.scss deleted file mode 100644 index 37ac4d9f7..000000000 --- a/resources/sass/admin/admin.scss +++ /dev/null @@ -1,59 +0,0 @@ -/* -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. - -SASS poženemo -sass --style=compressed admin.scss ../../../public/css/admin.css - -*/ -/* - Created on : 18-Jul-2018, 10:11:58 - Author : podkrizniku -*/ - - - -// colors -@import "variables"; -// Samo za Gorenje instalacijo -//@import "modules/gorenje"; - - -@import "basic/basic"; -@import "header"; -@import "footer"; -@import "navigation"; -@import "icons/icons"; - -@import "popup/popup"; -@import "new_survey_page/new_survey_page"; -@import "main_page/main_page"; -@import "pagination"; -@import "Settings/settings"; -@import "notifications"; -@import "branching/branching"; -@import "users"; -@import "other"; -@import "library"; -@import "publish/publish"; -@import "comments"; -@import "data/data"; -@import "testing"; -@import "survey_settings/survey_settings"; -@import "analysis/analysis"; -@import "missing_values"; -@import "dashboard/dashboard"; -@import "jquery"; -@import "telephone"; -@import "survey_respondents"; -@import "slideshow"; -@import "activities"; - -@import "payments"; -@import "modules/modules"; - -@import "media"; -@import "TODO"; - -@import "mobile/mobile"; diff --git a/resources/sass/admin/basic/basic.scss b/resources/sass/admin/basic/basic.scss deleted file mode 100644 index 3ef8244dd..000000000 --- a/resources/sass/admin/basic/basic.scss +++ /dev/null @@ -1,341 +0,0 @@ -/* -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 : 24-Jul-2018, 12:04:21 - Author : podkrizniku -*/ - -$main_text: $grey_super_dark; -$link_grey: $grey_dark; -$main_background: white; -$select_background: white; -$fieldset_border: #E6E6E6; - -html { - height: 100%; - background-color: $main_background; -} -body { - position: relative; - height: 100%; - - margin: 0px; - padding: 0px; - background-color: $main_background; - color: $main_text; - font-size: 12px; - - p.ui-draggable-dragging { - background-color: white; - padding: 5px; - width: 200px; - border: 1px solid gray; - z-index: 100; - } - - div.folder_container.ui-draggable-dragging { - background-color: white; - padding: 5px; - border: 1px solid gray; - width: 200px; - height: 16px; - line-height: 16px; - overflow: hidden; - z-index: 100; - div.folder_right { - display: none; - } - } - span.new_spr.ui-draggable-dragging { - background-color: white; - padding: 5px; - border: 1px solid gray; - width: 200px; - height: 16px; - line-height: 16px; - overflow: hidden; - z-index: 100; - } -} -h1 { - font-size: 20px; - color: $strong_blue; -} -h2 { - font-size: 16px; - font-weight: 600; - color: $strong_blue; -} -h3 { - font-size: 12px; - font-weight: normal; -} -h4 { - font-weight: 600; - font-size: 14px; -} -a { - cursor: pointer; - display: inline; - - color: $strong_blue; - text-decoration: none; - - &:hover { - color: $orange; - text-decoration: none; - } - - img { - border: none; - } -} -img { - border: none; - vertical-align: text-bottom; -} - -/*for bottom spacing between elements mainly in settings*/ -fieldset { - margin: 10px 10px 25px 10px; - padding: 5px 15px 10px 15px; - - color: $main_text; - - border: 1px solid $fieldset_border; - - a { - span { - color: $strong_blue; - text-decoration: none; - cursor: pointer; - display: inline; - } - &:hover { - span { - color: $orange; - text-decoration: none; - } - } - } - - span { - /*margin-bottom: 1px;*/ - - color: $main_text; - font-weight: normal; - } - select { - margin-bottom: 1px; - } - input[type=text] { - margin-bottom: 1px; - } - input[type=radio] { - margin-bottom: 1px; - } - - p{ - input[type=text] { - margin-bottom: 0; - } - label { - display: inline-block; - margin-bottom: 0; - } - input[type=radio] { - margin-bottom: 0; - } - } - - label { - display: inline-block; - margin-bottom: 1px; - } -} - -/* ker IE nardi razmake */ -form { - padding: 0px; - margin: 0px; -} -label { - cursor: pointer; - vertical-align: middle; - input { - vertical-align: top; - vertical-align: middle; - vertical-align: text-bottom; - } -} -legend { - margin: 0; - padding: 0 10px; - color: $strong_blue; - font-weight: 500; - font-size: 13px; - background-color: $main_background; -} -legend.red { - font-size: 14px; -} -table { - th { - font-weight: 500; - } -} -input { - vertical-align: middle; - font-size: 12px; -} -select { - cursor: pointer; - vertical-align: middle; - height: 22px; - - font-size: 12px !important; - color: $main_text !important; - - background: $select_background; - background-color: $select_background; - - border: 1px $soft_blue solid !important; - border-radius: 4px 0px 0px 4px; - -moz-border-radius: 4px 0px 0px 4px; - -webkit-border-radius: 4px 0px 0px 4px; -} -textarea { - vertical-align: middle; - font-size: 12px; - color: $main_text !important; - width: 40%; - border: 1px solid #c6c6c6 !important; - &:not(disabled) { - background: #ffffff; - } - &:disabled { - background: #eeeeee; - } -} -button { - vertical-align: middle; - font-size: 9px; -} -input[type="text"] { - color: $main_text !important; - border: 1px solid #c6c6c6 !important; - &:not(disabled) { - background: #ffffff; - } - &:disabled { - background: #eeeeee; - } -} -input[type="number"] { - color: $main_text !important; - border: 1px solid #c6c6c6 !important; - background: #ffffff; - padding: 3px 0 3px 3px; -} -iframe { - border: 0; -} - - -/*main div element (parent of #anketa and #anketa_active)*/ -#main_holder{ - display: flex; - flex-direction: column; - justify-content: space-between; - - height: 100%; -} - -#main { - padding: 0; - margin: 0; - border: 0; - - flex-grow: 1; - - #anketa { - border: 0; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; - - #anketa_edit{ - box-sizing: border-box; - display: flex; - flex-direction: row; - - width: 100%; - - padding: 30px 40px 40px 30px; - - .anketa_edit_left{ - display: flex; - flex-direction: column; - - margin-right: 20px; - } - - .anketa_edit_main{ - flex-grow: 1; - width: 100%; - } - } - - div { - .folder_container { - height: 17px; - padding: 3px; - margin: 3px; - overflow: hidden; - } - .folder_right { - float: left; - width: 100px; - text-align: left; - } - } - span.opombe { - color: $grey_normal; - height: 17px; - width: auto; - font-size: 12px; - span { - font-size: 16px; - } - } - ul { - list-style: none; - margin: 0; - } - ul.first { - margin-top: 10px; - } - li { - .anketa { - margin: 0; - padding-left: 14px; - } - } - ul.number_list { - list-style-type: decimal; - } - } - -} - - - - - - -@import "basic_font"; -@import "basic_classes"; -@import "basic_buttons"; -@import "basic_color_classes"; diff --git a/resources/sass/admin/branching/questions/question_box.scss b/resources/sass/admin/branching/questions/question_box.scss deleted file mode 100644 index 9bd37aa39..000000000 --- a/resources/sass/admin/branching/questions/question_box.scss +++ /dev/null @@ -1,454 +0,0 @@ -/* -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 : 03-Aug-2018, 09:55:43 - Author : podkrizniku -*/ - -.editor_display { - width: 98%; - background-color: #eee; - border: 1px solid #cccccc; - border-bottom: 0; -} -.editor_display_small { - padding-left: 5px; -} -.spremenljivka { - width: 100%; -} -.add-variable-mobile { - display: none; -} -.add-variable { - display: none; - position: absolute; - left: 59px; - bottom: 4px; - span { - position: relative; - top: 1px; - margin-right: 5px !important; - } - a { - //color: $grey_normal; - color: $strong_blue; - &:hover{ - color: $orange; - } - } - .tip_6 { - left: 52px; - } - .tip_16 { - left: 52px; - } - .tip_19 { - left: 52px; - } - .tip_20 { - left: 52px; - } -} -.locked { - .add-variable { - display: none !important; - } -} -.spremenljivka_content { - margin: 2px 0px 10px 0px; - padding: 0px; - color: $grey_super_dark; - - background-color: white; - border: 1px solid $soft_blue; - - &:hover { - .add-variable { - display: block; - } - background-color: white; - } - h3 { - margin: 0; - padding: 0; - border: 0; - p { - margin: 0; - padding: 0; - border: 0; - } - } - form { - margin: 0; - padding: 0; - border: 0; - } - p { - margin: 0; - padding: 0; - border: 0; - padding: 3px; - } - input { - vertical-align: text-top; - } - div[contenteditable] { - cursor: text; - min-height: 16px; - p { - margin: 0 0; - padding: 3px 0; - } - } - - div[contenteditable=true] { - border: 1px solid transparent; - &:hover { - background-color: $soft_blue_very_lighten; - border: 1px solid $soft_blue_lighten; - } - &:focus { - background-color: $soft_blue_very_lighten; - border: 1px dashed silver; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - } - } -} -.spr_editing { - .spremenljivka_content { - .add-variable { - display: none; - } - } - .content_div_normalmode { - padding-bottom: 10px; - } - .grid-plus-minus { - visibility: visible; - } - .sub-table { - display: table-row; - } - div[contenteditable][default="1"] { - color: $grey_light; - } -} -.spremenljivka_tekst_form { - padding: 10px 5px 5px 10px; -} -.spremenljivka_tip_content { - padding: 5px 5px 5px 10px; -} -.content_div_normalmode { - position: relative; - padding: 10px 5px 20px; - overflow: hidden; -} -.naslov { - width: auto; - min-width: 100px; - display: block; - padding-top: 3px; -} -#variable_holder { - .variabla_limit{ - width:auto !important; - color: $orange_darken; - margin-top: 6px; - display:inline-block; - } -} -.variable_holder { - padding: 0px 0px 0px 30px; - vertical-align: top; - margin: 0px; - display: block; - clear: both; - select { - margin-top: 5px; - } -} -.variable_holder.clr { - height: auto; -} -div.spremenljivka_content.orientation_ob { - .variable_holder { - clear: none; - } - div.variabla { - clear: none; - } -} -div.spremenljivka_content { - h3 { - p { - padding: 3px 3px 3px 3px; - margin: 0; - padding-top: 3px; - padding-bottom: 3px; - margin: 0; - } - } - span.inline { - visibility: hidden; - cursor: pointer; - float: left; - } - div.variabla { - input { - float: left; - margin-top: 5px; - } - clear: both; - padding: 2px 5px; - min-height: 22px; - .move_updown_orange { - margin-top: 5px; - } - } - span.inline_edit { - float: right; - margin: 0 3px; - } - span.inline_delete { - float: right; - margin: 0 3px; - } - span.inline_if_not { - float: right; - margin: -2px 3px 0 3px; - } - span.inline_if_follow { - float: right; - margin: -3px 3px 0 3px; - } - span.inline_hidden { - float: right; - margin: 0 3px; - } - span.correct { - float: right; - margin: 0 3px; - } -} -li.spr.spr_editing { - div.spremenljivka_content.orientation_ob { - .variable_holder { - clear: both; - } - div.variabla { - clear: both; - } - } - div.preview_mode { - display: none; - } - div.edit_mode { - display: block; - } - td.preview_mode { - display: none; - } - thead.edit_mode { - display: table-header-group; - } - .editingOnly { - visibility: visible; - } - div.spremenljivka_content.orientation_pod { - div.variabla { - clear: both; - } - } - div.stolpci { - float: none; - width: auto !important; - span.inline_delete { - display: block; - } - span.inline_edit { - display: block; - } - } -} -.spremenljivka_info { - font-size: 9px; - color: #666666; - padding: 2px; - clear: both; - padding: 2px 15px; -} -div.naslov_inline { - min-width: 50px; - padding: 2px 15px; - margin-bottom: 2px; -} -div.variable_inline { - display: none; - float: left; - width: 30px; - padding: 2px 15px; - font-weight: bold; -} -span.display_editor { - position: absolute; - right: 10px; - top: 11px; - cursor: pointer; - visibility: hidden; -} -.spr.spr_editing { - span.display_editor { - visibility: visible; - } -} -.spr { - span.display_editor.show { - visibility: visible; - } -} -/*div.naslov { - textarea.inline { - width: 99%; - } -} -div.variabla { - textarea.inline { - min-height: 11px; - min-width: 50%; - } -} -td.grid_question { - textarea.inline { - height: 11px; - width: 90%; - } -} -td.grid_header { - textarea.inline { - width: 99%; - height: 22px; - text-align: center; - } -}*/ -div.spremenljivka_content.orientation_pod { - div.variabla { - clear: none; - } -} -li.spr_editing { - div.spremenljivka_content { - div.variabla { - span.inline { - visibility: visible; - } - } - } - table.grid_header_table { - span.inline { - visibility: visible; - } - } -} -li { - div.spremenljivka_content { - div.variabla { - span.inline.show { - visibility: visible; - } - } - span.inline_move { - margin: 2px 8px 0 3px; - } - span.image_upload { - margin-top: 4px; - margin-left: 8px; - margin-right: 4px; - float: left; - } - } -} -/*settings marks of question in top left corner (reminders, system,...)*/ -#spr_settings { - float: left; - width: auto; - padding-top: 4px; - vertical-align: bottom; - .lock_holder { - position: absolute; - right: 15px; - top: 6px; - } - span { - img { - padding-left: 5px; - vertical-align: bottom; - } - vertical-align: bottom; - } -} -#spr_settings_intro_concl { - float: left; - width: auto; - vertical-align: bottom; - padding-left: 10px; - img { - padding-left: 10px; - padding-top: 3px; - } -} -table.text_vrednost { - text-align: center; - font-size: 10px; -} -div.vrednost_inline { - float: left; - max-width: 80%; - min-width: 160px; - padding: 2px 15px; -} -.spremenljivka_settings { - padding: 3px 5px 3px 5px; - background-color: $soft_blue_very_lighten; - min-height: 24px; -} -.spremenljivka_settings.movable { - cursor: pointer; -} -.spremenljivka_settings_active { - background-color: $soft_blue_very_lighten; -} -.variable_name { - float: left; - font-size: 14px; - padding: 2px 10px 2px 5px; - color: $grey_normal; - font-weight: 500; -} -.variable { - color: $grey_normal; - font-weight: 500; -} -.spr_edit { - z-index: 5; - position: absolute; - top: 0; - right: 0; - margin-right: 10px; - padding-top: 7px; -} -.comment_container_inline { - margin: 0px; - padding: 4px 15px; - background-color: $soft_blue_very_lighten; - border-top: 1px solid $soft_blue; - a.surveycomment { - font-size: 10px; - } -} \ No newline at end of file diff --git a/resources/sass/admin/branching/toolbox.scss b/resources/sass/admin/branching/toolbox.scss deleted file mode 100644 index 73b8111af..000000000 --- a/resources/sass/admin/branching/toolbox.scss +++ /dev/null @@ -1,243 +0,0 @@ -/* -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 : 01-Aug-2018, 12:52:20 - Author : podkrizniku -*/ - -#toolbox_basic { - div.new_adv { - cursor: default; - cursor: pointer; - margin: 0px 1px; - padding: 8px 4px; - text-align: center; - background-color: $orange_darken; - background-repeat: repeat-y; - } - p { - img { - cursor: move; - } - margin: 10px 3px 3px; - span.sprites { - margin-right: 2px; - } - } - .handle { - color: $red_error; - font-weight: bold; - } - p.left { - overflow: hidden; - margin-left: 0; - margin-right: 0; - padding-left: 9px; - padding-right: 2px; - } - p.right { - overflow: hidden; - margin-left: 0; - margin-right: 0; - padding-left: 9px; - padding-right: 2px; - } - p.whole { - overflow: hidden; - margin-left: 0; - margin-right: 0; - padding-left: 2%; - padding-right: 2%; - margin-top: 6px; - } - position: fixed; - z-index: 50; - top: 255px; - left: 1px; - height: 335px; - width: 50px; - background-color: $strong_blue; - border: 0; - p.new_spr { - cursor: pointer; - margin: 0px 1px; - padding: 8px 4px; - text-align: center; - &:hover { - background-color: darken($strong_blue, 7%); - } - } - p.new_if { - cursor: pointer; - margin: 0px 1px; - padding: 8px 4px; - text-align: center; - &:hover { - background-color: darken($strong_blue, 7%); - } - } - p.new_pb { - cursor: pointer; - margin: 0px 1px; - padding: 8px 4px; - text-align: center; - &:hover { - background-color: darken($strong_blue, 7%); - } - } - p.new_block { - cursor: pointer; - margin: 0px 1px; - padding: 8px 4px; - text-align: center; - &:hover { - background-color: darken($strong_blue, 7%); - } - } -} -#toolbox_add_advanced { - display: none; - cursor: auto; - z-index: -1; - position: fixed; - top: 218px; - left: 55px; - width: 495px; - height: auto; - min-height: 100px; - padding: 0px 10px 10px 10px; - background-color: $soft_blue_very_lighten; - text-align: left; - border: 1px solid $soft_blue; - p.toolbox_add_title { - color: $strong_blue; - font-weight: 600; - font-size: 14px; - } - p.new_spr { - &:hover { - background-color: $soft_blue_lighten; - } - float: left; - cursor: pointer; - width: 150px; - margin: 1px 0px 1px 1px; - padding: 4px 7px; - text-align: left; - } - p.new_loop { - &:hover { - background-color: $soft_blue_lighten; - } - float: left; - cursor: pointer; - width: 150px; - margin: 1px 0px 1px 1px; - padding: 4px 7px; - text-align: left; - } - .holder { - width: 33%; - float: left; - border: 0; - background: 0; - } - p.new_question { - text-align: left; - } - .new_spr_spacer { - float: left; - cursor: pointer; - width: 150px; - margin: 1px 0px 1px 1px; - padding: 4px 7px; - text-align: left; - cursor: auto; - height: 18px; - } - p.naslov { - float: left; - width: 150px; - margin: 10px 0 3px 0; - padding: 0 5px 0px 2px; - font-size: 13px; - font-weight: 600; - text-align: left; - } - p { - span { - display: none; - } - } -} -#toolbox_advanced_settings { - position: fixed; - cursor: pointer; - top: 218px; - left: 1px; - width: 18px; - height: 19px; - padding: 5px 15px 6px; - background-color: $soft_blue_very_lighten; - border: 1px $soft_blue solid; - #toolbox_advanced_settings_holder { - display: none; - cursor: auto; - z-index: 99; - position: fixed; - top: 218px; - left: 55px; - width: auto; - height: auto; - min-height: 100px; - padding: 10px 20px 0 10px; - text-align: left; - font-size: 11px; - border: 1px solid $soft_blue; - background-color: $soft_blue_very_lighten; - span.advanced_settings_title { - vertical-align: middle; - padding: 0 0 0 2px; - color: $strong_blue; - font-weight: 600; - font-size: 12px; - } - span.advanced_setting { - display: inline-block; - text-align: center; - width: 20px; - padding: 3px 5px 0 0; - } - } -} -#locked_toolbar { - position: absolute; - top: 1px; - left: 1px; - width: 45px; - height: 194px; - padding: 140px 0 0 3px; - background: rgba($strong_blue_darken, 0.85); - span.lock_big { - margin-left: 13px; - } -} -#toolbox_basic.forma { - #locked_toolbar { - height: 199px; - padding-top: 85px; - } - height: 266px; - top: 235px; -} - - -.mobile_add_question{ - display: none; -} -.mobile_add_question_popup{ - display: none; -} diff --git a/resources/sass/admin/comments.scss b/resources/sass/admin/comments.scss deleted file mode 100644 index 9257a4e71..000000000 --- a/resources/sass/admin/comments.scss +++ /dev/null @@ -1,100 +0,0 @@ -/* -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 : 04-Aug-2018, 11:33:01 - Author : podkrizniku -*/ - -#placeholder.komentarji{ - margin: 0px; -} - -.comment { - font-style: italic; - color: $orange_very_darken; - width: auto; - padding-right: 10px; - padding-top: 3px; - display: block; - float: left; -} -.if_comment { - font-style: italic; - color: $grey_light; - width: auto; - margin: 0px 3px; -} -.spr_comment { - font-style: italic; - color: $grey_light; - width: auto; - margin: 0px 3px; -} -#quick_comments_link { - margin-bottom: 1px !important; - margin-left: 3px !important; - padding-bottom: 3px !important; - a { - span.link { - display: inline-block; - padding: 3px !important; - padding-bottom: 5px !important; - font-size: 11px; - vertical-align: top; - } - } -} -#quick_comments_link.newCss { - height: 20px !important; - line-height: 20px !important; - text-align: center; - margin-top: 8px !important; - img { - vertical-align: middle; - } -} -.comments_on_alert { - margin-bottom: 10px; - - a{ - //color: white; - font-weight: 500; - - &:hover{ - color: $strong_blue_darken; - } - } -} -.comment_qtip_title_secondLine { - color: $grey_normal; - font-weight: normal !important; - padding-top: 5px; -} -#comment_question_note { - display: block; - width: auto; - margin-bottom: 15px; - margin-left: 5px; - padding: 5px 10px; - font-size: 15px; - background-color: $soft_blue_very_lighten; - border: 1px solid $soft_blue; -} -@mixin sub_settings_comments(){ - - -} -#topSettingsHolder.komentarji, -#topSettingsHolder.komentarji_anketa { - - #additional_navigation { - a { - span { - padding: 2px 0px 2px 0; - } - } - } -} \ No newline at end of file diff --git a/resources/sass/admin/header.scss b/resources/sass/admin/header.scss deleted file mode 100644 index 4a89b93d7..000000000 --- a/resources/sass/admin/header.scss +++ /dev/null @@ -1,348 +0,0 @@ -/* -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 : 18-Jul-2018, 10:11:27 - Author : podkrizniku -*/ - -$anketa_title: $grey_normal; -$anketa_url_disabled: silver; -$anketa_url_enabled: $strong_blue; -$mail_unread: #ffffff; -$user_dropdown_text: #4d4d4d; -$header_background: #ffffff; - -/*#enka_nav input[type="text"] { - width: 80px; - -webkit-transition: width 400ms ease; - -moz-transition: width 400ms ease; - -o-transition: width 400ms ease; - -ms-transition: width 400ms ease; - transition: width 400ms ease; -} -#enka_nav input[type="text"]:focus { - width: 200px; -}*/ - -.mobile_header{ - display: none; -} - -#logo { - position: absolute; - left: 15px; - top: 12px; -} -#enka_logo { - display: block; - - background-image: url(../img/logo/1ka_slo.svg); - background-repeat: no-repeat; - - width: 72px; - height: 41px; - margin: 0; - padding: 0; -} -#enka_logo.english { - background-image: url(../img/logo/1ka_eng.svg); - background-repeat: no-repeat; -} -body.body_anketa { - #logo { - left: 0px; - top: 0px; - width: 31px; - height: 42px; - padding: 12px 15px; - } - #enka_logo { - display: block; - - background-image: url(../img/logo/1ka_slo.svg); - background-repeat: no-repeat; - - width: 72px; - height: 41px; - margin: 0; - padding: 0; - } - #enka_logo.english { - background-image: url(../img/logo/1ka_eng.svg); - background-repeat: no-repeat; - } - #topLine2 { - margin: 0; - padding-left: 50px; - height: 66px; - font-size: 13px; - vertical-align: middle; - } -} -#topLine2 { - margin: 0px; - height: 66px; - font-size: 13px; - .borderLeft { - padding-left: 10px; - } -} -#anketa_naslov { - display: inline-block; - margin-top: 21px; - padding: 0 0 0 55px; - font-size: 17px; - a { - color: $anketa_title; - text-decoration: none; - font-weight: 600; - - padding-left: 15px; - } -} -#anketa_naslov.anketa_img_nav { - white-space: nowrap; -} -#anketa_url { - font-size: 15px; - color: $anketa_url_disabled; - img { - padding-right: 5px; - } - a { - color: $anketa_url_enabled !important; - font-weight: 400; - &:VISITED { - color: $anketa_url_enabled !important; - font-weight: 400; - } - &:HOVER { - color: $orange !important; - text-decoration: none; - } - } -} -.anketa_url_bottom { - font-size: 11px; - color: $anketa_url_disabled; - padding-left: 10px; -} -#anketa_aktivacija { - img { - padding-right: 5px; - } -} -#anketa_activation { - padding: 0 5px 0 15px; -} -.request-help { - margin-left: 10px; -} -.quick-settings { - margin-left: 10px; -} -#anketa_active { - height: auto; - width: auto; - min-width: 1002px; - - background-color: $header_background; -} -#anketa_active.newCss { - border: none; -} -#anketa_active.folders { - border: none; -} - -// Gumb za aktivacijo ankete -.switch_anketa { - position: relative; - display: inline-block; - - width: 50px; - height: 18px; - margin: 0 3px -2px 0; - - color: white; - font-size: 11px; - font-weight: 600; - - .switch_anketa_content { - position: absolute; - cursor: pointer; - top: 0; - left: 0; - right: 0; - bottom: 0; - padding-top: 2px; - - background-color: $strong_blue; - border-radius: 20px; - } - .switch_anketa_content:before { - position: absolute; - content: ""; - - height: 14px; - width: 14px; - bottom: 2px; - - background-color: white; - border-radius: 50%; - } -} -.switch_anketa.anketa_on{ - .switch_anketa_content{ - padding-left: 9px; - background-color: $strong_blue; - } - .switch_anketa_content:before{ - right: 2px; - } - &:hover{ - .switch_anketa_content{ - background-color: $orange; - } - } -} -.switch_anketa.anketa_off{ - .switch_anketa_content{ - padding-left: 19px; - background-color: $strong_blue_lighten; - } - .switch_anketa_content:before{ - left: 2px; - } - &:hover{ - .switch_anketa_content{ - background-color: $strong_blue; - } - } -} - -input#searchSurvey { - display: none; - width: 150px; - padding: 3px 0 3px 5px; - margin-top: -8px; - border: 1px solid $soft_blue; -} -/*Search, help, user info*/ -#enka_nav { - display: inline-block; - position: absolute; - top: 21px; - right: 17px; - - text-align: right; - margin-top: 0px; - height: 25px; - - - #search_holder { - display: inline-block; - vertical-align: middle; - } - #help_holder { - display: inline-block; - vertical-align: middle; - margin-left: 12px; - } - #fieldwork_holder { - display: inline-block; - vertical-align: middle; - margin-left: 12px; - } - #notification_holder { - display: inline-block; - vertical-align: middle; - margin-left: 12px; - } -} -span.sprites.mail_unread { - color: $mail_unread; - font-size: 11px; - font-weight: bold; - line-height: 23px; - text-align: center; - text-indent: 10px; -} -#xtradiv { - display: inline-block; - width: auto; - margin-left: 15px; - vertical-align: middle; - .xtraname { - cursor: pointer; - display: inline-block; - width: auto; - padding: 0 15px 2px 0; - font-weight: 500; - color: $strong_blue; - - &:hover{ - color: $orange; - } - } - #xtradivSettings { - display: none; - position: absolute; - z-index: 99999; - right: 8px; - top: 35px; - padding: 5px 10px; - width: 120px; - text-align: left; - background-color: $header_background; - border: 1px $soft_blue solid; - -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4); - box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4); - -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4); - span.xtraSetting { - clear: both; - float: left; - padding: 6px 0; - a.xtra { - display: inline; - vertical-align: middle; - - font-size: 13px; - color: $user_dropdown_text; - - &:hover { - color: $orange; - .faicon { - color: $orange; - } - } - - span.faicon { - display: inline; - vertical-align: middle; - margin-right: 10px; - } - } - } - - } -} -/*tooltips on survey*/ -.tooltip { - position: relative; - .expanded-tooltip { - display: none; - white-space: normal; - } - &:hover { - .expanded-tooltip { - display: block; - } - } -} -.tooltip.monitor { - cursor: pointer; -} \ No newline at end of file diff --git a/resources/sass/admin/icons/invitation.scss b/resources/sass/admin/icons/invitation.scss deleted file mode 100644 index 8845bee16..000000000 --- a/resources/sass/admin/icons/invitation.scss +++ /dev/null @@ -1,44 +0,0 @@ -/* -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 : 10-Okt-2018 - Author : Peter Hrvatin -*/ - - -/* Invitation table */ -span.faicon.inv_sent_0::before { - font-size: 14px; - content: "\f2b6"; - font-weight: 400; -} -span.faicon.inv_sent_1::before { - font-size: 14px; - content: "\f0e0"; -} -span.faicon.inv_responded_0::before { - font-size: 14px; - font-weight: 400; - content: "\f005"; -} -span.faicon.inv_responded_1::before { - font-size: 14px; - font-weight: 700; - content: "\f005"; -} -span.faicon.inv_unsubscribed_0::before { - font-size: 14px; - font-weight: 400; - content: "\f111"; -} -span.faicon.inv_unsubscribed_1::before { - font-size: 14px; - font-weight: 700; - content: "\f111"; - - color: $red; -} - diff --git a/resources/sass/admin/icons/modules.scss b/resources/sass/admin/icons/modules.scss deleted file mode 100644 index a916db9e5..000000000 --- a/resources/sass/admin/icons/modules.scss +++ /dev/null @@ -1,126 +0,0 @@ -/* -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 : 21-Sep-2018 - Author : Peter Hrvatin -*/ - -/* NAPREDNI MODULI */ - -span.module_icon{ - padding: 0 6px; - - color: white; - font-weight: 600; - font-size: 17px; - - background-color: $orange_lighten; - border: 2px $orange solid; -} - -span.module_icon.maza::before{ - content: "MAZA"; -} -span.module_icon.wpn::before{ - content: "WPN"; -} -span.module_icon.panel::before{ - content: "Panel"; -} -span.module_icon.telephone::before{ - content: "TEL"; -} -span.module_icon.slideshow::before{ - content: "SS"; -} -span.module_icon.evalvation::before{ - content: "EVAL"; -} -span.module_icon.vnos::before{ - content: "V"; -} -span.module_icon.social::before{ - content: "SN"; -} -span.module_icon.quiz::before{ - content: "Q"; -} -span.module_icon.voting::before{ - content: "VOTE"; -} -span.module_icon.advanced_paradata::before{ - content: "AP"; -} -span.module_icon.chat::before{ - content: "C"; -} -span.module_icon.degrees_1ka::before{ - content: "360"; -} -span.module_icon.mju::before{ - content: "H"; -} -span.module_icon.sa-hierarhija::before{ - content: "SA"; -} - -span.module_icon.degrees::before{ - content: "360"; -} -span.module_icon.borza::before{ - content: "Borza"; -} -span.module_icon.evoli::before{ - content: "Evoli"; -} -span.module_icon.evoli_teammeter::before{ - content: "Evoli TM"; -} -span.module_icon.evoli_quality_climate::before{ - content: "Evoli QC"; -} -span.module_icon.evoli_teamship_meter::before{ - content: "Evoli TSM"; -} -span.module_icon.evoli_organizational_employeeship_meter::before{ - content: "Evoli OEM"; -} -span.module_icon.evoli_employmeter::before{ - content: "Evoli EM"; -} -span.module_icon.excell_matrix::before{ - content: "EM"; -} -span.module_icon.mfdps::before{ - content: "MFDPS"; -} -span.module_icon.mju::before{ - content: "MJU"; -} - -span.module_icon.gdpr{ - color: $strong_blue_lighten; - background-color: $soft_blue; - border: 2px $strong_blue_lighten solid; - - &:hover{ - color: $strong_blue; - border: 2px $strong_blue solid; - } -} -span.module_icon.gdpr.active{ - color: white; - background-color: $strong_blue; - border: 2px $strong_blue solid; - - &:hover{ - color: white; - border: 2px $strong_blue solid; - } -} -span.module_icon.gdpr::before{ - content: "GDPR"; -} \ No newline at end of file diff --git a/resources/sass/admin/icons/question_edit.scss b/resources/sass/admin/icons/question_edit.scss deleted file mode 100644 index e046f366a..000000000 --- a/resources/sass/admin/icons/question_edit.scss +++ /dev/null @@ -1,119 +0,0 @@ -/* -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 : 21-Sep-2018 - Author : Peter Hrvatin -*/ - -/* question editing icons */ - -a.faicon{ - color: $strong_blue !important; - &:hover{ - color: $orange !important; - } -} - -span.faicon.edit-vprasanje{ - line-height: 25px; - - &:before{ - font-size: 18px; - content: "\f031"; - } -} - -a.faicon.edit::before{ - font-size: 16px; - content: "\f304"; -} -a.faicon.addif::before{ - font-family: Montserrat, sans-serif; - font-size: 18px; - font-weight: 900; - content: "IF"; -} -a.faicon.copy::before{ - font-size: 18px; - font-weight: 400; - content: "\f0c5"; -} -a.faicon.copycond::before{ - font-size: 18px; - content: "\f0c5"; -} -a.faicon.preview::before{ - @include icon_preview_before(); -} -a.faicon.preview::after{ - @include icon_preview_after(); -} -a.faicon.arhiv::before{ - font-size: 18px; - content: "\f044"; -} -a.faicon.delete::before{ - font-size: 18px; - font-weight: 400; - content: "\f2ed"; -} - -a.faicon.hide::before{ - font-size: 18px; - font-weight: 400; - content: "\f06e"; -} -a.faicon.unhide_icon::before{ - font-size: 18px; - font-weight: 400; - content: "\f070"; -} - -/* Urejanje vrednosti inline */ -.variabla span.inline.faicon::before{ - color: $soft_blue; -} -.variabla span.inline.faicon:hover::before{ - color: $strong_blue; -} - -.variabla span.inline.faicon.edit2::before{ - font-size: 14px; - content: "\f304"; -} -.variabla span.inline.faicon.odg_hidden::before{ - font-size: 14px; - content: "\f05e"; -} -.variabla span.inline.faicon.odg_hidden.show-hidden::before{ - color: $red; -} -.variabla span.inline.faicon.odg_hidden.show-disable::before{ - color: $orange; -} -.variabla span.inline.faicon.odg_if_not::before{ - font-family: Montserrat, sans-serif; - font-size: 15px; - font-weight: 900; - content: "IF*"; -} -.variabla span.inline.faicon.odg_if_follow::before{ - font-family: Montserrat, sans-serif; - font-size: 15px; - font-weight: 900; - content: "IF🠞"; -} -.variabla span.inline.faicon.correct::before{ - font-size: 14px; - font-weight: 900; - content: "\f00c"; -} - -.variabla span.inline.faicon.move_updown::before{ - font-size: 16px; - color: $strong_blue; - content: "\f338"; -} \ No newline at end of file diff --git a/resources/sass/admin/icons/standard.scss b/resources/sass/admin/icons/standard.scss deleted file mode 100644 index b8a501f6d..000000000 --- a/resources/sass/admin/icons/standard.scss +++ /dev/null @@ -1,548 +0,0 @@ -/* -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 : 21-Sep-2018 - Author : Peter Hrvatin -*/ - -/* icons */ - -span.faicon.plus::before{ - content: "\f067"; -} -span.faicon.minus::before{ - content: "\f068"; -} - -span.faicon.close::before{ - font-size: 18px; - font-weight: 400; - content: "\f057"; -} -span.faicon.dropdown_blue::before{ - font-size: 16px; - content: "\f13a"; -} -span.faicon.dropup_blue::before{ - font-size: 16px; - content: "\f139"; -} -span.faicon.arrow_back::before{ - font-weight: 600; - font-size: 16px; - content: "\f137"; -} - -span.faicon.add::before{ - font-size: 18px; - content: "\f055"; -} - -span.faicon.remove::before{ - font-size: 18px; - content: "\f056"; -} - -span.faicon.delete::before{ - font-size: 18px; - font-weight: 400; - content: "\f2ed"; -} -span.faicon.anketa_delete::before{ - font-size: 24px; - font-weight: 400; - content: "\f2ed"; -} - -span.faicon.copy::before{ - font-size: 18px; - content: "\f0c5"; - font-weight: 400; -} -span.faicon.anketa_copy::before{ - font-size: 24px; - content: "\f0c5"; - font-weight: 400; -} - -span.faicon.export::before{ - font-size: 24px; - content: "\f56e"; -} - - - -/*span.faicon.import::before{ - font-size: 24px; - content: "\f56f"; -}*/ - -span.faicon.import{ - width: 32px; -} -span.faicon.import::before{ - font-size: 24px; - font-weight: 400; - content: "\f1c2"; -} -span.faicon.import::after{ - font-size: 14px; - content: "\f061"; - display: inline-block; -} - - - - -span.faicon.library::before{ - font-size: 24px; - content: "\f518"; -} - -span.faicon.folder::before{ - font-size: 22px; - content: "\f07b"; - vertical-align: middle; -} - -span.faicon.after.sort_down_arrow::after{ - content: "\f0d7"; - margin-left: 5px; -} -span.faicon.after.sort_up_arrow::after{ - content: "\f0d8"; - margin-left: 5px; -} - -span.faicon.info::before{ - font-size: 28px; - content: "\f05a"; - vertical-align: middle; -} - -span.faicon.pagination_left::before{ - margin: 0 1px 0 1px; - content: "\f104"; -} -span.faicon.pagination_right::before{ - margin: 0 0 0 1px; - content: "\f105"; -} - -span.faicon.edit::before{ - font-size: 16px; - content: "\f304"; -} - -span.faicon.refresh::before{ - font-size: 18px; - content: "\f2f1"; -} - -span.faicon.filter::before{ - font-size: 18px; - content: "\f0b0"; -} - -span.faicon.star::before, -span.faicon.star_off::before{ - font-size: 14px; - font-weight: 400; - content: "\f005"; -} -span.faicon.star_on::before{ - font-size: 14px; - font-weight: 700; - content: "\f005"; -} - -span.faicon.search::before{ - font-size: 20px; - content: "\f002"; -} -span.faicon.help2::before{ - font-size: 20px; - content: "\f059"; -} -span.faicon.user::before{ - font-size: 18px; - content: "\f007"; -} -span.faicon.logout::before{ - font-size: 20px; - content: "\f2f5"; -} - -span.faicon.monitor::before{ - font-size: 18px; - content: "\f108"; -} -span.faicon.users::before{ - font-size: 18px; - content: "\f500"; -} -span.faicon.lock_open::before{ - font-size: 18px; - content: "\f3c1"; -} -span.faicon.lock_close::before{ - font-size: 18px; - content: "\f023"; -} - -span.faicon.bottom_saving::before{ - font-size: 24px; - font-weight: 400; - content: "\f0c7"; -} -span.faicon.bottom_publish::before{ - font-size: 24px; - content: "\f093"; -} -span.faicon.bottom_preview{ - width: 20px; -} -span.faicon.bottom_preview::before{ - font-size: 24px; - font-weight: 400; - content: "\f15b"; -} -span.faicon.bottom_preview::after{ - font-size: 14px; - content: "\f002"; - display: inline-block; - margin-left: -70%; -} -span.faicon.bottom_test::before{ - font-size: 24px; - content: "\f492"; -} -span.faicon.language::before{ - font-size: 24px; - content: "\f0ac"; -} -span.faicon.mobile_off::before{ - font-size: 24px; - content: "\f3cd"; -} -span.faicon.mobile_off::after{ - font-size: 24px; - content: "\f715"; - margin-left: -23px; -} -span.faicon.comments::before{ - font-size: 24px; - content: "\f27a"; -} -span.faicon.comments_num::before{ - font-size: 24px; - content: "\f27a"; -} -span.faicon.comments_num { - strong { - color: white; - font-family: $font_family; - margin-top: -2px; - } -} -@mixin icon_link(){ - content: "\f0c1"; -} -span.faicon.data_link::before{ - font-size: 20px; - @include icon_link(); -} -span.faicon.data_link_small::before{ - font-size: 16px; - @include icon_link(); -} -@mixin icon_print(){ - content: "\f02f"; -} -span.faicon.print::before{ - font-size: 24px; - @include icon_print(); -} -span.faicon.print_small::before{ - font-size: 16px; - @include icon_print(); -} -@mixin icon_preview_before(){ - font-size: 18px; - font-weight: 400; - content: "\f15b"; -} -@mixin icon_preview_after(){ - content: "\f002"; - display: inline-block; - font-size: 11px; - margin-left: -50%; -} -span.faicon.preview{ - width: 18px; -} -span.faicon.preview::before{ - @include icon_preview_before(); -} -span.faicon.preview::after{ - @include icon_preview_after(); -} -span.faicon.palette::before{ - font-size: 18px; - content: "\f53f"; -} -span.faicon.inline_comment::before{ - font-size: 14px; - font-weight: 400; - content: "\f075"; -} -span.faicon.inline_double_comment::before{ - font-size: 14px; - font-weight: 400; - content: "\f086"; -} -span.faicon.comments_creport::before{ - font-size: 16px; - content: "\f086"; -} -span.faicon.compress::before{ - font-size: 15px; - content: "\f066"; -} -span.faicon.expand::before{ - font-size: 15px; - content: "\f065"; -} -span.faicon.hashtag::before{ - font-size: 15px; - content: "\f292"; -} -span.faicon.bug::before{ - font-size: 15px; - content: "\f188"; -} -span.faicon.paragraph::before{ - font-size: 15px; - content: "\f1dd"; -} -span.faicon.replace::before{ - font-size: 15px; - content: "\f362"; -} -span.faicon.plus_square::before{ - font-size: 15px; - font-weight: 400; - content: "\f0fe"; -} -span.faicon.minus_square::before{ - font-size: 15px; - font-weight: 400; - content: "\f146"; -} -span.faicon.delete_circle::before{ - font-size: 14px; - content: "\f056"; -} -span.faicon.quick_view::before{ - font-size: 15px; - font-weight: 400; - content: "\f06e"; -} -span.faicon.edit_square::before{ - font-size: 15px; - content: "\f044"; -} -span.faicon.test::before{ - font-size: 15px; - content: "\f492"; -} -@mixin icon_if_add() { - font-size: 12px; - font-family: $font_family; - font-weight: 400; - &:before{ - background-color: $strong_blue; - font-weight: 500; - padding: 2px 4px; - color: white; - content: "IF"; - } - &:hover{ - &:before{ - background-color: $orange; - } - } -} -a.faicon.if_add{ - @include icon_if_add(); -} -span.faicon.if_add{ - @include icon_if_add(); -} -span.faicon.text_file::before{ - font-size: 24px; - font-weight: 400; - content: "\f15c"; -} -span.faicon.text_file_small { - height: 20px; - vertical-align: middle; - &:before{ - font-size: 18px; - font-weight: 400; - content: "\f15c"; - } -} -span.faicon.warning::before{ - font-size: 16px; - content: "\f071"; -} -span.faicon.users_small::before{ - font-size: 16px; - content: "\f0c0"; -} - -span.faicon.popup_0::before{ - font-size: 14px; - content: "\f065"; - color: $soft_blue; -} -span.faicon.popup_1::before{ - font-size: 14px; - content: "\f065"; - color: $strong_blue; -} -span.faicon.flat_0::before{ - font-size: 14px; - content: "\f03c"; - color: $strong_blue; -} -span.faicon.flat_1::before{ - font-size: 14px; - content: "\f03c"; - color: $soft_blue; -} -span.basic-icon.spss::before{ - content: "Σ"; - line-height: 26px; - - vertical-align: bottom; - font-size: 30px !important; - font-weight: bold; -} - -span.faicon.external_link::before{ - font-size: 14px; - font-weight: 600; - content: "\f35d"; -} -span.faicon.cog_large::before{ - font-size: 34px; - font-weight: 600; - content: "\f013"; -} -span.faicon.chart_large::before{ - font-size: 34px; - font-weight: 600; - content: "\f201"; -} -span.faicon.reload_large::before{ - font-size: 34px; - font-weight: 600; - content: "\f021"; -} - - -/* CALENDAR */ -span.faicon.calendar_icon::before, -button.ui-datepicker-trigger::before{ - font-family: $fontawesome; - font-weight: 400; - font-size: 16px; - content: "\f073"; -} - -/* ARROWS */ -span.faicon.arrow_up::before{ - font-size: 14px; - content: "\f062"; - color: $grey_super_dark; -} - -span.faicon.arrow2_r::before{ - font-size: 14px; - content: "\f054"; -} -span.faicon.arrow2_l::before{ - font-size: 14px; - content: "\f053"; -} -span.faicon.arrow2_d::before{ - font-size: 14px; - content: "\f078"; -} -span.faicon.arrow2_u::before{ - font-size: 14px; - content: "\f077"; -} - -span.faicon.arrow_large2_r::before{ - font-size: 35px; - content: "\f054"; -} -span.faicon.arrow_large2_l::before{ - font-size: 35px; - content: "\f053"; -} - -span.faicon.arrow_verylarge2_r::before{ - font-size: 40px; - content: "\f054"; -} -span.faicon.arrow_verylarge2_l::before{ - font-size: 40px; - content: "\f053"; -} - -span.faicon.sort_descending::before{ - font-size: 14px; - content: "\f0d7"; -} -span.faicon.sort_ascending::before{ - font-size: 14px; - content: "\f0d8"; -} - - -/* Plus/minus sqare */ -span.folder_plusminus { - text-indent: 0px !important; - font-style: normal !important; -} -span.faicon.plus_orange::before{ - font-size: 12px; - font-weight: 400; - content: "\f0fe"; -} -span.faicon.minus_orange::before{ - font-size: 12px; - font-weight: 400; - content: "\f146"; -} - - -/* Spinner */ -span.faicon.spinner::before{ - font-size: 18px; - content: "\f110"; -} - - -/* Bars - mobile menu */ -span.faicon.bars::before{ - font-size: 26px; - content: "\f0c9"; -} diff --git a/resources/sass/admin/library.scss b/resources/sass/admin/library.scss deleted file mode 100644 index 0eb9e4313..000000000 --- a/resources/sass/admin/library.scss +++ /dev/null @@ -1,181 +0,0 @@ -/* -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 : 03-Aug-2018, 12:12:02 - Author : podkrizniku -*/ - -.grupahover { - background-color: $orange_super_lighten !important; - border: 1px solid $orange; - border-radius: 3px 3px 3px 3px; - padding: 5px; -} -span.library_on { - a { - color: $red_error; - } -} -div { - .folder_container { - &:hover { - background-color: $soft_blue_very_lighten; - } - } - .folder_left { - float: left; - img.mapca { - cursor: move; - } - span.mapca { - cursor: move; - } - } -} -.folder { - strong { - &:hover { - background-color: $grey_very_light; - } - } -} -#anketa_knjiznica { - min-height: 500px; - background-color: white; - - ul { - list-style: none; - margin: 0; - padding-left: 18px; - } - li { - .anketa { - margin: 0; - padding-left: 0; - } - margin-bottom: 5px; - } - .new_folder { - visibility: hidden; - } - .delete_folder { - visibility: hidden; - } - .sprites.mapa { - margin-bottom: 3px; - } - - span.folderdrop { - &:hover { - .new_folder { - visibility: visible; - } - .delete_folder { - visibility: visible; - } - } - span{ - vertical-align: middle; - } - } - .folder_container { - display: block; - height: 20px; - overflow: hidden; - padding: 2px 3px; - display: block; - min-height: 16px; - overflow: hidden; - padding: 2px 3px; - } - div { - .folder_right { - width: auto; - float: right; - text-align: left; - - a{ - padding-left: 15px; - } - - .faicon{ - vertical-align: -2px; - } - .faicon.library::before { - font-size: 18px; - } - } - } - div.folder_left { - width: 80%; - float: none; - max-width: 400px; - width: auto; - } - #library { - div.folder_left { - width: 400px; - } - } - div.folder_left.indent { - display: block; - height: 22px; - overflow: hidden; - position: relative; - } - .folder { - strong { - &:hover { - background-color: $soft_blue_very_lighten; - cursor: pointer; - } - } - } - - #libraryInner { - bottom: 0; - overflow: auto; - - #searchLibrarySurveys{ - clear: both; - display: block; - float: left; - margin: 0px 0 10px 0; - padding: 0 10px 10px 0px; - - input[type="text"] { - width: 200px; - padding: 4px 0 4px 7px; - font-size: 12px; - border: 1px solid $soft_blue; - } - - .buttonwrapper { - margin: -2px 0 0 2px; - padding: 1px 3px; - } - } - } -} -#copy_library_alert { - padding: 5px; - border: 1px solid $red_error; - background: white; -} -div.anketa_vprasanja { - display: none; - padding-left: 33px; - span.new_spr { - display: block; - overflow: hidden; - height: 22px; - } - span { - &:hover { - background-color: white; - } - } -} \ No newline at end of file diff --git a/resources/sass/admin/mobile/basic.scss b/resources/sass/admin/mobile/basic.scss deleted file mode 100644 index e8e480a3b..000000000 --- a/resources/sass/admin/mobile/basic.scss +++ /dev/null @@ -1,49 +0,0 @@ -#main{ - margin-top: 70px; - padding-bottom: 30px; - /*overflow-x: scroll;*/ - - #anketa_edit{ - box-sizing: border-box !important; - padding: 15px !important; - } - - #placeholder{ - width: auto; - } -} - -fieldset { - width: 100% !important; - - box-sizing: border-box !important; - margin-left: 0 !important; - margin-right: 0 !important; - - .nastavitveSpan1, - .nastavitveSpan2, - .nastavitveSpan3, - .nastavitveSpan4, - .nastavitveSpan5, - .nastavitveSpan6{ - width: auto !important; - display: block !important; - float: none !important; - - text-align: left !important; - padding: 15px 0 5px 0 !important; - } - - select, - .select2-container, - input[type="text"], - textarea{ - width: 100% !important; - box-sizing: border-box; - } - - .setting{ - height: auto !important; - } -} - diff --git a/resources/sass/admin/mobile/footer.scss b/resources/sass/admin/mobile/footer.scss deleted file mode 100644 index f8df9da45..000000000 --- a/resources/sass/admin/mobile/footer.scss +++ /dev/null @@ -1,10 +0,0 @@ -#srv_footer{ - display: flex; - flex-direction: column; - - margin-top: 0; - - .footer_left{ - margin-bottom: 10px; - } -} diff --git a/resources/sass/admin/mobile/header.scss b/resources/sass/admin/mobile/header.scss deleted file mode 100644 index 8fca82054..000000000 --- a/resources/sass/admin/mobile/header.scss +++ /dev/null @@ -1,259 +0,0 @@ -.desktop_header{ - display: none; -} - -.mobile_header{ - position: fixed; - z-index: 9990; - - display: flex; - align-items: center; - - width: 100vw; - height: 70px; - - border-bottom: 1px solid $grey_super_light; - - // Znotraj ankete - &.survey_edit{ - color: white; - background-color: $strong_blue; - } - - // Seznam anket - &.survey_list{ - color: $strong_blue; - background-color: white; - } - - - .mobile_menu_icon{ - width: 60px; - text-align: center; - - &.mobile_menu_close{ - display: none; - - span{ - font-size: 30px; - font-weight: 600; - line-height: 25px; - } - } - - span{ - cursor: pointer; - } - } - - .mobile_survey_title{ - width: calc(100% - 120px); - - text-align: center; - font-size: 14px; - font-weight: 500; - } - .mobile_logo{ - width: calc(100% - 120px); - - #enka_logo{ - margin: 0 auto; - } - } -} - - - -/* Mobile meni */ -.mobile_menu{ - position: fixed; - z-index: 9995; - - display: flex; - flex-direction: column; - - top: 71px; - bottom: 0; - width: 85vw; - - color: $main_text; - - background-color: #ffffff; - - overflow: hidden; - -webkit-overflow-scrolling: touch; - overflow-y: auto; - pointer-events: none; - transform: translateX(-100%); - - &:not(.no-transition), - .submenu:not(.no-transition){ - transition: all 250ms; - } - - &.opened{ - pointer-events: auto; - transform: translateX(0px); - } - - &.submenu-opened{ - overflow: hidden; - } - - ul { - list-style-type: none; - padding: 0; - padding-left: 0px; - margin: 0; - - -webkit-overflow-scrolling: touch; - - > li { - display: block; - - > a { - position: relative; - display: block; - - padding: 18px 20px; - - font-size: 14px; - font-weight: 500; - text-decoration: none; - - transition: all 150ms; - - &:hover { - background-color: $soft_blue; - border-radius: 3px; - } - - .arrow_back{ - display: block; - position: absolute; - right: 20px; - top: 18px; - - transform: rotate(180deg); - } - } - - &:not(:last-child) > a { - border-bottom: 1px solid $grey_super_light; - } - } - } - - .submenu{ - overflow: hidden; - -webkit-overflow-scrolling: touch; - overflow-y: auto; - pointer-events: none; - z-index: 9998; - - position: fixed; - bottom: 0; - top: 0; - left: 100%; - - width:100%; - min-height: 100%; - - background-color: #ffffff; - - &.opened{ - left:0; - pointer-events:auto; - } - &.opened:not(.current){ - overflow:hidden; - } - } - - .submenu-header { - cursor: pointer; - position: relative; - display: flex; - - border-bottom: solid 1px $grey_super_light; - - > a { - display: block; - font-size: 14px; - font-weight: 500; - padding: 18px 20px; - padding-left: 20px; - text-decoration: none; - } - - > label { - display: block; - width: calc(100% - 110px); - - margin-bottom: 8px; - margin-top: 20px; - padding-left: 0px; - - font-size: 15px; - font-weight: 500; - text-align: center; - - opacity: .5; - } - } - - .mobile_menu_user{ - - li.has-submenu{ - - .arrow_back{ - line-height: 30px; - } - - a{ - font-size: 13px; - color: $main_text; - - .email{ - font-size: 12px; - } - } - } - - .submenu_user_content{ - display: flex; - flex-direction: column; - - padding: 20px; - - > div{ - padding: 5px 0 10px 0; - font-size: 14px; - font-weight: 500; - - .faicon{ - padding-right: 10px; - vertical-align: -1px; - } - } - } - } - - .mobile_menu_actions{ - display: flex; - flex-direction: column; - - padding: 20px; - - a{ - padding: 0 0 15px 0; - - font-size: 13px; - - .faicon::before{ - padding-right: 10px; - font-size: 20px; - } - } - } -} diff --git a/resources/sass/admin/mobile/mobile.scss b/resources/sass/admin/mobile/mobile.scss deleted file mode 100644 index 0e636fc1a..000000000 --- a/resources/sass/admin/mobile/mobile.scss +++ /dev/null @@ -1,30 +0,0 @@ - -$breakpoint-tablet: 1100px; -$breakpoint-mobile: 600px; - - -// Samo responsive fixi za malo ozje ekrane, tablice -@media (max-width: $breakpoint-tablet) { - @import "responsive_fixes"; -} - -// Mobile popravki -@media (max-width: $breakpoint-mobile) { - - // Osnova - @import "basic"; - @import "header"; - @import "footer"; - - // Posamezne strani - @import "pages/my_surveys"; - @import "pages/new_survey"; - @import "pages/status"; - @import "pages/branching"; - @import "pages/survey_settings"; - @import "pages/testing"; - @import "pages/publish"; - @import "pages/data"; - @import "pages/analysis"; -} - diff --git a/resources/sass/admin/mobile/pages/analysis.scss b/resources/sass/admin/mobile/pages/analysis.scss deleted file mode 100644 index 785e2065d..000000000 --- a/resources/sass/admin/mobile/pages/analysis.scss +++ /dev/null @@ -1,61 +0,0 @@ - -// Tabele -.analysis_bottom_settings a:first-child{ - display: block; - margin: 0 0 20px 0 !important; -} - - - -// Grafi -.chart_holder{ - width: 100%; - box-sizing: border-box; - - .chart_img{ - min-height: auto; - float: none; - - pointer-events: none; - - img { - width: 100%; - } - } - - .chart_settings{ - display: none; - } - - .chart_bottom_settings{ - - &:first-child{ - display: block; - clear: both; - } - } -} - - - -// Porocila -table.analysis_reports{ - border-spacing: 0px; - - > tbody > tr, - > tbody > tr > td{ - display: flex; - flex-direction: column; - - width: 100%; - box-sizing: border-box; - } - - > tbody > tr > td{ - margin: 10px 0; - } - - fieldset{ - margin-bottom: 0 !important; - } -} \ No newline at end of file diff --git a/resources/sass/admin/mobile/pages/branching.scss b/resources/sass/admin/mobile/pages/branching.scss deleted file mode 100644 index 4f84e19d7..000000000 --- a/resources/sass/admin/mobile/pages/branching.scss +++ /dev/null @@ -1,266 +0,0 @@ - -.page_branching #placeholder, -.page_ #placeholder{ - margin-left: 0; -} - -.locked .add-variable-mobile, -.spremenljivka_content:hover .add-variable { - display: none !important; -} - -#branching{ - width: 100%; - - li{ - margin: 0 10px 0 10px !important; - } - - .spr_edit{ - display: none !important; - } - - .content_div_normalmode{ - padding-bottom: 40px; - } - .add-variable-mobile { - display: block; - position: absolute; - left: 59px; - bottom: 20px; - } - - .empty_vrivanje { - padding: 30px 0 !important; - margin: 20px 10px 20px 10px !important; - - .empty_vrivanje_title{ - display: none; - - margin: 0 20px; - font-size: 14px; - } - .empty_vrivanje_subtitle{ - display: none; - - margin: 15px 20px 0 15px; - font-size: 13px; - } - - .mobile_add_question{ - position: relative; - bottom: auto; - } - } - - #bottom_icons_holder{ - display: flex; - flex-direction: column; - - .forma_bottom{ - display: flex; - flex-direction: column; - align-items: left; - - width: 100%; - height: auto; - padding: 30px 10px 20px 20px; - - .forma_bottom_inner{ - display: flex; - flex-direction: row; - - padding: 0 0 10px 0; - margin: 0; - - a{ - margin: 0 11px 0 2px; - padding: 0; - } - } - } - - } -} - - -// Toolbox na levi -#toolbox_advanced_settings{ - display: none !important; - top: 150px; -} -#toolbox_basic{ - display: none !important; - top: 187px; -} - -// Knjiznice ni nikoli -#toolbox_library{ - display: none !important; -} - - -// Mobile gumb za dodajanje vprašanja na konec -.mobile_add_question{ - display: block; - position: fixed; - bottom: 25px; - left: calc(50% - 95px); - - width: 190px; - - a{ - display: flex !important; - justify-content: center; - padding: 10px 20px 10px !important; - - font-size: 14px; - font-weight: 500; - } - - .plus{ - margin-right: 8px; - - font-size: 28px; - line-height: 15px; - font-weight: 600; - } -} - -// Mobile popup za dodajanje vprasanja -.mobile_add_question_popup{ - z-index: 9999; - position: fixed; - top: 0; - left: 0; - - width: 100%; - height: 100%; - - box-sizing: border-box; - padding: 40px 20px 20px 20px; - - background: white; - - .mobile_add_question_item{ - cursor: pointer; - position: relative; - - box-sizing: border-box; - width: 300px; - height: 45px; - - margin: 15px auto 5px auto; - - font-size: 16px; - font-weight: 500; - text-align: center; - - background-color: $soft_blue_very_lighten; - border: 1px $soft_blue_lighten solid; - - &:hover{ - background-color: $soft_blue_lighten; - border: 1px $soft_blue solid; - } - - span.faicon{ - position: absolute; - left: 20px; - line-height: 42px; - - &.matrix_32{ - line-height: 10px; - margin-top: 9px; - } - } - span.item_text{ - line-height: 42px; - } - } - - .mobile_add_question_button{ - position: absolute; - bottom: 25px; - left: calc(50% - 95px); - - box-sizing: border-box; - width: 190px; - - text-align: center; - - a{ - padding: 10px 20px 10px !important; - - font-size: 14px; - font-weight: 500; - } - } -} - - - -// Urejanje vprasanja popup -#vprasanje_float_editing{ - position: fixed; - z-index: 99999; - - width: 100%; - height: 100%; - max-height: 100%; - overflow-y: auto; - overflow-x: hidden; - - margin: 0 !important; - top: 0; - right: 0; - left: 0; - - box-shadow: 0px 0px 100px 100px #333; - - #vprasanje_edit{ - top: 0; - margin-bottom: 55px; - } - - #vprasanje_tabs{ - position: absolute; - top: 42px; - - a.tab_link{ - height: auto; - padding: 10px 9px; - } - } - - .tab{ - padding-top: 100px; - - h2{ - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 42px; - - box-sizing: border-box; - padding: 10px; - margin: 0; - } - } - - #vprasanje_buttons{ - display: flex; - justify-content: space-evenly; - position: relative; - - bottom: 30px; - padding: 0 15px; - - span{ - width: 40%; - margin-left: 0 !important; - text-align: center; - } - } -} \ No newline at end of file diff --git a/resources/sass/admin/mobile/pages/data.scss b/resources/sass/admin/mobile/pages/data.scss deleted file mode 100644 index 9d38a020c..000000000 --- a/resources/sass/admin/mobile/pages/data.scss +++ /dev/null @@ -1,99 +0,0 @@ - -.page_data{ - - #vnosi_paginacija{ - display: flex; - flex-direction: column; - float: none; - - > div{ - margin: 5px 0; - } - - label{ - margin: 0; - padding: 0; - } - } - - #data_search_filter{ - display: flex; - width: 100%; - box-sizing: border-box; - - input{ - box-sizing: border-box; - margin-left: 10px; - width: 100%; - } - } - - .dataSettingsBasic{ - width: 100%; - box-sizing: border-box; - - margin: 0; - } - - #toggleDataCheckboxes{ - display: none; - } - - - #div_vnosi_data{ - - #dataTableScroller { - display: none; - } - - #tableContainer{ - overflow-y: hidden; - padding-bottom: 20px; - } - } - - #bottom_data_legend{ - display: block; - float: none; - - width: 100%; - box-sizing: border-box; - - margin: 5px 0 10px 0; - } -} - - - -// Ostale podstrani -.subpage_append, -.subpage_merge, -.subpage_calculation, -.subpage_coding_auto, -.subpage_recoding, -.subpage_coding, -.page_export{ - flex-direction: column !important; - - .anketa_edit_left, - .anketa_edit_main{ - width: 100% !important; - box-sizing: border-box; - - margin: 20px 0 !important; - } - - .anketa_edit_left{ - margin: 0 !important; - } - - textarea{ - width: 100% !important; - } - - #inv_upload_recipients_nosbmt + span{ - display: block; - clear: both; - margin: 40px 0 0 0 !important; - } -} diff --git a/resources/sass/admin/mobile/pages/my_surveys.scss b/resources/sass/admin/mobile/pages/my_surveys.scss deleted file mode 100644 index 25e949a79..000000000 --- a/resources/sass/admin/mobile/pages/my_surveys.scss +++ /dev/null @@ -1,103 +0,0 @@ - -#main #moje_ankete_edit{ - padding: 20px !important; - - #anketa_edit{ - padding: 0 !important; - } - - #survey_list{ - display: flex; - flex-direction: column; - - > div{ - margin: 15px 0 20px 0; - } - - #anketa_new_float{ - display: flex; - justify-content: left; - } - - #pagination{ - margin-left: auto; - margin-right: auto; - - transform: none; - - display: none; - - &.bottom{ - display: block; - } - } - - #sortButton, - #filterButton, - #folderSwitch{ - display: none; - } - - #searchMySurveys{ - padding: 0; - - form{ - display: flex; - justify-content: center; - - input[type="text"]{ - width: 100%; - padding: 5px 0 5px 7px; - } - } - } - - .div_sl_new { - padding: 20px 0; - } - - // Tabela z mojimi anketami - table#surveyList_new{ - - td{ - display: none; - - &:nth-child(3), - &:nth-child(6){ - display: table-cell; - } - } - } - } - - - // Knjiznica - &.page_knjiznica{ - - .folder_left{ - line-height: 20px; - } - - .folder_right .library_item_setting_text{ - display: none; - } - - ul li.anketa{ - margin: 5px 0; - } - } - - - // Nastavitve - fieldset{ - - div.data { - margin-top: 10px; - } - - div.setting{ - margin-bottom: 10px; - } - } -} - diff --git a/resources/sass/admin/mobile/pages/new_survey.scss b/resources/sass/admin/mobile/pages/new_survey.scss deleted file mode 100644 index 6e459b5b0..000000000 --- a/resources/sass/admin/mobile/pages/new_survey.scss +++ /dev/null @@ -1,89 +0,0 @@ - -#new_anketa_div{ - display: flex; - flex-direction: column; - - min-height: auto; - width: 100%; - - - #left_menu, - #right_content{ - width: 100%; - position: relative; - } - - #right_content{ - box-sizing: border-box; - - margin: 20px 0 0 0; - padding: 0; - - .setting{ - width: 100% !important; - margin: 0 !important; - padding: 0 !important; - } - - .survey_title_text_holder{ - flex-direction: column !important; - } - - select{ - width: 100% !important; - margin: 0; - } - input{ - width: 100% !important; - box-sizing: border-box; - } - - .survey_type_holder{ - flex-direction: column !important; - - label{ - margin-bottom: 15px; - - > div{ - box-sizing: border-box; - padding: 10px !important; - } - } - } - - .fieldset{ - line-height: 24px; - - input[type="file"]{ - margin-top: 20px; - } - } - } - - #input_field_holder, - #preview_field_holder{ - width: 100% !important; - float: none; - - box-sizing: border-box; - margin: 0 !important; - padding: 10px 0 !important; - } - .from_text_instructions{ - line-height: 20px !important; - } - - .fieldset.noSurvey_template{ - display: flex; - flex-direction: column; - - .template{ - align-self: center; - width: auto !important; - - .template_preview { - margin-right: 10px !important; - } - } - } -} diff --git a/resources/sass/admin/mobile/pages/publish.scss b/resources/sass/admin/mobile/pages/publish.scss deleted file mode 100644 index 0d1de2835..000000000 --- a/resources/sass/admin/mobile/pages/publish.scss +++ /dev/null @@ -1,175 +0,0 @@ - -#vabila > table, -table.invitations_settings, -#inv_msg_preview table, -#inv_send_mail table{ - border-spacing: 0px; - width: 100%; - - tbody{ - display: flex; - flex-direction: column; - width: 100% !important; - } - - > tbody > tr, - > tbody > tr > td{ - display: flex; - flex-direction: column; - - width: 100% !important; - box-sizing: border-box; - } - - > tbody > tr > td{ - height: auto !important; - margin: 0; - padding: 0 !important; - - > br{ - display: none; - } - - > div, - > fieldset{ - margin: 15px 0; - } - } - - colgroup, - colgroup col{ - width: 100% !important; - } - - p label{ - width: 100%; - - input[type="text"], - input[type="number"], - input[type="password"]{ - width: 100% !important; - box-sizing: border-box; - } - } -} - -#surveyInvitationSetting, -#surveyInvitationSettingServer{ - min-width: 100% !important; - width: 100% !important; - - margin: 10px 0 !important; - box-sizing: border-box !important; -} - -// Navigacija v vabilih -#inv_top_navi{ - display: flex; - flex-direction: column; - - width: 100%; - padding: 0; - margin: 0; - - .inv_space{ - display: none; - } - - > #inv_step_nav{ - width: 100%; - - padding: 0; - margin: 0 0 15px 0; - - .inv_step{ - height: auto; - padding: 0; - margin: 0; - } - span.label{ - padding: 0; - } - } - - > #inv_step_nav.yellow{ - display: flex; - justify-content: space-between; - - - .inv_step{ - - span.circle{ - width: 18px; - height: 18px; - line-height: 18px; - } - - span.label{ - padding: 0 0 0 3px; - } - } - - .inv_step_space{ - display: none; - } - } -} - - -// VABILA podstrani -#inv_recipients_profiles_holder, -#inv_import_list_container, -#inv_messages_profiles_holder, -#inv_msg_preview_hld, -#invitation_profile_notes, -#inv_select_mail_to, -#inv_select_mail_preview{ - width: 100%; - box-sizing: border-box; - - margin: 15px 0 !important; - - textarea{ - width: 100%; - } -} - -#inv_msg_preview table{ - - th{ - height: auto !important; - width: 100% !important; - margin: 0; - padding: 20px 0 0 0 !important; - - text-align: left; - } - - input{ - width: 100%; - box-sizing: border-box; - } -} - -.addthis_toolbox{ - line-height: 24px; - - .at-icon-wrapper{ - height: 24px !important; - width: 24px !important; - - svg{ - height: 24px !important; - width: 24px !important; - } - } - - .addthis_separator{ - font-size: 16px; - } -} - - -#inv_field_container ul li { - width: 45%; -} diff --git a/resources/sass/admin/mobile/pages/status.scss b/resources/sass/admin/mobile/pages/status.scss deleted file mode 100644 index 814032937..000000000 --- a/resources/sass/admin/mobile/pages/status.scss +++ /dev/null @@ -1,16 +0,0 @@ -table.dashboard{ - border-spacing: 0px; - - > tbody > tr, - > tbody > tr > td{ - display: flex; - flex-direction: column; - - width: 100%; - box-sizing: border-box; - } - - > tbody > tr > td{ - margin: 15px 0; - } -} diff --git a/resources/sass/admin/mobile/pages/survey_settings.scss b/resources/sass/admin/mobile/pages/survey_settings.scss deleted file mode 100644 index d739bbcb5..000000000 --- a/resources/sass/admin/mobile/pages/survey_settings.scss +++ /dev/null @@ -1,104 +0,0 @@ - -#main #anketa #globalSetingsList { - max-width: 100% !important; - width: 100% !important; - - fieldset{ - width: 100% !important; - } -} - - -/* NASTAVITVE in ARHIVI */ -#main #anketa #anketa_edit.page_nastavitve, -#main #anketa #anketa_edit.page_osn_pod, -#main #anketa #anketa_edit.page_mobile_settings, -#main #anketa #anketa_edit.page_jezik, -#main #anketa #anketa_edit.page_dostop, -#main #anketa #anketa_edit.page_piskot, -#main #anketa #anketa_edit.page_alert, -#main #anketa #anketa_edit.page_trajanje, -#main #anketa #anketa_edit.page_skupine, -#main #anketa #anketa_edit.page_urejanje, -#main #anketa #anketa_edit.page_prikaz, -#main #anketa #anketa_edit.page_metadata, -#main #anketa #anketa_edit.page_missing, -#main #anketa #anketa_edit.page_export_settings, -#main #anketa #anketa_edit.page_gdpr_settings, -#main #anketa #anketa_edit.page_uporabnost, -#main #anketa #anketa_edit.page_kviz, -#main #anketa #anketa_edit.page_voting, -#main #anketa #anketa_edit.page_social_network, -#main #anketa #anketa_edit.page_slideshow, -#main #anketa #anketa_edit.page_telephone, -#main #anketa #anketa_edit.page_chat, -#main #anketa #anketa_edit.page_panel, -#main #anketa #anketa_edit.page_advanced_paradata, -#main #anketa #anketa_edit.page_json_survey_export, -#main #anketa #anketa_edit.page_fieldwork{ - flex-direction: column-reverse; - - > div{ - width: 100%; - margin: 20px 0; - } -} - - -/* OBLIKA */ -#main #anketa #anketa_edit.page_tema{ - - #div_theme_group_holder{ - width: 100%; - - #div_theme_group div.theme_label{ - width: 100%; - box-sizing: border-box; - margin-left: 0; - margin-right: 0; - - img{ - width: 100%; - height: auto; - } - } - } -} - -#theme-editor{ - width: 100% !important; - float: none !important; -} - -#theme-preview{ - width: 100% !important; - float: none !important; - - margin-top: 80px !important; -} - - - -/* ARHIVI */ -#main #anketa #anketa_edit.page_arhivi{ - flex-direction: column-reverse; - - > div{ - width: 100% !important; - margin: 20px 0; - } - - #div_archive_content fieldset { - width: 100% !important; - - box-sizing: border-box !important; - margin-left: 0 !important; - margin-right: 0 !important; - - input{ - width: 100% !important; - } - } -} - - diff --git a/resources/sass/admin/mobile/pages/testing.scss b/resources/sass/admin/mobile/pages/testing.scss deleted file mode 100644 index 1497a234c..000000000 --- a/resources/sass/admin/mobile/pages/testing.scss +++ /dev/null @@ -1,47 +0,0 @@ - -#srv_diagnostic{ - - br{ - display: none; - } - - #srv_diagnostic_results, - #srv_diagnostic_results_right{ - clear: both; - display: block !important; - width: 100% !important; - - box-sizing: border-box; - margin: 20px 0 !important; - - table{ - width: 100%; - min-width: 100%; - - td + td { - width: auto !important; - } - } - } -} - - -.subpage_testnipodatki{ - line-height: 20px; - - form{ - - input[type="submit"]{ - margin: 10px 0 10px 15px; - padding: 3px; - } - - label{ - padding-top: 20px; - - input{ - vertical-align: bottom; - } - } - } -} diff --git a/resources/sass/admin/mobile/responsive_fixes.scss b/resources/sass/admin/mobile/responsive_fixes.scss deleted file mode 100644 index 8b1378917..000000000 --- a/resources/sass/admin/mobile/responsive_fixes.scss +++ /dev/null @@ -1 +0,0 @@ - diff --git a/resources/sass/admin/payments.scss b/resources/sass/admin/payments.scss deleted file mode 100644 index cbafe328d..000000000 --- a/resources/sass/admin/payments.scss +++ /dev/null @@ -1,349 +0,0 @@ -/* - Created on : 30-Jan-2020 - Author : Peter Hrvatin -*/ - - -/* Okno za obvestilo, da je funkcionalnost onemogocena in je potrebno kupiti paket */ -.user_access_warning{ - align-self: flex-start; - float: left; - - padding: 10px 20px 20px 20px; - margin: 10px 0; - - background: none repeat scroll 0 0 $soft_blue_very_lighten; - border: 1px solid $strong_blue; - - background-color: $violet_lighter; - border: 1px solid $violet; - - p{ - font-size: 13px; - font-weight: 500; - } - - div.buttonwrapper a { - background-color: $violet; - border: 1px $violet solid; - - &:hover{ - background-color: $violet_light; - } - } -} - -/* Text za obvestilo, da je funkcionalnost onemogocena in je potrebno kupiti paket */ -p.user_access_warning_text{ - padding: 10px; - margin: 0; - - color: $violet; - font-style: italic; -} - - -// Gumb na vrhu za upgrade paketa -#topLine2 .upgrade_package{ - display: inline-block; - margin-left: 30px; - vertical-align: 4px; - - div.buttonwrapper a { - background-color: $violet; - border: 1px $violet solid; - - &:hover{ - background-color: $violet_light; - border: 1px $violet_light solid; - } - } -} -#enka_nav .upgrade_package{ - display: inline-block; - margin: 0 30px 0 0; - vertical-align: middle; - - div.buttonwrapper a { - background-color: $violet; - border: 1px $violet solid; - - &:hover{ - background-color: $violet_light; - border: 1px $violet_light solid; - } - } -} - - -// Levi toolbox (ifi, tipi vprasanj...) -#toolbox_basic > p.user_access_locked{ - opacity: 0.8; - background-color: $violet; - - &:hover{ - background-color: darken($violet, 5%); - } -} -#toolbox_add_advanced .user_access_locked{ - color: $violet; -} - - -// Izvozi -#secondNavigation_links #hover_export a.user_access_locked, -.analysis_bottom_settings a.user_access_locked{ - color: $violet; - - &:hover{ - color: $violet_light; - - span.faicon{ - color: $violet_light !important; - } - } - - span.faicon{ - color: $violet !important; - } -} - - -// Splosne ikone -span.faicon.user_access_locked, -a.faicon.user_access_locked, -a.user_access_locked, -a.user_access_locked span, -span.faicon.user_access_locked::before, -label.user_access_locked, -#branching li.spr_editing div.spr_edit a.faicon.user_access_locked{ - color: $violet !important; - - &:hover{ - color: $violet_light !important; - } -} - - -// Inline ifi ikone -.variabla span.inline.faicon.user_access_locked::before { - color: lighten($violet, 35%) !important; -} -.variabla span.inline.faicon.user_access_locked:hover::before{ - color: $violet !important; -} - - -// Filtri pri analizi, podatkih... -#analiza_right_options.user_access_locked #div_analiza_filtri_right{ - - ul li span{ - color: $violet !important; - - &:hover{ - color: $violet_light !important; - } - } -} - - -// Vklop map v mojih anketah -#folderSwitch.user_access_locked{ - color: $violet; - - border: 1px $violet solid; - - &:hover{ - background-color: lighten($violet, 48%); - } -} - - -// Narocila - popup -.user_narocila_popup{ - z-index: 99; - display: none; - - width: 500px; - - .edit_narocilo_content{ - display: flex; - flex-direction: column; - - .form_holder{ - padding-bottom: 30px; - line-height: 24px; - } - - .edit_narocilo_segment{ - display: flex; - flex-direction: column; - - margin-bottom: 20px; - padding: 10px; - - background-color: $soft_blue_very_lighten; - border: 1px solid $soft_blue; - - .edit_narocilo_line{ - .nastavitveSpan5{ - width: 30%; - } - } - } - - .buttons_holder{ - width: 100%; - } - } -} - - -#narocila { - .data{ - margin-top: 6px; - font-size: 13px; - - span.setting_title { - float: left; - width: 150px; - padding-right: 10px; - - text-align: right; - } - } - - a.ovalbutton{ - line-height: 18px; - } - - // Narocila - tabele - .narocila_filters{ - margin-bottom: 15px; - - label{ - margin-right: 10px; - } - } - - table.dataTable.user_narocila_admin{ - padding: 20px 0; - - @media screen and (max-width: 700px) { - tr{ - &.red_bg{ - /*background-color: #eecccc;*/ - } - &.green_bg{ - background-color: #ddeedd; - } - &.black_bg{ - background-color: #eeeeee; - } - } - } - - td:nth-child(1), - td:nth-child(n+4){ - text-align: center; - } - } - - table.user_narocila { - max-width: 1200px; - padding: 0px; - margin: 20px 0 5px 10px; - - font-size: 13px; - color: #404040; - - border-collapse: collapse; - - tr { - th { - padding: 5px 10px; - min-width: 80px; - border: 1px solid $grey_very_light; - text-align: center; - font-weight: 600; - background-color: $soft_blue; - } - - td { - padding: 5px 10px; - min-width: 80px; - border: 1px solid $grey_very_light; - background-color: $soft_blue_very_lighten; - text-align: center; - } - } - } -} - -#placila { - - // Placila - tabela - table.user_placila_admin { - padding: 20px 0; - - td{ - text-align: center; - } - } - - .buttons_holder{ - height: 30px; - margin-top: 20px; - } - - a.ovalbutton{ - line-height: 18px; - } -} - -// Placila - popup -.user_placila_popup{ - z-index: 99; - display: none; - - width: 500px; - - .edit_placilo_content{ - display: flex; - flex-direction: column; - - .form_holder{ - padding-bottom: 30px; - line-height: 24px; - } - - .edit_placilo_segment{ - display: flex; - flex-direction: column; - - margin-bottom: 20px; - padding: 10px; - - background-color: $soft_blue_very_lighten; - border: 1px solid $soft_blue; - - .edit_placilo_line{ - .nastavitveSpan5{ - width: 20%; - } - } - - textarea{ - width: 70%; - } - input{ - width: 180px; - } - } - - .buttons_holder{ - width: 100%; - margin-top: 0px; - } - } -} diff --git a/resources/sass/admin/publish/invitations.scss b/resources/sass/admin/publish/invitations.scss deleted file mode 100644 index f09d3c9a2..000000000 --- a/resources/sass/admin/publish/invitations.scss +++ /dev/null @@ -1,1134 +0,0 @@ -/* -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 : 08-Aug-2018, 12:25:26 - Author : podkrizniku -*/ - -.lbl_email_setting { - vertical-align: top; - line-height: 16px; - display: inline-block; - - #usercode_skip_0{ - margin: 5px 0 0 2px; - } -} -#srv_invitation_note { - display: inline-block; - padding: 3px 5px; - width: auto; - margin-left: 10px; - margin-bottom: 5px; -} - - -$color_3: #33a363; -$color_9: #043C6B; -$color_11: #CC0000; -$color_12: green; -$color_14: #8A9FBF; -$color_16: blue; -$color_17: red; -$font_family_1: Tahoma, sans-serif; -$background_color_1: #F2F2F2; -$background_color_2: #FEF8E0; -$background_color_3: #FFFEF1; -$background_color_4: #FFFCFA; -$background_color_5: #FFE6D6; -$background_color_6: #C4EDE4; -$background_color_7: #C9D472; -$background_color_8: #ECF2B8; -$background_color_10: #EFF2F7; -$background_color_12: #E8FFC7; -$background_color_13: lightyellow; -$background_color_14: #CC0000; -$background_color_15: #E68267; -$background_color_17: #FA4913; -$background_color_18: #FAFFF0; -$background_color_19: #eff2f7; -$background_color_25: #fafdfd; -$background_color_26: #ffe6d6; - -.ank_edit_inv { - H2 { - margin: 8px 0px 10px 0px; - padding: 0px; - font-size: 14px; - font-weight: 500; - strong { - color: black; - } - } -} -#inv_send_mail { - label { - vertical-align: text-bottom; - input { - vertical-align: top; - } - } - width: 100%; - display: block; - table { - vertical-align: top; - td { - vertical-align: top; - } - } -} -#inv_recipient_edit { - @include popup_general(); - - /*span.h2 { - float: left; - display: inline-block; - padding: 5px 0 10px 0; - font-size: 14px; - font-weight: 600; - color: $strong_blue; - }*/ - - height: auto; - - div#inv_error_note { - color: $orange_darken; - max-width: 330px; - overflow: visible; - } -} -#inv_msg_preview_hld { - span.h2 { - font-size: 14px; - font-weight: 500; - } - padding: 10px 10px 15px; - margin-left: 10px; - min-height: 365px; - width: 650px; - background: $soft_blue_very_lighten; - border: 1px solid $soft_blue; - table { - tr { - th { - width: 100px; - padding: 4px 2px; - } - td { - padding: 4px 2px; - } - } - } -} -@mixin recepient_list(){ - padding: 0px; - margin: 0px; - - border-spacing: 0px; - border-collapse: collapse; - table-layout: auto; - - th { - color: $grey_super_dark; - padding: 2px 5px; - padding-left: 7px; - font-size: 12px; - font-weight: normal; - height: 27px; - vertical-align: middle; - background-color: $grey_super_light; - border-top: 1px solid $grey_super_light; - border-bottom: 1px solid $grey_super_light; - width: auto; - min-width: 100px; - max-width: 128px; - overflow: hidden; - text-align: left; - } - td { - padding: 5px; - padding-left: 7px; - font-size: 11px; - vertical-align: middle; - border-bottom: 1px solid $grey_super_light; - } - tr { - &:nth-child(odd) { - background-color: $soft_blue_very_lighten; - } - &:nth-child(even) { - background-color: white; - } - } -} -#tbl_recipients_list { - @include recepient_list(); - clear: both; -} -#tbl_archive_list { - @include recepient_list(); -} -#tbl_recipients_send_list { - @include recepient_list(); - clear: both; - border: 1px solid $soft_blue; - th { - background-color: $soft_blue_lighten; - padding-left: 1px; - padding-right: 15px; - border-top: 1px solid $soft_blue; - border-bottom: 1px solid $soft_blue; - } - td { - padding: 2px 1px; - padding-left: 1px; - padding-right: 15px; - border-bottom: 1px solid $soft_blue; - } -} -#tbl_recipients_source_list { - @include recepient_list(); - clear: both; - td { - padding: 2px 1px; - padding-left: 2px; - } -} -.tbl_icon { - min-width: 20px !important; - max-width: 25px !important; - width: 20px !important; -} -.tbl_icon_sent { - min-width: 22px !important; - text-align: center !important; -} -.tbl_icon_responded { - min-width: 22px !important; - text-align: center !important; -} -.tbl_icon_unsubscribed { - min-width: 22px !important; - text-align: center !important; -} -.tbl_inv_left { - text-align: left !important; -} -.tbl_inv_center { - text-align: center !important; -} -.inv_note { - display: inline-block; - text-align: justify; - color: $grey_super_dark; - font-size: 11px; - max-width: 630px; - padding: 2px 10px; - margin-bottom: 10px; -} -@mixin inv_button_field_container(){ - display: block !important; - margin: 0px !important; - padding: 0px !important; - clear: both; - - font-size: 11px; - - -moz-user-select: none; - -webkit-user-select: none; - user-select: none; - -ms-user-select: none; - - ul { - display: flex !important; - flex-wrap: wrap; - //width: ; - - margin: 0px !important; - padding: 0px !important; - clear: both; - - list-style-type: none; - font-size: 11px; - - border: $grey_normal; - - -moz-user-select: none; - -webkit-user-select: none; - user-select: none; - -ms-user-select: none; - - li { - display: flex; - align-items: center; - cursor: pointer; - min-height: 24px; - width: 30%; - - box-sizing: border-box; - padding-left: 5px; - margin: 5px; - - color: $strong_blue; - text-align: left; - vertical-align: middle; - - background-color: $strong_blue_super_light; - - border: 1px solid $strong_blue; - border-radius: 5px 5px 5px 5px; - -moz-border-radius: 5px 5px 5px 5px; - -webkit-border-radius: 5px 5px 5px 5px; - box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); - -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); - -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); - - label{ - width: 100%; - box-sizing: border-box; - - padding: 8px 0; - } - } - } - label { - padding: 5px; - } - ul.noedit { - li.inv_field_enabled { - //font-weight: bold; - color: $strong_blue !important; - border: 1px solid $grey_super_light !important; - background-color: $grey_super_light !important; - cursor: text !important; - } - } -} -#inv_field_container { - @include inv_button_field_container(); -} -#inv_sys_container { - @include inv_button_field_container(); - ul { - li { - overflow: hidden; - white-space: nowrap; - width: 85px; - } - } -} -ul#merge { - font-size: 11px; - display: block !important; - margin: 0px !important; - padding: 0px !important; - clear: both; - -moz-user-select: none; - -webkit-user-select: none; - user-select: none; - -ms-user-select: none; - min-height: 25px; - list-style-type: none; - margin: 0px; - width: auto; - border: gray; - input { - margin-bottom: 3px; - } - li { - cursor: pointer; - height: 18px; - width: 80px; - width: auto; - display: inline-block; - padding: 1px 0px 2px 0px; - margin: 5px; - color: $strong_blue; - background-color: $strong_blue_super_light; - border: 1px solid $strong_blue; - text-align: center; - vertical-align: middle; - border-radius: 5px 5px 5px 5px; - -moz-border-radius: 5px 5px 5px 5px; - -webkit-border-radius: 5px 5px 5px 5px; - box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); - -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); - -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); - } -} -ul#merger { - label { - margin-top: 2px; - } -} -#inv_field_container.from_system { - ul { - li { - width: 85px; - } - } -} -.inv_field_enabled { - //font-weight: bold; - color: white !important; - border: 1px solid $strong_blue !important; - background-color: $strong_blue !important; -} -textarea#inv_recipients_list { - margin-top: 4px; - width: 635px; - border: none; - min-height: 100px; - padding: 0px; - outline: 1px solid $grey_normal; - font-size: 11px; - max-height: 200px; - overflow: auto; -} -#merge { - label { - padding: 5px; - } -} -#inv_field_list { - color: $grey_dark; - font-style: italic; -} -#inv_recipiens_added { - font-size: 12px; - color: $soft_blue_very_darken; - width: 620px; - padding: 10px; - margin-top: 10px; - margin-bottom: 10px; - background-color: $soft_blue_very_lighten; - border: 1px solid $soft_blue; - line-height: 1.2em; -} -#inv_recipiens_rejected { - font-size: 12px; - color: black; - width: 620px; - padding: 10px; - margin-top: 10px; - margin-bottom: 10px; - line-height: 1.5em; - border: 1px solid $grey_very_light; -} -.inv_count { - padding-left: 5px; - font-weight: bold; -} -.inv_sample { - float: left; - display: inline-block; - color: $grey_dark; - font-style: italic; -} -#inv_messages_holder_noEmailing { - padding: 10px; - margin: 0 0 15px 10px; - width: 883px; - background: $soft_blue_very_lighten; -} -#inv_msg_preview { - max-width: 680px; - margin-top: 10px; - background-color: $soft_blue_very_lighten !important; -} -#inv_send_mail_preview { - width: auto; - th { - font-weight: normal; - margin: 3px; - padding: 3px; - } - td { - margin: 3px; - padding: 3px; - display: inline-block; - font-weight: normal; - text-align: left; - width: 100%; - } -} -.inv_bt { - border-bottom: 1px solid $grey_super_light; -} -@mixin inv_message_input(){ - font-size: 12px; - width: 380px; - border: 1px solid $grey_very_light; - padding: 5px; - font-family: Tahoma, sans-serif; - &:focus { - background-color: $orange_super_lighten; - } -} -input#inv_message_subject { - @include inv_message_input(); -} -textarea#inv_message_body { - @include inv_message_input(); - height: 120px; - min-height: 200px; -} -input#inv_message_replyto { - @include inv_message_input(); -} -input#inv_message_comment { - @include inv_message_input(); -} -.inv_message_errors { - float: left; - width: 600px; - height: auto; - margin: 0px; - padding: 10px; - line-height: 15px; - font-size: 11px; - background-color: $grey_super_light; - color: $red_error; - font-weight: bold; - border: 1px solid $red_error; -} -@mixin inv_error_note(){ - color: $red_error; - margin-left: 10px; - line-height: 18px; - line-height: 1.5em; - font-size: 11px; - font-weight: bold; - padding: 5px 0px; - width: auto; -} -.inv_error_note { - @include inv_error_note(); -} -#inv_error_note { - @include inv_error_note(); -} -.inv_msg_note { - @include inv_error_note(); - color: $soft_blue_very_darken; -} -#inv_import_list_container { - margin-right: 5px; - padding: 8px; - min-height: 355px; - width: 670px; - background: $soft_blue_very_lighten; - border: 1px solid $soft_blue; - float: left; - display: inline-block; - width: auto; - span { - label { - vertical-align: bottom; - } - } -} -#inv_recipients_profiles_holder { - margin-right: 5px; - padding: 8px; - min-height: 355px; - width: 670px; - background: $soft_blue_very_lighten; - border: 1px solid $soft_blue; - float: left; - margin-left: 10px; - display: inline-block; - width: auto; - overflow: hidden; - span { - line-height: 24px; - font-size: 13px; - } -} -#inv_messages_profiles_holder { - margin-right: 5px; - padding: 8px; - min-height: 355px; - width: 670px; - background: $soft_blue_very_lighten; - border: 1px solid $soft_blue; - float: left; - margin-left: 10px; - display: inline-block; - width: auto; - overflow: hidden; - span { - line-height: 24px; - font-size: 13px; - } -} -#inv_import_list { - float: left; - display: inline-block; - width: auto; -} -.append-merge { - #inv_import_list { - float: none; - display: block; - } -} -#inv_step_nav { - clear: both; - display: inline-block; - width: auto; - padding: 0px 3px; - margin: 0 20px 10px 0; - font-size: 14px; - font-weight: 600; - color: $strong_blue; -} -.inv_space { - clear: both; - display: inline-block; - padding: 0px; - margin: 0px; - width: 40px; -} -div.inv_step { - height: 15px; - cursor: pointer; - float: left; - width: auto; - margin: 3px 5px; - padding: 0px; - span.circle { - display: inline-block; - margin: 0px 0px; - width: 24px; - height: 24px; - font-size: 13px; - line-height: 24px; - text-align: center; - color: $strong_blue_lighten; - border: 1px solid $strong_blue_lighten; - border-radius: 14px; - -moz-border-radius: 14px; - -webkit-border-radius: 14px; - } - span.label { - display: inline-block; - padding: 0px 5px; - line-height: 24px; - text-align: center; - color: $strong_blue_lighten; - line-height: 18px; - } - a { - &:hover { - span { - color: $strong_blue; - } - span.circle { - color: white; - background-color: $orange; - border: 1px solid $orange; - border-radius: 14px; - -moz-border-radius: 14px; - -webkit-border-radius: 14px; - } - } - } - .yellow { - height: 10px; - } -} -div.inv_step.active { - background-color: white; - a { - span { - color: $strong_blue; - } - span.circle { - color: white; - background-color: $orange; - border: 1px solid $orange; - border-radius: 14px; - -moz-border-radius: 14px; - -webkit-border-radius: 14px; - } - } -} -.inv_step_space { - display: block; - float: left; - margin: 0px; - padding: 0px; - height: 24px; - width: 13px; -} -#invitation_profile_notes { - display: inline-block; - float: left; - width: 255px; - height: auto; - min-height: 365px; - margin: 0px 0px 0px 15px !important; - padding: 10px; - line-height: 14px; - color: black; - font-size: 11px; - border: 1px solid $soft_blue; - background-color: $soft_blue_very_lighten; - ul { - list-style: square inside; - margin: 0px; - padding: 0px; - } - li { - padding-bottom: 5px; - } -} -#inv_select_mail_to { - display: block; - float: left; - margin-right: 20px; - padding: 7px; - min-height: 250px; - min-width: 450px; - font-size: 12px; - border: 1px solid $soft_blue; - background-color: $soft_blue_very_lighten; -} -#inv_select_mail_to_respondents { - font-size: 12px; - margin: auto; - margin-top: 10px; - padding: 7px; - min-height: 250px; - max-height: auto; - float: left; - ol { - margin: 0px; - padding: 0px; - list-style: none; - li { - margin: 0px; - padding: 0px; - list-style: none; - } - } -} -#inv_select_mail_preview { - float: left; - padding: 7px; - margin-left: 7px; - width: 428px; - font-size: 12px; - border: 1px solid $soft_blue; - background-color: $soft_blue_very_lighten; -} -.inv_send_span { - display: inline-block; - margin-top: 7px; - label { - vertical-align: middle !important; - } - input { - vertical-align: middle !important; - margin-bottom: 3px; - } -} -.inv_send_span.shift { - padding-left: 100px; -} -#inv_view_arch_recipients { - @include popup_general(); - - height: auto; - width: auto; -} - -.inv_arch_subject { - max-width: 200px; -} -@mixin inv_left_list(){ - margin: 0px; - padding: 0px; - min-width: 100px; - max-width: 400px; - min-height: 100px; - max-height: 600px; - overflow: auto !important; - display: inline-block; - border: 1px solid $grey_very_light; - background-color: white; - width: 200px !important; - height: 237px !important; - ol { - margin: 0px; - padding: 0px; - display: block; - border-bottom: 1px solid $grey_very_light; - li { - display: block; - list-style-image: none; - list-style-position: outside; - list-style-type: none; - line-height: 20px; - border-top: 1px solid $grey_very_light; - padding: 0px 5px; - cursor: pointer; - } - li.active { - background-color: $strong_blue; - color: white; - } - } -} -#inv_import_list_profiles { - @include inv_left_list(); -} -#invitation_messages { - @include inv_left_list(); -} -#inv_recipients_profile_name { - @include popup_general(); - - height: auto; - width: 300px; -} -#inv_recipients_profile_name.access { - min-width: 350px; -} -#rec_profile_name { - width: 150px; -} -#rec_profile_comment { - width: 250px; -} -#inv_edit_recipient { - border-spacing: 0px; - padding: 0px; - margin: 0px; - border-collapse: collapse; - table-layout: auto; - th { - text-align: right; - font-weight: normal; - padding: 3px; - } - td { - padding: 3px; - } - input { - width: 300px; - } -} -.inv_input_error { - border: 1px solid $red_error; -} -#inv_rec_filter { - float: left; - width: auto; - margin-right: 5px; - margin-bottom: 10px; - padding: 8px; - border: 1px solid $grey_super_light; -} -#inv_rec_cehckboxes { - float: left; - width: auto !important; - span { - display: inline-block; - padding: 3px !important; - } -} -.inv_high { - display: inline-block; - line-height: 13px; - background: $orange_super_lighten; - color: $orange_very_darken; - font-weight: bold; -} -.inv_high_i { - display: inline-block; - line-height: 13px; - background: $orange_super_lighten; - color: $orange_very_darken; - font-weight: bold; -} -#inv_delete_rec_confirm { - @include popup_general(); - - height: auto; -} -.inv_send_message { - padding: 15px; - height: auto; - background-color: $soft_blue_very_lighten; - max-width: 600px; -} -.inv_new_list_note { - font-style: italic; - color: $grey_normal; - font-size: 95%; -} -#inv_bottom_edit { - width: auto; - margin:7px 0 0 11px; - - a{ - padding-right: 10px; - } -} -#inv_arch_mail_preview { - font-size: 12px; - margin: 5px auto; - overflow: auto; - max-height: 500px; - table#inv_arch_mail_preview { - td { - padding-top: 5px; - padding-bottom: 10px; - } - } -} -fieldset.inv_fieldset { - display: block; - width: 98%; - margin: -5px 0 0 5px; - - >div { - margin: 0px 0px; - } - - span.legend { - color: $grey_normal; - font-weight: 500; - } -} -table.inv_dashboard_table { - width: 530px !important; - border-spacing: 0px; - padding: 0px; - margin: 0px; - border-collapse: collapse; - font-size: 12px; - th { - padding: 3px; - border-bottom: 1px solid $grey_super_light; - font-weight: normal; - text-align: left; - } - td { - padding: 3px; - } - th+th { - width: 70px !important; - text-align: center; - } - th+th+th { - width: 70px !important; - text-align: center; - } - td+td { - width: 70px !important; - text-align: center; - } - td+td+td { - width: 70px !important; - text-align: center; - } -} -table.inv_dashboard_table.sub { - margin-left: 20px; - width: 510px !important; - margin-bottom: 25px; -} -span.inv_dashboard_sub_title { - display: inline-block; - margin-left: 5px; - color: $strong_blue; - font-size: 13px; - font-weight: 500; - margin-bottom: 5px; - span { - margin-left: 5px; - color: $grey_normal; - font-size: 13px; - font-weight: 600; - margin-bottom: 5px; - } -} -span.inv_dashboard_sub_detail { - display: inline-block; - margin: 0px 5px 5px 5px; - font-size: 13px; -} -#inv_send_note { - position: absolute; - z-index: 9999; - display: none; - width: 200px; - height: auto; - margin: auto auto; - margin-top: -100px; - padding: 20px 50px; - text-align: center; - background-color: white; - border: 4px solid $popup_border; - box-shadow: 0 0 20px black; -} -div#inv_edit_rec_list { - margin: 0px; - padding: 0px; - overflow: auto !important; - background-color: white; - -moz-user-select: none; - -webkit-user-select: none; - user-select: none; - -ms-user-select: none; -} -table.inv_edit_rec_list { - border-spacing: 0px; - padding: 0px; - margin: 0px; - border-collapse: collapse; - table-layout: auto; - border: 1px solid $grey_very_light; - border-top: none; - max-width: 800px; - tr { - border-top: 1px solid $grey_very_light; - cursor: pointer; - } - tr.active { - background-color: $strong_blue_super_darken; - color: white; - } - td { - padding: 3px 5px; - } - th { - padding: 3px 5px; - } -} -#invListAccess { - max-width: 600px; -} -div.listAccess_uid { - min-width: 147px; - height: 19px; -} -#inv_upload_list { - @include popup_general(); - - height: auto; - padding-bottom: 45px; -} -#tbl_respondentArchive { - border-spacing: 0px; - padding: 0px; - margin: 0px; - border-collapse: collapse; - table-layout: auto; - clear: both; - th { - color: $grey_super_dark; - padding: 3px; - padding-left: 7px; - font-size: 12px; - font-weight: normal; - height: 24px; - vertical-align: middle; - background-color: $grey_super_light; - border-top: 1px solid $grey_super_light; - border-bottom: 1px solid $grey_super_light; - text-align: left; - width: 150px; - } - td { - padding: 5px 3px; - padding-left: 7px; - font-size: 11px; - vertical-align: middle; - border-bottom: 1px solid $grey_super_light; - } - tr { - &:nth-child(odd) { - background-color: $soft_blue_very_lighten; - } - &:nth-child(even) { - background-color: white; - } - } -} -span.span_list_archive { - display: inline-block; - padding-top: 10px; -} -span.inv_sort_ascending { - /*background-repeat: no-repeat; - background-image: url(../../../admin/survey/img_0/sprites.png);*/ - display: inline-block; - height: 5px; - width: 9px; - margin: auto 50%; - float: right; - bottom: 0px; - background-position: -225px -98px; -} -span.inv_sort_descending { - /*background-repeat: no-repeat; - background-image: url(../../../admin/survey/img_0/sprites.png);*/ - display: inline-block; - height: 5px; - width: 9px; - margin: auto 50%; - float: right; - bottom: 0px; - background-position: -225px -108px; -} -#email_server_warning { - box-sizing: border-box; - - margin: 0 0 20px 10px; - padding: 10px; - - line-height: 15px; - - color: $orange_very_darken; - background-color: $orange_super_lighten; - border: 1px solid $orange_very_darken; -} -.append_step { - padding: 0 0 10px 30px; - input[type=file] { - font-weight: 600; - color: $orange; - font-size: 11px; - } -} -#invRecipiensList1 { - padding: 2px 0 0 10px; -} -#invRecipiensList2 { - padding: 2px 0 0 10px; -} -#invRecipiensList3 { - padding: 2px 0 0 10px; -} -#invRecipiensList4 { - padding: 2px 0 0 10px; -} -#invRecipiensList5 { - padding: 2px 0 0 10px; -} -.inv_send_mail_send_type { - margin-bottom: 20px; - padding: 7px; - border: 1px solid $soft_blue; - background-color: $soft_blue_very_lighten; -} -#inv_send_mail_btn { - height: 30px; -} diff --git a/resources/sass/admin/publish/settings.scss b/resources/sass/admin/publish/settings.scss deleted file mode 100644 index 789ca3989..000000000 --- a/resources/sass/admin/publish/settings.scss +++ /dev/null @@ -1,151 +0,0 @@ -/* -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 : 24-Aug-2018, 11:14:22 - Author : podkrizniku -*/ - -.publish_url_holder{ - padding: 5px 0 13px 0; - line-height: 20px; -} -.url_box_active { - padding: 5px; - border: 1px solid $strong_blue; - background: none repeat scroll 0 0 $strong_blue_super_light; - - b{ - font-weight: 500; - } -} -#vabila { - min-height: 250px; - background-color: white; - - span#anketa_aktivacija_note { - display: inline-block; - box-sizing: border-box; - - width: 100%; - padding: 10px; - //margin-left: 2px; - margin-bottom: 15px; - - font-size: 15px; - - background-color: $soft_blue_very_lighten; - border: 1px solid $soft_blue; - - #vabila_anketa_aktivacija { - a { - color: $orange; - padding-left: 10px; - } - } - .sprites.star_off { - vertical-align: -5%; - } - .sprites.star_on { - vertical-align: -5%; - } - } - - span#anketa_aktivacija_note.google_yellow { - color: $grey_super_dark; - background-color: $orange_super_lighten !important; - border: 1px solid $orange; - - #vabila_anketa_aktivacija { - a { - font-weight: 500; - color: $orange_very_darken; - } - } - } - - span#anketa_diagnostika_note { - display: inline-block; - width: auto; - margin-bottom: 10px; - margin-left: 2px; - margin-bottom: 5px; - padding: 5px; - font-size: 15px; - background-color: $soft_blue_very_lighten; - border: 1px solid $soft_blue; - } - #anketa_diagnostika_note2 { - padding: 10px; - margin: 10px 0 15px 0; - font-size: 15px; - color: $orange_very_darken; - border: 1px solid $orange; - background-color: $orange_super_lighten; - } -} -.shift { - margin: 0px 0px 0px 20px; -} -.labelSpan { - width: 60px; - display: table-cell; - float: left; - text-align: left; -} -.labelSpanWide { - width: 60px; - display: table-cell; - float: left; - text-align: left; - width: 100px; -} -.qs_data { - margin-left: 5px; - display: inline-block; - font-weight: normal !important; -} -#tbl_inv_setting { - td { - vertical-align: top; - border-spacing: 0px; - padding: 0px; - margin: 0px; - border-collapse: collapse; - fieldset { - padding: 5px 15px; - margin: 3px; - } - } - p { - margin: 7px 0px; - } - textarea { - &:focus { - border: none; - background-color: $orange_super_lighten; - border: 1px dashed darkgray; - padding: 2px; - } - } -} -#surveyInvitationSettingServer{ - min-width:440px; - max-width:700px; - margin: 15px 10px 10px 5px; - display:inline-block; - padding: 0 10px 10px 10px; - border: 1px solid $soft_blue; - background-color: $soft_blue_very_lighten; - -} -#surveyInvitationSetting{ - min-width:440px; - margin: 15px 10px 10px 5px; - display:inline-block; - padding:0 10px 10px 10px; - border: 1px solid $soft_blue; - background-color: $soft_blue_very_lighten; -} \ No newline at end of file diff --git a/resources/sass/admin/users.scss b/resources/sass/admin/users.scss deleted file mode 100644 index 4cdc4fcb8..000000000 --- a/resources/sass/admin/users.scss +++ /dev/null @@ -1,108 +0,0 @@ -/* -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 : 03-Aug-2018, 13:49:25 - Author : podkrizniku -*/ - -#all_users_list td:nth-child(n+6), -#deleted_users_list td:nth-child(n+4), -#unconfirmed_mail_user_list td:nth-child(n+4), -#unsigned_users_list td:nth-child(n+4){ - text-align: center; -} - -/* datatables popravki */ -table.dataTable{ - - &.no-footer { - border-bottom: none !important; - } - - thead th { - color: gray; - - background-color: $soft_blue_very_lighten !important; - border-bottom: none !important; - - &.sorting, - &.sorting_asc, - &.sorting_desc{ - background-position: right 8px; - } - } - - tbody td { - border-top: 1px solid #ddd; - } -} - -.dataTables_wrapper .dataTables_paginate .paginate_button.current, -.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{ - color: #3d5f95 !important; - border: 1px solid #3d5f95 !important; - background: white !important; -} -.dataTables_wrapper .dataTables_paginate .paginate_button:hover{ - color: white !important; - background: #3d5f95 !important; -} -.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{ - border: 1px solid transparent !important; - background: transparent !important; -} - -form.manager_add_user { - p { - padding: 0 !important; - } - label { - width: 100px; - display: inline-block; - } -} -.dt-buttons { - margin-bottom: 10px; -} -.dataTables_length { - padding: 5px 0 15px 0; -} -button.dt-button { - cursor: pointer; - padding: 5px 12px 6px; - background-color: $strong_blue; - border-radius: 20px; - color: white; - border-image: none; - border: 0; - font-size: 11px; - - &:hover, .active { - background: $orange; - } -} -.dt-button-collection { - padding-top: 22px; - >.buttons-columnVisibility { - color: $strong_blue; - background: white; - &:hover { - color: white; - background: $orange; - } - } -} -button.buttons-columnVisibility { - background-color: white; - color: $strong_blue; - border: 1px solid $strong_blue; - - - &.active { - background-color: $strong_blue; - color: white; - } -} \ No newline at end of file diff --git a/resources/sass/main/main/basic.scss b/resources/sass/main/main/basic.scss deleted file mode 100644 index 71155152a..000000000 --- a/resources/sass/main/main/basic.scss +++ /dev/null @@ -1,142 +0,0 @@ -/* - Osnovni elementi, fonti... -*/ - - -/* FontAwesome 5 */ -@import "../../../fonts/FontAwesome5/scss/fontawesome.scss"; -@import "../../../fonts/FontAwesome5/scss/regular.scss"; -@import "../../../fonts/FontAwesome5/scss/solid.scss"; -@import "../../../fonts/FontAwesome5/scss/brands.scss"; - -$font_family: Montserrat, sans-serif; -$fontawesome: "Font Awesome 5 Free"; - -$siva-suctom-radio: #c3c3c3; - - -body { - font-family: $font_family; - - font-size: 62.5%; - margin: 0; -} - -h1 { - text-align: center; -} - -h1 span { - display: none; -} - -h1.evalvacija { - font-size: 0px; -} - -.disabled { - border: 1px solid silver; -} - -img { - border: none; - max-width: 800px; - height: auto; -} - -label { - vertical-align: middle; -} - -table.grid_header_table label { - display: block; -} - - - -div.buttons { - text-align: center; - - input, - button { - -webkit-appearance: none; - } -} - -div.buttonsHeatmap input{ - cursor: pointer; - padding: 10px 15px; - text-align: center; - border-radius: 4px; - border: 1px solid #000000; -} - - -#fade{ - background-color: #333; - display: none; - height: 100%; - left: 0; - position: fixed; - top: 0; - width: 100%; - z-index: 79; -} - -.display_none { - display: none; -} - -.clr { - clear: both; -} - -.floatLeft { - float: left; - display: inline; -} - -.besediloObVprasanju { - display: inline-block; - min-width: 49% !important; - max-width: 49% !important; - vertical-align: top; - word-break:break-all; -} - -.red { - color: red; -} - -.italic { - font-style: italic; -} - -iframe { - border: 0; -} - -span.sprites { - width: 18px; - height: 18px; - display: inline-block; - background-position: bottom; - background-repeat: no-repeat; - padding: 2px 0px; -} - -p .as_link, -p a { - color: #1e88e5; - text-decoration: none; - cursor: pointer; - - &:hover { - color: #ffa608; - text-decoration: none; - } -} - -.pointer{ - cursor: pointer; -} diff --git a/resources/sass/main/main/content.scss b/resources/sass/main/main/content.scss deleted file mode 100644 index a49ab9d38..000000000 --- a/resources/sass/main/main/content.scss +++ /dev/null @@ -1,1704 +0,0 @@ -/* - Vsebina ankete (vprasanja...) -*/ - - - -.spremenljivka{ - position: relative; - clear: both; - - padding: 10px 10px; - - /* fix to clear floats */ - zoom: 1; - - - &:after { - clear: both; - content: ""; - display: block; - height: 0; - visibility: hidden; - } - - p { - margin: 0; - padding: 0; - } - - .spremenljivka_info { - color: gray; - font-size: 80%; - } - - .expendable_block_result { - padding-top: 7px; - - font-size: 14px; - font-weight: 400; - color: gray; - } - - span.reminder { - position: absolute; - color: red; - left: 0px; - margin-top: -2px; - font-size: 150%; - } - - div.naslov { - /*float: left;*/ /* Izkjlopljeno, ker dručake od CKEditorja ne pobere text-align */ - width: auto; - min-width: 100px; - max-width: 100%; - padding: 5px 0; - - &.floatLeft { - float: left; - margin-right: 20px; - } - } - - &.required, - &.required_require, - &.required_limit { - outline: 2px dashed red; - } - - &.limited { - outline: 1px dashed red; - } - - &.show_border { - border-bottom: 1px #B9C5D9 solid; - } - - &.hide_border { - border-bottom: 0 !important; - } - - &.horizontal_block:not(.tip_5) { - float: left !important; - clear: none !important; - display: inline; - - max-width: 300px; - - border: 0 !important; - } - - &.lineOnly { - margin-top: 0; - margin-bottom: 0; - padding-top: 0 !important; - padding-bottom: 0 !important; - } - - - .variable_holder { - padding: 20px 10px 0 10px; - /* fix to clear floats */ - zoom: 1; - - &.vodoravno_pod_vprasanjem{ - padding: 20px 10px 0 10px !important; - } - &.vodoravno_ob_vprasanju{ - padding: 0 10px !important; - } - &.besediloObVprasanju { - display: inline-block !important; - - padding-top: 0 !important; - min-width: 49% !important; - max-width: 49% !important; - - vertical-align: top !important; - word-break:break-all !important; - } - - &:after { - clear: both; - content: ""; - display: block; - height: 0; - visibility: hidden; - } - - .text_prevAnswers{ - margin: 10px 5px 0 5px; - padding: 9px 12px 12px 12px; - width: 70%; - - font-size: 13px; - font-weight: 600; - - background-color: #eff2f7; - border-radius: 3px; - - .text_prevAnswers_list{ - padding: 5px 0 0 10px; - - font-size: 13px; - font-weight: 400; - - p{ - padding: 2px 5px 4px 5px; - border-bottom: 1px #dfe2e7 solid; - } - - span.more{ - cursor: pointer; - color: #0c377a; - line-height: 30px; - - &:hover{ - color: #fa4913; - } - } - } - } - } - - .variabla { - padding: 5px; - - - label img { - border: 2px solid white; - } - - label:hover img { - border: 2px solid #B9C5D9; - } - - &.checked label img { - border: 2px solid #3D5F95; - } - - label input[type="checkbox"] { - display: inline-block; - } - - img.ui-datepicker-trigger{ - cursor: pointer; - - display: inline-block; - margin-left: 3px; - vertical-align: -3px; - } - } - - - /* TIP RADIO, DROPDOWN IN CHECKBOX */ - &.tip_1, - &.tip_2, - &.tip_3{ - - } - /* END TIP RADIO, DROPDOWN IN CHECKBOX */ - - - /* TIP TEXT, NUMBER */ - &.tip_4, - &.tip_21, - &.tip_7{ - - .variabla label{ - padding: 5px 10px 5px 0; - } - - .sig_clear_button{ - padding: 3px; - margin-bottom: 20px !important; - } - } - /* END TIP TEXT, NUMBER */ - - /* TIP DATUM */ - &.tip_8{ - - } - /* END TIP DATUM */ - - - /* TIP TABELA */ - &.tip_6, - &.tip_16, - &.tip_19, - &.tip_20, - &.tip_24{ - - input[type="text"], textarea, select { - padding: 5px 7px; - } - - .height_1 { - height: 20px; - } - - #dynamic_count { - width: 60px; - margin: 0 auto; - padding: 7px 0; - - font-weight: bold; - } - .dynamic_mg_vrednost { - padding: 10px 0; - margin-left: -5px; - } - table.dynamic_mg_orientation{ - border-collapse: collapse; - - margin: 10px auto 0 auto; - - tr{ - td{ - padding: 0; - background-color: transparent; - } - } - } - table tr.gridRowArrows{ - background-color: white; - } - .sequence_number { - cursor: pointer; - - margin: 0 3px; - padding: 3px 7px 3px 7px; - - font-weight: 600; - - border: 0; - border-radius: 3px; - -moz-border-radius: 3px 3px 3px 3px; - -webkit-border-radius: 3px; - } - table.dynamicmultigrid tbody tr:nth-child(2n+1) { - background-color: #ffffff !important; - } - } - /* END TIP TABELA */ - - - /* TIP VSOTA */ - &.tip_18{ - - } - /* END TIP VSOTA */ - - - /* TIP RANKING */ - &.tip_17{ - - select{ - padding: 8px 12px; - margin-right: 15px; - } - } - /* END TIP RANKING */ - - - /* TIP NAGOVOR */ - &.tip_5{ - - } - /* END TIP NAGOVOR */ - - - /* TIP SN */ - &.tip_9{ - .sn_name{ - margin: 5px; - - a{ - padding: 1px 0 0 5px; - text-decoration: none; - - span.faicon.delete::before{ - font-family: $fontawesome; - content: "\f056"; - font-weight: 700; - font-size: 18px; - - color: #fe8333; - } - } - } - - .sn_add_field{ - margin: 10px 5px; - - font-size: 15px; - font-weight: 500; - - a{ - text-decoration: none; - color: #1e88e5; - - span.faicon.add::before{ - font-family: $fontawesome; - content: "\f055"; - font-weight: 700; - font-size: 18px; - - color: #1e88e5; - - vertical-align: -1px; - } - - &:hover{ - color: #fe8333; - - span.faicon.add::before{ - color: #fe8333; - } - } - } - } - } - /* END TIP SN */ - - - /* Razpiranje vprasanj */ - .faicon.question_expanding_arrow{ - position: absolute; - right: 20px; - top: 25px; - - font-family: $fontawesome; - font-weight: 700; - font-size: 18px; - - padding-left: 10px; - - &.arrow_down::before{ - content: "\f078"; - } - - &.arrow_up::before{ - content: "\f077"; - } - } -} - - -div.spremenljivka.hide_border + div.spremenljivka { - border-top: 0 !important; -} - - -.variable_holder .text_prevAnswers .text_prevAnswers_list .text_prevAnswers_popup, -#popup { - display: none; - - position: fixed; - z-index: 89; - top: 10%; - left: 50%; - - margin-left: -300px; - padding: 0 15px 15px; - min-height: 130px; - width: 600px; - - background-color: #fff; - - border: 4px solid #bac5d9; - box-shadow: 0 0 20px #000; - - p{ - padding-left: 10px; - padding-bottom: 5px; - padding-top: 2px; - border-bottom: 1px #dfe2e7 solid; - } - - .prevAnswers_button{ - float: right; - margin-top: 15px; - margin-bottom: 15px; - - a span{ - padding: 5px 12px 6px; - float: left; - - color: #ffffff; - font-size: 11px; - font-weight: 500; - text-align: center; - - background-color: #1e88e5; - border: 1px solid #1e88e5; - border-radius: 20px; - - &:hover{ - background-color: #fe8333; - border: 1px solid #fe8333; - } - } - } - -} -#popup.gdpr_about{ - height: 75%; - - overflow-y: scroll; -} - - -table.grid_table { - table-layout: fixed; - width: 100%; - text-align: center; - border-spacing: 0; - - tbody tr:nth-child(2n+1) { - background-color: #F2F3F1; - } - - label { - display: block; - } - - select { - max-width: 100%; - } - - td { - padding: 5px; - overflow: hidden; - text-overflow: ellipsis; - - &.datepicker { - white-space: nowrap; - text-overflow: clip; - } - } -} - -thead, -tr.table-header { - font-weight: bold; -} - -/* To se ne sme resevati kar tako generalno za vse tabele - potrebno je uporabljati specificne class-e! */ -/*thead:after { - line-height:1em; - content:"."; - display:block; -}*/ - -td.question, -td.differential { - text-align: left; -} - -td.alignLeft { - text-align: left !important; -} - -td.alignRight { - text-align: right !important; -} - -td.alignCenter { - text-align: center !important; -} - -table td.question input { - width: 80px; -} - - - -/* Naslovi v table gridu izpiše cel tekst */ -table.grid_table > thead > tr > td { - text-overflow: clip; -} - -table.grid_table.multigriddropdown { - text-align: left; /* position select boxes to the left */ -} - -table.grid_table.multigriddropdown td { - overflow: visible; -} - - -td.category input[type=text], td.category textarea { - border: 0; - outline: 1px solid #dbdfe6; /* so we can use 100% and other percentages properly */ -} - -table.doublegrid thead tr:first-child, table.doublecheckgrid thead tr:first-child { - height: 30px; -} -table.doublegrid tr td { - text-overflow: ellipsis !important; -} - -table tr td img.ui-datepicker-trigger{ - cursor: pointer; - - display: inline-block; - margin-left: 3px; - vertical-align: -3px; -} -table tr td.datepicker{ - padding-right: 60px; -} - -col.space { - width: 5%; -} - -td.double { - border-left: 1px solid #b9c5d9; -} - -table.dynamicmultigrid tbody tr:nth-child(2n+1) { - background-color: white; -} - - -.width_5 { - width: 5%; -} - -.width_10 { - width: 10%; -} - -.width_15 { - width: 15%; -} - -.width_20 { - width: 20%; -} - -.width_25 { - width: 25%; -} - -.width_30 { - width: 30%; -} - -.width_33 { - width: 33.3% -} - -.width_35 { - width: 35%; -} - -.width_40 { - width: 40%; -} - -.width_45 { - width: 45%; -} - -.width_50 { - width: 50%; -} - -.width_55 { - width: 55%; -} - -.width_60 { - width: 60%; -} - -.width_65 { - width: 65%; -} - -.width_70 { - width: 70%; -} - -.width_75 { - width: 75%; -} - -.width_80 { - width: 80%; -} - -.width_85 { - width: 85%; -} - -.width_90 { - width: 90%; -} - -.width_95 { - width: 95%; -} - -.width_100 { - width: 100%; - max-width: 910px; -} - -/* firefox textarea height fix */ -.height_1 { - height: 16px; -} - -.height_2 { - height: 32px; -} - -.height_3 { - height: 48px; -} - -table.text_vrednost { - table-layout: fixed; - text-align: left; - width: 100%; - border-spacing: 0; -} - -.limit { - color: red; - cursor: default; -} - -.limit_vsota { - color: red; - cursor: default; - - padding: 30px 0 0 5px; -} - -/* ranking */ -table.ranking_table { - width: 100%; - table-layout: fixed; - border-spacing: 0; -} - -table.ranking_table td { - width: 45%; - padding: 5px; - vertical-align: top; -} - -table.ranking_table td.middle { - width: 10%; - vertical-align: top; - text-align: center; -} - -td.middle img { - position: absolute; - top: 50%; - left: 50%; - margin-left: -20px -} - -table.ranking_table ul { - list-style: none; - margin: 0; - padding: 0; -} - -.ranking, .ranking_long, .handle, .handle_long, .ime, .izbran { - width: 230px; - padding: 5px; - margin: 0 auto 10px auto; - border: 1px solid #000000; - height: 15px; - text-align: center; - overflow: hidden; - background-color: #ffffff; -} - -.ranking img { - display: block; - margin-left: auto; - margin-right: auto; -} - -.ranking, .ranking_long { - cursor: pointer; - overflow: hidden; - text-overflow: ellipsis; - /*white-space: nowrap;*/ -} - -.frame_ranking { - width: 230px; - padding: 5px; - margin: 0px auto 10px auto; - border: 1px dashed #000000; - height: 15px; - text-indent: -25px; - font-weight: bold; -} - -.frame_ranking_hover { - width: 230px; - padding: 5px; - margin: 0px auto 10px auto; - border: 1px dashed #000000; - height: 15px; - text-indent: -25px; - font-weight: bold; - background-color: #e5e5e5; -} - -.frame_dropping { - width: 230px; - padding: 5px; - margin: 0px auto 10px auto; - height: 15px; - - text-indent: -25px; - - background-color: #eff2f7; - border: 1px solid #b9c5d9; -} - -.frame_dropping_box { - width: 230px; - padding: 5px; - margin: 10px auto 0px auto; - height: 15px; - - text-indent: -25px; - - border-left: 4px solid #b9c5d9; - border-right: 4px solid #b9c5d9; - border-bottom: 4px solid #b9c5d9; -} - -.frame_dropping_wider { - width: 250px !important; -} - -.frame_dropping_titles { - width: 230px; - padding: 5px; - margin: 0px auto 0px auto; - height: 15px; - - text-align: center; - - background-color: #FFFFFF; - - border-top: 1px solid #b9c5d9; - border-left: 1px solid #b9c5d9; - border-right: 1px solid #b9c5d9; -} - -.frame_dropping_titles_box { - width: 230px; - padding: 5px; - margin: 0px auto 0px auto; - height: 15px; - - text-align: center; - - background-color: #FFFFFF; -} - -.frame_dropping_hover_right_single { - width: 230px; - padding: 5px; - margin: 0px auto 10px auto; - - height: 15px; - text-indent: -25px; - color: rgba(173, 173, 173, 1.0); - - background-color: #eff2f7; - - box-shadow: -11px -10px 0px 0px #CED7E4; - -webkit-box-shadow: -11px -10px 0px 0px #CED7E4; - position: relative; - top: 11px; - left: 5px; - opacity: 0.5; -} - -.frame_dropping_hover { - width: 230px; - padding: 5px; - margin: 0px auto 10px auto; - height: 15px; - - text-indent: -25px; - - background-color: #CED7E4; -} - -.dropholder { - position: relative; - padding-top: 11px; -} - -.dropholder .dropzone { - position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; -} - -.dropzone { - border-top: 1px solid black; - min-height: 200px; - padding-top: 10px; -} - -.moving { - cursor: pointer; - margin-left: auto; - margin-right: auto; - width: 230px; - overflow: hidden; - text-overflow: ellipsis; - /*white-space: nowrap;*/ -} - -.frame_moving { - width: 230px; - padding: 5px; - margin: 0px auto 10px auto; - border: 1px dashed #000000; - height: 15px; - text-indent: -25px; - font-weight: bold; -} - -ul.sorting { - list-style: none; - margin: 0; - padding: 0; -} - -.sortholder { - margin: 0 auto; - width: 250px; - padding: 5px; -} - -.sortzone { - position: absolute; - margin: 0 auto 0 auto; - width: 250px; -} - -.spremenljivka.tip_17 input { - width: 50px; -} - -.slider { - display: inline-block; - - /*width: 80%;*/ - width: 84.5%; - /*margin: 10px 10px 0 10px;*/ - - background-color: #efefef !important; - background-image: none !important; - - .ui-state-default { - /*border: 1px solid #aaaaaa !important;*/ - background-color: #dddddd !important; - } - - .ui-state-hover { - /*border: 1px solid #999999 !important;*/ - background-color: #bbbbbb !important; - } -} - -.slider_minmaxlabel { - /* width: 82%;*/ - width: 86%; -} - -.slider_grid_minmaxlabel { - width: 90%; - margin-left: 2.2em !important; -} - -table.slider_grid_minmaxlabel tbody tr:nth-child(2n+1) { - background-color: unset !important; -} - -.sliderText { - visibility: hidden; - position: relative; - - text-align: center; - color: #000000 !important; - - width: 30px; - height: 18px; - padding: 5px 3px 3px 2px !important; - margin-top: 7px; - - background: #eee !important; - - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - border: #AAAAAA solid 1px; - - &:after { - content: ''; - position: absolute; - border-style: solid; - border-width: 9px 7px 0; - border-color: #eee transparent !important; - display: block; - width: 0; - z-index: 1; - bottom: -9px; - left: 11px; - } - - &:before { - content: ''; - position: absolute; - display: block; - z-index: 0; - - width: 0; - bottom: -10px; - left: 11px; - - border-color: #eee transparent !important; - border-style: solid; - border-width: 9px 7px 0; - } -} - -.classic_slider{ - - border: 1px solid #ddd !important; - - .ui-slider-handle { - /*.ui-slider-handle {*/ - width: 9px !important; - height: 14px !important; - padding: 5px 0; - - margin-left: -5px !important; - top: -7px !important; - - border-bottom-right-radius: 10px 30px !important; - border-bottom-left-radius: 10px 30px !important; - } -} - -.special_slider{ - .ui-slider-handle { - /*.ui-slider-handle {*/ - width: 15px !important; - height: 15px !important; - - margin-left: -5px !important; - top: -2px !important; - - border-radius: 10px 10px !important; - background-color: #FF0000 !important; - } -} - -.circle_slider{ - .ui-slider-pip{ - .ui-slider-line { - width: 15px !important; - height: 15px !important; - - top: -23px !important; - margin-left: -5px !important; - - background: #efefef !important; - - border-radius: 10px 10px !important; - border: 1px solid #aaaaaa !important; - } - } -} - -.elipse_slider{ - .ui-slider-pip{ - .ui-slider-line { - width: 13px !important; - height: 30px !important; - - top: -31px !important; - margin-left: -7px !important; - - background: #efefef !important; - - border-radius: 10px 10px !important; - border: 1px solid #aaaaaa !important; - } - } - - .ui-slider-handle { - width: 9px !important; - height: 14px !important; - padding: 5px 0; - - margin-left: -5px !important; - top: -7px !important; - - border-bottom-right-radius: 10px 30px !important; - border-bottom-left-radius: 10px 30px !important; - } -} - - -.label_podrocje_prikaz { - /*border: 1px solid black !important;*/ - border-bottom: 1px solid black !important; - border-left: 1px solid black !important; - border-right: 1px solid black !important; -} - -.inline_labele_podrocij { - text-align: center !important; -} - -table.inline_labele_podrocij td { - text-align: center !important; -} - -/* - ranking */ - -.variabla_sum { - display: flex; - justify-content: flex-end; - align-items: center; - - text-align: right; - padding: 5px; -} - -.variabla_sum.sum { - float: left; - border-top: 1px solid black; -} - -.variabla_sum input { - width: 50px; -} - -.vsota_besedilo{ - /*width: 200px;*/ - display: inline-block; - word-break:break-all; - - margin-right: 7px; -} - -.stat { - float: right; -} - -#vnos { - position: absolute; - top: 10px; - left: 10px; - border: 3px solid #aaa; - background-color: #eee; - text-align: center; - padding: 3px; -} - -p.vnos { - width: 100%; - text-align: center; -} - -.content_status { - border: none; - padding-bottom: 2px -} - -.content_status span { - display: inline-table; -} - -.counter { - float: left; - width: auto; - padding-top: 5px; - display: block; -} - -div.comment { - font-style: italic; - color: red; - padding-top: 15px; - margin: 20px 0 10px; - display: block; - border-top: 1px dashed #cccccc; - cursor: pointer; - clear: both; -} - -.question_comment textarea { - border: 1px solid red; -} - -div.tabs { - text-align: center; - margin: 0 0 20px 0; -} - -div.tabs a { - margin: 0 10px; - font-size: 120%; - color: gray; - text-decoration: none; -} - -div.tabs a.active { - color: black; - font-weight: 600; -} - -#edit_warning { - width: 380px; - margin: -15px 0 5px 15px; - padding: 5px; - border: 2px red solid; -} - -.arrow { - cursor: pointer; - width: 24px; - height: 24px; - margin: 0 auto; - - font-family: $fontawesome; - font-weight: 700; - font-size: 22px; -} - -#arrow_up::before { - content: "\f062"; -} -#arrow_down::before { - content: "\f063"; -} -#arrow_left::before { - content: "\f060"; -} -#arrow_right::before { - content: "\f061"; -} - -#continue_later{ - margin: 10px 10px; - padding: 10px 10px 0 10px !important; - - input[type="email"]{ - box-sizing: border-box; - - padding: 5px 8px; - margin: 10px 0; - } - - button{ - cursor: pointer; - padding: 3px 10px 4px 10px; - } - - .url { - color: gray; - } -} - -a.pdfExport { - color: #1e88e5; - text-decoration: none; - font-weight: 500; - - &:hover{ - color: #ffa608; - } - - span.sprites.pdf_white{ - padding: 0 5px; - - &:before{ - font-family: $fontawesome; - content: "\f1c1"; - - font-size: 24px; - font-weight: 400; - color: red; - } - } -} - -div.return_edit_url{ - padding-left: 5px; - - a{ - line-height: 30px; - - color: #1e88e5; - text-decoration: none; - font-weight: 500; - - &:hover{ - color: #ffa608; - } - } -} - - -#icon_bar { - float: right; -} - - -.validation_alert { - position: absolute; - top: 30px; - /*left: -170px;*/ - left: -141px; - width: 130px; - min-height: 29px; - z-index: 51; - margin: 0; - text-align: center; - font-size: 11px; - line-height: 14px; - color: #333; - background-color: #FFDD89; - border: 2px solid white; - padding: 3px 7px; - border-radius: 3px; - -o-box-shadow: 0 0 5px black; - -ms-box-shadow: 0 0 5px black; - -webkit-box-shadow: 0 0 5px black; - -moz-box-shadow: 0 0 5px black; - box-shadow: 0 0 5px black; -} - -.validation_alert.alignRight { - left: auto; - right: 15px; -} - -html.no_js #javascript_alert { - position: absolute; - top: 0px; - left: 0px; - width: 100%; - padding: 7px 0; - z-index: 99999; - - background-color: #FFFF66; - border-top: #FF2222 2px solid; - border-bottom: #FF2222 2px solid; - - text-align: center; - font-weight: bold; -} - -html.js #javascript_alert { - display: none; -} - -.variabla.hideRadio label input[type="radio"], -.variabla.hideRadio label input[type="checkbox"], -.variabla.hideRadio label span.enka-checkbox-radio{ - display: none; -} - -.variabla.hideRadio.checked label { - font-weight: bold; -} - -/* Hack da se lahko klikne sliko namesto radio/checkboxa - v IE 11 zadeva drugace ne dela */ -.spremenljivka.tip_1 .variabla label img, -.spremenljivka.tip_2 .variabla label img{ - pointer-events: none !important; -} -.spremenljivka.tip_1 .variabla label, -.spremenljivka.tip_2 .variabla label{ - display: inline-block !important; -} -/* Dodaten hack da se potem popravi v mozilli da ne pobarva slike modro:) */ -@-moz-document url-prefix() { - .spremenljivka.tip_1 .variabla label img, - .spremenljivka.tip_2 .variabla label img{ - pointer-events: auto !important; - } -} - - - - -/* SLOVAR */ -abbr.mouseclick { - border-bottom: 1px solid #000; - background: #E2E2E2; -} - -abbr.mouseover { - background: #E2E2E2; -} - -/*END SLOVAR*/ - -/*
inline za odgovor */ -div.variabla p { - display: inline; -} - -/* END */ - -/* Lokacija - tip 26 */ -/*search box za mapo*/ -.pac-input { - background-color: #fff; - font-family: Roboto; - font-size: 1.2em; - font-weight: 300; - margin-left: 0px; - padding: 0 11px 0 13px; - text-overflow: ellipsis; - width: 17em; - border: 1px solid transparent; - border-radius: 2px 0 0 2px; - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); - box-sizing: border-box; - height: 30px; - margin-top: 10px; - outline: medium none; -} - -/*za textarea v infowindow, da je lahko width 100% tudi z border -in padding; ce ni tega, je textarea vecji od parenta*/ -.boxsizingBorder { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -/*Delete menu ob desnem ali dvojnem kliku na tocko v liniji, poligonu ali markerju*/ -.maps-delete-menu { - position: absolute; - background: white; - padding: 3px; - color: #666; - font-weight: bold; - border: 1px solid #999; - font-family: sans-serif; - font-size: 12px; - box-shadow: 1px 3px 3px rgba(0, 0, 0, .3); - margin-top: -10px; - margin-left: 10px; - cursor: pointer; -} -.maps-delete-menu:hover { - background: #eee; -} -/* END Lokacija - tip 26 */ - -.trak_class { - border: 1px solid #c2c2c2; - cursor: pointer; - background: white !important; -} - -.trak_class_input { - visibility: hidden !important; - display: block; - /*z-index: 10;*/ - /*z-index: -1;*/ -} - -.radio-button-label { - cursor: pointer !important; - /*text-align: center;*/ - /*z-index: 5;*/ - /*z-index: -2;*/ -} - -.trak_container_bg { - /*background-color: red !important;*/ - background-color: #d3d3d3 !important; -} - -.question_trak { - text-align: right !important; -} - -.drag_and_drop_box { - cursor: pointer; - width: 230px; - padding: 5px; - margin: 0px auto 10px auto; - border: 1px solid #000000; - height: 15px; - text-align: center; - overflow: hidden; - background-color: #ffffff; -} - -.drag_and_drop_box img { - display: block; - margin-left: auto; - margin-right: auto; -} - -.drag_and_drop_box_right{ - top: 15px!important; - left: -6px!important; -} - -.drag_and_drop_box_right_after_refresh{ - /*top: 34px!important;*/ - left: -6px!important; -} - -.drag_and_drop_box_right_over{ - left: -6px!important; -} - - -.trak_inline_nadnaslov { - /*text-align: center !important;*/ -} - -table.trak_inline_nadnaslov td { - text-align: center !important; -} - -/* Fotografiranje - 21_7 */ -/* Osnovne zadeve za prikaz okenc in slik za fotografiranje*/ -.fotoresults_div { - float: right; - - .fotoresults{ - display: flex; - justify-content: center; - align-items: center; - - width: 320px; - height: 240px; - - border: 1px solid; - - - } -} - -.fotoresults_delete{ - display: none; - - cursor: pointer; - margin-top: 5px; - width: 150px; - - color: #1e88e5; - text-decoration: none; - cursor: pointer; - - &:hover { - color: #ffa608; - text-decoration: none; - } - - &.upload_fotoresults_delete{ - position: static; - margin: 20px 0 10px 20px; - } -} - -.my_camera_div { - float: left; -} - -.my_camera { - border: 1px solid; -} - -/******* UPLOAD PHOTO **********/ -button.record_foto{ - cursor: pointer; - display: block; - float: right; - - width: 50px; - height: 50px; - - margin-top: -30px; - margin-right: -12px; - position: relative; - - background-color: white; - border-radius: 25px; - - &::before{ - font-family: $fontawesome; - font-weight: 700; - font-size: 28px; - content: "\f030"; - } -} -/******* END UPLOAD PHOTO **********/ - -.upload_foto_result { - display: none; - height: 240px; - border: 1px solid; - padding-right: 0px !important; - margin-top: 10px !important; - margin-left: 20px; -} - -/* Konec Fotografiranje - 21_7 */ - -/* TAWK gumb za chat */ -.tawk-chat-activation { - cursor: pointer; -} - -.tawk-chat-activation.button { - margin: 8px 10px; - padding: 6px 8px; - float: left; - - color: #ffffff; - font-size: 13px; - font-weight: 600; - text-align: center; - - background-color: #1e88e5; - border: 1px solid #1e88e5; - border-radius: 4px; -} - -.tawk-chat-activation.button:hover { - background-color: #ffa608; - border: 1px solid #ffa608; -} - -.header_settings_holder span.tawk-chat-activation { - width: 100%; - text-align: center; - - color: #1e88e5; -} - -.header_settings_holder span.tawk-chat-activation:hover { - color: #ffa608; -} - -/* Gumb za izvoz EVOLI */ -.concl_evoli_report { - text-align: center; -} - -.concl_evoli_report a { - text-decoration: none !important; -} - -.concl_evoli_report a .evoli_button { - cursor: pointer; - - margin: 8px 10px; - padding: 6px 8px; - - text-align: center; - - font-size: 13px; - font-weight: 600; - color: #FFFFFF; - - border-radius: 4px; - border: 0; - - background-color: #3D5F95; - border: 1px solid #3D5F95; -} - -.concl_evoli_report a .evoli_button:hover { - background-color: #fe8333; - border: 1px solid #fe8333; -} - - -.drag_and_drop { - top: -6px; - left: -6px; -} - -.drag_and_drop_right{ - top: -6px!important; - left: -6px!important; -} - -.hierarhija-naslov-uvod{ - text-align: center; - margin-top: -15px; - color: #888; -} - -div.spremenljivka.tip_21 .variabla label span.char_counter{ - font-size: 1em; - padding-left: 7px; - cursor: default; - vertical-align: middle; -} - - -#srvConclusionPdfLink { - display: none; -} - -#srvConclusionPdfLink span { - margin-top: 3px; - width: 20px; - display: inline-block; - height: 20px; - vertical-align: middle; - background: url("../../admin/survey/icons/icons/page_white_acrobat.png") no-repeat transparent;; -} - - -/* CALENDAR */ -button.ui-datepicker-trigger{ - cursor: pointer; - margin-left: 7px; - padding: 0px; - - vertical-align: middle; - - border: none; - background: none; -} -span.faicon.calendar_icon::before, -button.ui-datepicker-trigger::before{ - font-family: $fontawesome; - font-weight: 400; - font-size: 24px; - content: "\f073"; -} \ No newline at end of file diff --git a/resources/sass/main/main_mobile/content.scss b/resources/sass/main/main_mobile/content.scss deleted file mode 100644 index d59aa4e40..000000000 --- a/resources/sass/main/main_mobile/content.scss +++ /dev/null @@ -1,996 +0,0 @@ -/* - Vsebina ankete -*/ - -iframe{ - max-width: 100%; -} - -.variable_holder .text_prevAnswers .text_prevAnswers_list .text_prevAnswers_popup, -#popup { - position: absolute; - - top: 0; - left: 0; - - width: 80%; - height: auto !important; - margin: 40px 5%; - - .prevAnswers_button{ - float: right; - margin-top: 15px; - margin-bottom: 0; - } -} - -#outercontainer{ - - &.hide_mobile_img p img{ - display: none; - } - - #container { - width: 100%; - min-width: 240px; - margin: 0 0 10px -2px; - - background: white; - - border: 1px white solid; - - #logo { - display: none; - } - - h1 { - padding: 25px 5px 25px 5px; - margin: 0 0 10px 0; - - font-size: 24px; - font-weight: 600; - text-align: center; - line-height: 30px; - } - - p{ - img{ - max-width: 90%; - height: auto; - margin-left: 10px; - } - img.always_show{ - display: inline !important; - } - img.always_hide{ - display: none !important; - } - } - - .grupa { - min-height: 100px; - padding-top: 0px; - - background-color: white; - - - /* POSAMEZNO VPRASANJE */ - .spremenljivka{ - margin: 10px 10px; - padding: 10px 10px 0 10px !important; - - &.required, - &.required_require, - &.required_limit { - border: 1px red solid !important; - outline: 0 !important; - border-radius: 4px; - } - - &:after{ - margin-top: 20px; - } - - .counter { - padding-top: 9px; - font-weight: normal; - max-width: 50%; - } - - .naslov{ - margin: 0; - padding: 5px 0 20px 0; - - font-size: 18px; - color: #333; - font-weight: 500; - line-height: 25px; - - .reminder{ - margin-top: 5px; - } - } - - .spremenljivka_info { - margin-top: 5px; - - font-size: 13px; - color: #999; - line-height: 14px; - } - - h3{ - font-size: 18px; - color: #333; - font-weight: 700; - line-height: 25px; - - p{ - padding: 0 10px; - color: #333333; - } - } - - span.reminder { - left: -1px; - } - - table thead, - table tr.table-header { - font-weight: normal; - } - - .variable_holder { - /* Tole porusi na mobitelu, ce so v vecih stolpcih */ - /*position: relative;*/ - - margin: 0; - padding: 0; - - border: 0; - - .variabla{ - font-weight: normal; - } - - .question_comment{ - - textarea{ - box-sizing: border-box; - width: 100%; - } - } - } - - div.variable_holder.clr { - background: white; - overflow: auto; - margin-bottom: 10px; - } - - input[type="checkbox"] + span.enka-checkbox-radio, input[type="radio"] + span.enka-checkbox-radio { - font-size: 18px; - } - - - - /* TIP RADIO, DROPDOWN IN CHECKBOX */ - &.tip_1, - &.tip_2, - &.tip_3{ - - .variable_holder { - - div div { - padding-top: 5px; - } - - .variabla { - padding: 1px 0; - - input[type='radio'] { - position: relative; - top: -3px; - } - - select { - width: 100%; - margin-bottom: 5px; - padding: 10px; - - option{ - padding: 5px 5px; - } - } - - select[size="2"] { - height: auto !important; - min-height: 36px; - padding: 0; - - option{ - padding: 5px 5px; - - &:hover{ - background-color: #efefef; - } - } - } - - input[type="text"] { - max-width: 150px !important; - } - - label { - box-sizing: border-box; - width: 100%; - height: 100%; - - padding: 7px 9px; - - color: #333333; - - border: 1px #fff solid; - border-radius: 3px; - - img{ - width: 85% !important; - vertical-align: middle; - - border: 1px #fff solid; - - &:hover{ - border: 1px #efefef solid; - } - } - } - &:hover label, - &.checked label{ - border: 1px #E2E2E2 solid; - background-color: #efefef; - - img{ - border: 1px #efefef solid; - } - } - - table { - /*margin-bottom: 10px;*/ - - &.width_30{ - width: 100% !important; - - border: 1px #fff solid; - border-radius: 3px; - - tr{ - line-height: 12px; - - td{ - &:first-child{ - width: 80% !important; - } - - label{ - background-color: #fff !important; - border: 1px #fff solid !important; - } - } - } - - &:hover{ - border: 1px #E2E2E2 solid; - background-color: #efefef; - - tr{ - border: 0; - background-color: #efefef; - - td{ - border: 0; - background-color: #efefef; - - label{ - border: 1px #efefef solid !important; - background-color: #efefef !important; - } - } - } - } - } - } - &.checked table{ - &.width_30{ - border: 1px #E2E2E2 solid; - background-color: #efefef; - - tr{ - border: 0; - background-color: #efefef; - - td{ - border: 0; - background-color: #efefef; - - label{ - border: 1px #efefef solid !important; - background-color: #efefef !important; - } - } - } - } - } - } - .variabla.custom_radio_picture, - .variabla.visual-radio-scale{ - - label{ - padding: 7px 12px; - text-align: center; - - span.enka-custom-radio::before, - .visual-radio-scale, - .enka-vizualna-skala { - letter-spacing: 0px; - } - } - - &:hover label, - &.checked label{ - background-color: #fff; - border: 1px #fff solid; - } - } - - .hotspot{ - width: 100% !important; - } - } - } - /* END TIP RADIO, DROPDOWN IN CHECKBOX */ - - - /* TIP TEXT, NUMBER */ - &.tip_4, - &.tip_21, - &.tip_7{ - - label{ - padding: 0 !important; - - line-height: 24px; - } - - input[type="text"], - input[type="email"]{ - box-sizing: border-box; - - width: 100%; - padding: 10px; - } - - textarea{ - box-sizing: border-box; - - width: 100%; - max-width: 100% !important; - padding: 10px; - } - - .text_vrednost tbody tr{ - - td{ - &.variabla{ - display: flex; - flex-direction: column; - - margin-bottom: 5px; - - input{ - width: 100%; - margin-top: 5px; - margin-bottom: 5px; - } - - textarea{ - width: 100%; - max-height: 100px; - } - } - } - } - - &.tip_7 label.limit{ - display: block; - margin-bottom: 20px; - } - - .upload_foto_result{ - width: 100%; - height: auto; - - margin: 20px 0 0 0 !important; - padding: 0 !important; - } - - .upload_fotoresults_delete{ - position: absolute; - left: 100px; - margin: 20px 0 10px 0; - } - } - /* END TIP TEXT, NUMBER */ - - /* TIP DATUM */ - &.tip_8{ - - input[type="text"], - input[type="email"]{ - box-sizing: border-box; - - width: 80%; - padding: 10px; - } - - .ui-datepicker{ - font-size: 13px; - } - } - /* END TIP DATUM */ - - - /* TIP TABELA */ - &.tip_6, - &.tip_16, - &.tip_19, - &.tip_20, - &.tip_24{ - - .grid_mobile{ - - .grid_mobile_question{ - margin: 10px 0 15px; - - /*line-height: 24px;*/ - - .grid_mobile_title{ - padding: 7px 9px; - - font-weight: 500; - } - - .grid_mobile_variables{ - width: 100%; - box-sizing: border-box; - - .grid_mobile_variable{ - width: 100%; - height: 100%; - box-sizing: border-box; - - padding: 7px 9px; - margin: 2px 0; - - color: #333333; - - border: 1px #fff solid; - border-radius: 3px; - - label{ - vertical-align: baseline; - } - - .grid_mobile_variable_title{ - - } - } - } - - .grid_mobile_double_subtitle{ - padding: 5px 8px; - } - } - } - - .grid_mobile.checkbox, - .grid_mobile.radio{ - - .grid_mobile_variable{ - - &:hover, - &.checked{ - background-color: #efefef; - border: 1px #E2E2E2 solid; - } - } - } - - .grid_mobile.radio.visual_scale, - .grid_mobile.radio.smiley_scale{ - - .grid_mobile_variables{ - //width: auto !important; - - .grid_mobile_variable{ - display: inline-block; - //width: auto !important; - - border: 0; - - &:hover, - &.checked{ - background-color: #fff; - border: 0; - } - - .visual-radio-table, - .custom-radio-table{ - display: inline-block !important; - } - } - } - } - - .grid_mobile.text, - .grid_mobile.number{ - - .grid_mobile_variable{ - - input[type="text"], - input[type="email"]{ - box-sizing: border-box; - - width: 100%; - padding: 10px; - } - - textarea{ - box-sizing: border-box; - - width: 100%; - max-width: 100% !important; - padding: 10px; - } - - .category > div{ - max-height: 60px; - } - } - } - - /* Mobilno rzpiranje tabel */ - .grid_mobile.mobile_expanding{ - - .grid_mobile_title{ - cursor: pointer; - display: flex; - justify-content: space-between; - - .faicon.mobile_expanding_arrow{ - font-family: $fontawesome; - font-weight: 700; - font-size: 18px; - - padding-left: 10px; - - &.arrow_down::before{ - content: "\f078"; - } - - &.arrow_up::before{ - content: "\f077"; - } - - } - } - - .grid_mobile_result{ - display: none; - - margin: 0px 30px 0 10px; - - font-size: 13px; - color: #999; - line-height: 20px; - font-weight: 500; - } - } - - - /* Ce nimamo mobilno prilagojenih tabel */ - table.grid_table{ - width: auto; - position: relative; - - td.question{ - min-width: 150px; - padding: 10px; - } - td.category{ - min-width: 100px; - } - } - - .grid_light input, - .grid_dark input, - .grid_light textarea, - .grid_dark textarea, - .grid_dark label, - .grid_light label{ - max-width: 50px; - } - - td.grid_light, - td.grid_dark { - max-width: 100px; - } - - .grid_dark label, - .grid_light label{ - display: inline !important; - } - - .grid_dark { - color: #999; - } - - - .dynamic_mg_vrednost{ - margin-left: 5px; - } - } - /* END TIP TABELA */ - - - /* TIP VSOTA */ - &.tip_18{ - - input[type="text"]{ - box-sizing: border-box; - - width: 98%; - padding: 10px; - } - - .vsota_besedilo { - - width: 98%; - - text-align: left; - line-height: 25px; - } - - .variabla_vsota { - width: 98%; - } - - .variabla_sum { - width: 98%; - } - - .variabla_sum:nth-last-child(2){ - margin-bottom: 10px; - } - - .variabla_sum.sum { - border-top: 1px solid #505050; - } - } - /* END TIP VSOTA */ - - - /* TIP RANKING */ - &.tip_17{ - - input[type="text"]{ - box-sizing: border-box; - - width: 98%; - padding: 10px; - } - - select{ - width: 70px; - } - - label{ - padding-bottom: 20px; - - line-height: 25px; - } - - .ranking{ - color: black; - width: 90px; - margin: 15px 0 0 5px; - } - - img .frame_ranking_in{ - margin: -25px 0 0 -30px; - width: 100px; - } - } - /* END TIP RANKING */ - - - - /* TIP LOKACIJA */ - &.tip_26{ - /* Iznici .variable_holder div div padding v google maps, ker vse popaci*/ - .map_spremenljivka div div{ - padding-top: 0px; - } - } - /* END TIP LOKACIJA */ - - - /* TIP NAGOVOR */ - &.tip_5{ - &:after{ - margin-top: 10px; - } - } - /* END TIP NAGOVOR */ - - - /* TIP SN */ - &.tip_9{ - .sn_name{ - - input[type="text"]{ - box-sizing: border-box; - width: 90%; - - margin-top: 5px; - margin-bottom: 5px; - padding: 10px; - } - } - - .sn_add_field{ - - } - } - /* END TIP SN */ - - - .textfield { - max-width: 100px; - } - - td img{ - margin-left: -5px; - padding-right: 19px !important; - margin-top: 84px !important; - } - - td b{ - color: #999; - } - - - - #arrow_right, #arrow_left, #arrow_up, #arrow_down { - background-repeat: no-repeat; - } - - - - abbr.mouseover { - border-bottom: 1px solid #000; - background: #E2E2E2; - } - - - /* DRAG AND DROP ZA MOBILNIKE */ - .frame_dropping_mobile{ - width: 100px; - margin: 0px auto 10px auto; - height: 15px; - - background-color: #eff2f7; - border: 1px solid #b9c5d9; - } - - .frame_dropping_box_mobile{ - width: 100px; - padding: 5px; - margin: 10px auto 0px auto; - - height: 15px; - text-indent: -25px; - - border-left: 4px solid #b9c5d9; - border-right: 4px solid #b9c5d9; - border-bottom: 4px solid #b9c5d9; - } - - .frame_dropping_titles_mobile{ - width: 100px; - margin: 0px auto 0px auto; - height: 15px; - - text-align: center; - - background-color: #FFFFFF; - - border-top: 1px solid #b9c5d9; - border-left: 1px solid #b9c5d9; - border-right: 1px solid #b9c5d9; - } - - .frame_dropping_titles_box_mobile{ - width: 100px; - margin: 0px auto 0px auto; - height: 15px; - - text-align: center; - - background-color: #FFFFFF; - } - - .drag_and_drop_box_right{ - top: 15px!important; - padding-left: 10px !important; - } - - .drag_and_drop_box_right_after_refresh{ - padding-left: 10px !important; - } - - .drag_and_drop_box_right_over{ - padding-left: 10px !important; - } - - .frame_dropping_wider_mobile{ - width: 110px !important; - } - - td.middle_mobile img { - width: 20px; - margin-left: 0px!important; - } - - td.middle_mobile { - width: 50px !important; - position: absolute; - top: 10%; - left: 50%; - margin-left: -20px; - } - - .ranking_mobile, .ranking_long_mobile{ - width: 100px; - /*padding: 5px;*/ - margin: 0 auto 10px auto; - border: 1px solid #000000; - /*height: 25px;*/ - height: 50px; - text-align: center; - overflow: hidden; - background-color: #ffffff; - } - - .drag_and_drop { - top: -6px; - left: -1px; - } - - .drag_and_drop_right{ - top: -6px!important; - left: -1px!important; - } - /* KONEC DRAG AND DROP ZA MOBILNIKE */ - - /* SLIDER ZA MOBILNIKE */ - .slider_mobile { - display: inline-block; - - width: 95%; - margin: 10px 10px 0 10px; - - background-color: #efefef; - background-image: none !important; - - .ui-slider-handle{ - background-image: none !important; - } - } - - .slider_grid_mobile { - display: inline-block; - width: 95%; - margin: 10px 10px 0 10px; - background-color: #efefef !important; - background-image: none !important; - } - - .slider_minmaxlabel_mobile{ - width: 100%; - } - - .slider_grid_minmaxlabel_mobile{ - width: 100%; - } - - .ui-slider-label-mobile{ - position: absolute !important; - top: 5px !important; - text-align: center !important; - /*left: 50% !important;*/ - /*right: 0% !important;*/ - margin-left: -1em !important; - /*width: 2em !important;*/ - - } - - .ui-slider-label-mobile-first{ - position: absolute !important; - top: 5px !important; - text-align: left; - } - - .ui-slider-label-mobile-last{ - position: absolute !important; - top: 5px !important; - text-align: right; - right: 0% !important; - } - - /* KONEC SLIDER ZA MOBILNIKE */ - - - /* Fotografiranje za mobilnike - 21_7 */ - /* Skrije navadni upload gumb in prikaze lepsi gumb, za foto upload*/ - .upload_foto_file { - display: none; - } - - /* skrije div, ki se uporablja samo za desktop*/ - /* potrebno samo zaradi mobile safari, ker ima vgrajen flash (testirano na iPhone)*/ - .fotoparent{ - display: none !important; - } - - .custom-foto-upload { - background-image: url("../../main/survey/skins/Default/webcam_record.png"); - background-size: 56px 56px; - background-repeat: no-repeat; - background-position: center; - height : 56px; - width: 56px; - padding: 4px 4px 4px 4px; - display: inline-block; - cursor: pointer; - } - /* Konec Fotografiranje za mobilnike - 21_7 */ - } - } - - .buttons{ - display: flex; - justify-content: space-evenly; - - margin-top: 40px; - margin-bottom: 20px; - padding-top: 30px; - - border-top: 1px #ddeffd solid; - - input{ - margin: 0; - padding: 10px 15px; - - } - } - - #continue_later{ - margin: 10px 10px; - padding: 10px 10px 0 10px !important; - - input[type="email"]{ - width: 100%; - } - } - } -}