V grobem zakljucen mobile admin vmesnik
This commit is contained in:
parent
427f7caff4
commit
201d59a9d4
@ -39,6 +39,9 @@ class MobileSurveyAdmin{
|
||||
else{
|
||||
$this->displayLogo();
|
||||
}
|
||||
|
||||
// Se inicializiramo zeynep jquery mobile menu
|
||||
echo '<script> mobile_init(); </script>';
|
||||
|
||||
echo '</div>';
|
||||
}
|
||||
@ -562,7 +565,41 @@ class MobileSurveyAdmin{
|
||||
$submenu = array(
|
||||
array(
|
||||
'title' => $lang['srv_stat_analiza'],
|
||||
'url' => 'index.php?anketa='.$this->surveyAdminClass->anketa.'&a='.A_ANALYSIS.'&m='.M_ANALYSIS_SUMMARY
|
||||
'name' => 'analyse_submenu',
|
||||
'submenu' => array(
|
||||
array(
|
||||
'title' => $lang['srv_analiza_arhiviraj_type_0'],
|
||||
'url' => 'index.php?anketa='.$this->surveyAdminClass->anketa.'&a='.A_ANALYSIS.'&m='.M_ANALYSIS_SUMMARY
|
||||
),
|
||||
array(
|
||||
'title' => $lang['srv_analiza_arhiviraj_type_1'],
|
||||
'url' => 'index.php?anketa='.$this->surveyAdminClass->anketa.'&a='.A_ANALYSIS.'&m='.M_ANALYSIS_DESCRIPTOR
|
||||
),
|
||||
array(
|
||||
'title' => $lang['srv_analiza_arhiviraj_type_2'],
|
||||
'url' => 'index.php?anketa='.$this->surveyAdminClass->anketa.'&a='.A_ANALYSIS.'&m='.M_ANALYSIS_FREQUENCY
|
||||
),
|
||||
array(
|
||||
'title' => $lang['srv_analiza_arhiviraj_type_3'],
|
||||
'url' => 'index.php?anketa='.$this->surveyAdminClass->anketa.'&a='.A_ANALYSIS.'&m='.M_ANALYSIS_CROSSTAB
|
||||
),
|
||||
array(
|
||||
'title' => $lang['srv_multicrosstabs'],
|
||||
'url' => 'index.php?anketa='.$this->surveyAdminClass->anketa.'&a='.A_ANALYSIS.'&m='.M_ANALYSIS_MULTICROSSTABS
|
||||
),
|
||||
array(
|
||||
'title' => $lang['srv_analiza_arhiviraj_type_4'],
|
||||
'url' => 'index.php?anketa='.$this->surveyAdminClass->anketa.'&a='.A_ANALYSIS.'&m='.M_ANALYSIS_MEANS
|
||||
),
|
||||
array(
|
||||
'title' => $lang['srv_analiza_arhiviraj_type_5'],
|
||||
'url' => 'index.php?anketa='.$this->surveyAdminClass->anketa.'&a='.A_ANALYSIS.'&m='.M_ANALYSIS_TTEST
|
||||
),
|
||||
array(
|
||||
'title' => $lang['srv_analiza_arhiviraj_type_6'],
|
||||
'url' => 'index.php?anketa='.$this->surveyAdminClass->anketa.'&a='.A_ANALYSIS.'&m='.M_ANALYSIS_BREAK
|
||||
)
|
||||
)
|
||||
),
|
||||
array(
|
||||
'title' => $lang['srv_analiza_charts'],
|
||||
@ -631,7 +668,15 @@ class MobileSurveyAdmin{
|
||||
// Vsebina podmenija
|
||||
echo '<ul>';
|
||||
foreach($submenu as $submenu_item){
|
||||
$this->displayMenuItem($submenu_item['title'], $submenu_item['url']);
|
||||
|
||||
// Dodaten podmeni
|
||||
if(isset($submenu_item['name'])){
|
||||
//$this->displaySubmenuItem($submenu_item['name'], $submenu_item['title'], $submenu_item['submenu']);
|
||||
$this->displayMenuItemWithSubmenu($submenu_item['name'], $submenu_item['title'], $submenu_item['submenu']);
|
||||
}
|
||||
else{
|
||||
$this->displayMenuItem($submenu_item['title'], $submenu_item['url']);
|
||||
}
|
||||
}
|
||||
echo '</ul>';
|
||||
|
||||
|
@ -8102,10 +8102,10 @@ class SurveyInvitationsNew {
|
||||
else{
|
||||
|
||||
if($noEmailing == 1){
|
||||
echo '<table style="width:50%;">';
|
||||
echo '<table class="invitations_settings" style="width:50%;">';
|
||||
}
|
||||
else{
|
||||
echo '<table style="width:100%;">';
|
||||
echo '<table class="invitations_settings" style="width:100%;">';
|
||||
echo '<colgroup style="width:48%;"></colgroup>';
|
||||
echo '<colgroup style="width:48%;"></colgroup>';
|
||||
}
|
||||
|
@ -20,22 +20,13 @@ return [
|
||||
|
||||
// jquery in jquery ui vkljucimo ze minificirana, da bo slo mal hitrej
|
||||
new Minify_Source(['filepath' => dirname(__FILE__).'/../script/jquery/ui-1.8.18/js/jquery-1.7.1.min.js',]),
|
||||
// fix za IE in draggables -- http://dev.jqueryui.com/ticket/5374 (v novi verziji zgleda da to dela)
|
||||
//new Minify_Source( array('filepath' => dirname(__FILE__) .'/../script/jquery/ui-1.8.4/js/jquery-1.4.2.mod.min.js',)),
|
||||
//dirname(__FILE__) .'/../script/jquery/ui-1.8.4/development-bundle/jquery-1.4.2.mod.js',
|
||||
|
||||
// Priprava za posodobitev jQuery na novejšo verzijo
|
||||
// dirname(__FILE__).'/../script/jquery/jquery-1.12.4.min.js',
|
||||
// dirname(__FILE__).'/../script/jquery/jquery-migrate-1.4.1.js',
|
||||
|
||||
new Minify_Source(['filepath' => dirname(__FILE__).'/../script/jquery/ui-1.8.18/js/jquery-ui-1.8.18.custom.min.js',]),
|
||||
//new Minify_Source( array('filepath' => dirname(__FILE__) .'/../script/jquery/ui-1.8.4/js/jquery-ui-1.8.4.custom.min.js',)),
|
||||
|
||||
new Minify_Source(['filepath' => dirname(__FILE__).'/../script/jquery/ui.drag_drop_selectable.js',]),
|
||||
new Minify_Source(['filepath' => dirname(__FILE__).'/../script/jquery/jquery_touch_punch/jquery.ui.touch-punch.min.js',]),
|
||||
//dirname(__FILE__) .'/../script/jquery/ui.draggable.orig.js',
|
||||
|
||||
dirname(__FILE__).'/../script/mobileMenu/zeynep.min.js',
|
||||
|
||||
dirname(__FILE__).'/../script/jquery/jquery.timer.js',
|
||||
dirname(__FILE__).'/../script/jquery/farbtastic.js',
|
||||
dirname(__FILE__).'/../script/jquery/jquery.qtip-1.0.js',
|
||||
@ -198,6 +189,9 @@ return [
|
||||
new Minify_Source(['filepath' => dirname(__FILE__).'/../script/jquery/ui-1.8.18/js/jquery-1.7.1.min.js',]),
|
||||
new Minify_Source(['filepath' => dirname(__FILE__).'/../script/jquery/ui-1.8.18/js/jquery-ui-1.8.18.custom.min.js',]),
|
||||
|
||||
dirname(__FILE__).'/../script/mobileMenu/zeynep.min.js',
|
||||
dirname(__FILE__).'/../script/mobile.js',
|
||||
|
||||
dirname(__FILE__).'/../script/datatables/jquery.dataTables.min.js',
|
||||
dirname(__FILE__).'/../script/select2/select2.min.js',
|
||||
dirname(__FILE__).'/../script/datatables/dataTables.buttons.min.js',
|
||||
|
@ -14,8 +14,6 @@ $(function() {
|
||||
onload_init(); // script.js
|
||||
IE7_select_disabled_fix(); // script.js
|
||||
inline_jezik_hover(); // script.js
|
||||
|
||||
mobile_init(); // mobile.js
|
||||
|
||||
onload_init_branching(); // branching.js
|
||||
onload_init_inline(); // vprasanjeInline.js
|
||||
|
@ -28769,6 +28769,18 @@ table.dashboard > tbody > tr > td {
|
||||
#branching .spr_edit {
|
||||
display: none !important;
|
||||
}
|
||||
#branching .empty_vrivanje {
|
||||
padding: 50px 0 !important;
|
||||
margin: 20px 10px 20px 20px !important;
|
||||
}
|
||||
#branching .empty_vrivanje .empty_vrivanje_title {
|
||||
margin: 0 20px;
|
||||
font-size: 14px;
|
||||
}
|
||||
#branching .empty_vrivanje .empty_vrivanje_subtitle {
|
||||
margin: 15px 20px 0 15px;
|
||||
font-size: 13px;
|
||||
}
|
||||
#branching #bottom_icons_holder {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -28776,7 +28788,7 @@ table.dashboard > tbody > tr > td {
|
||||
#branching #bottom_icons_holder .forma_bottom {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
align-items: left;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
padding: 30px 10px 20px 20px;
|
||||
@ -28788,10 +28800,18 @@ table.dashboard > tbody > tr > td {
|
||||
margin: 0;
|
||||
}
|
||||
#branching #bottom_icons_holder .forma_bottom .forma_bottom_inner a {
|
||||
margin: 0 8px;
|
||||
margin: 0 11px 0 2px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#toolbox_advanced_settings {
|
||||
top: 150px;
|
||||
}
|
||||
|
||||
#toolbox_basic {
|
||||
top: 187px;
|
||||
}
|
||||
|
||||
#vprasanje_float_editing {
|
||||
position: fixed;
|
||||
z-index: 99999;
|
||||
@ -28806,11 +28826,51 @@ table.dashboard > tbody > tr > td {
|
||||
left: 0;
|
||||
box-shadow: 0px 0px 100px 100px #333;
|
||||
}
|
||||
#vprasanje_float_editing #vprasanje_edit {
|
||||
top: 0;
|
||||
margin-bottom: 55px;
|
||||
}
|
||||
#vprasanje_float_editing #vprasanje_tabs {
|
||||
position: absolute;
|
||||
top: 42px;
|
||||
}
|
||||
#vprasanje_float_editing #vprasanje_tabs a.tab_link {
|
||||
height: auto;
|
||||
padding: 10px 9px;
|
||||
}
|
||||
#vprasanje_float_editing .tab {
|
||||
padding-top: 100px;
|
||||
}
|
||||
#vprasanje_float_editing .tab h2 {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 42px;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
margin: 0;
|
||||
}
|
||||
#vprasanje_float_editing #vprasanje_buttons {
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
position: relative;
|
||||
bottom: 30px;
|
||||
padding: 0 15px;
|
||||
}
|
||||
#vprasanje_float_editing #vprasanje_buttons span {
|
||||
width: 40%;
|
||||
margin-left: 0 !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#main #anketa #globalSetingsList.full_width {
|
||||
#main #anketa #globalSetingsList {
|
||||
max-width: 100% !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
#main #anketa #globalSetingsList fieldset {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* NASTAVITVE in ARHIVI */
|
||||
#main #anketa #anketa_edit.page_nastavitve {
|
||||
@ -28836,6 +28896,17 @@ table.dashboard > tbody > tr > td {
|
||||
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;
|
||||
@ -28853,6 +28924,308 @@ table.dashboard > tbody > tr > td {
|
||||
#main #anketa #anketa_edit.page_arhivi #div_archive_content fieldset input {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
#srv_diagnostic br {
|
||||
display: none;
|
||||
}
|
||||
#srv_diagnostic #srv_diagnostic_results,
|
||||
#srv_diagnostic #srv_diagnostic_results_right {
|
||||
clear: both;
|
||||
display: block !important;
|
||||
width: 100% !important;
|
||||
box-sizing: border-box;
|
||||
margin: 20px 0 !important;
|
||||
}
|
||||
#srv_diagnostic #srv_diagnostic_results table,
|
||||
#srv_diagnostic #srv_diagnostic_results_right table {
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
}
|
||||
#srv_diagnostic #srv_diagnostic_results table td + td,
|
||||
#srv_diagnostic #srv_diagnostic_results_right table td + td {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
#vabila > table,
|
||||
table.invitations_settings,
|
||||
#inv_msg_preview table,
|
||||
#inv_send_mail table {
|
||||
border-spacing: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
#vabila > table tbody,
|
||||
table.invitations_settings tbody,
|
||||
#inv_msg_preview table tbody,
|
||||
#inv_send_mail table tbody {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100% !important;
|
||||
}
|
||||
#vabila > table > tbody > tr,
|
||||
#vabila > table > tbody > tr > td,
|
||||
table.invitations_settings > tbody > tr,
|
||||
table.invitations_settings > tbody > tr > td,
|
||||
#inv_msg_preview table > tbody > tr,
|
||||
#inv_msg_preview table > tbody > tr > td,
|
||||
#inv_send_mail table > tbody > tr,
|
||||
#inv_send_mail table > tbody > tr > td {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100% !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#vabila > table > tbody > tr > td,
|
||||
table.invitations_settings > tbody > tr > td,
|
||||
#inv_msg_preview table > tbody > tr > td,
|
||||
#inv_send_mail table > tbody > tr > td {
|
||||
height: auto !important;
|
||||
margin: 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
#vabila > table > tbody > tr > td > br,
|
||||
table.invitations_settings > tbody > tr > td > br,
|
||||
#inv_msg_preview table > tbody > tr > td > br,
|
||||
#inv_send_mail table > tbody > tr > td > br {
|
||||
display: none;
|
||||
}
|
||||
#vabila > table > tbody > tr > td > div,
|
||||
#vabila > table > tbody > tr > td > fieldset,
|
||||
table.invitations_settings > tbody > tr > td > div,
|
||||
table.invitations_settings > tbody > tr > td > fieldset,
|
||||
#inv_msg_preview table > tbody > tr > td > div,
|
||||
#inv_msg_preview table > tbody > tr > td > fieldset,
|
||||
#inv_send_mail table > tbody > tr > td > div,
|
||||
#inv_send_mail table > tbody > tr > td > fieldset {
|
||||
margin: 15px 0;
|
||||
}
|
||||
#vabila > table colgroup,
|
||||
#vabila > table colgroup col,
|
||||
table.invitations_settings colgroup,
|
||||
table.invitations_settings colgroup col,
|
||||
#inv_msg_preview table colgroup,
|
||||
#inv_msg_preview table colgroup col,
|
||||
#inv_send_mail table colgroup,
|
||||
#inv_send_mail table colgroup col {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
#surveyInvitationSetting,
|
||||
#surveyInvitationSettingServer {
|
||||
min-width: 100% !important;
|
||||
width: 100% !important;
|
||||
box-sizing: border-box !important;
|
||||
}
|
||||
|
||||
#inv_top_navi {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
#inv_top_navi .inv_space {
|
||||
display: none;
|
||||
}
|
||||
#inv_top_navi > #inv_step_nav {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0 0 15px 0;
|
||||
}
|
||||
#inv_top_navi > #inv_step_nav .inv_step {
|
||||
height: auto;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
#inv_top_navi > #inv_step_nav span.label {
|
||||
padding: 0;
|
||||
}
|
||||
#inv_top_navi > #inv_step_nav.yellow {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
#inv_top_navi > #inv_step_nav.yellow .inv_step span.circle {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
}
|
||||
#inv_top_navi > #inv_step_nav.yellow .inv_step span.label {
|
||||
padding: 0 0 0 3px;
|
||||
}
|
||||
#inv_top_navi > #inv_step_nav.yellow .inv_step_space {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
#inv_recipients_profiles_holder textarea,
|
||||
#inv_import_list_container textarea,
|
||||
#inv_messages_profiles_holder textarea,
|
||||
#inv_msg_preview_hld textarea,
|
||||
#invitation_profile_notes textarea,
|
||||
#inv_select_mail_to textarea,
|
||||
#inv_select_mail_preview 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;
|
||||
}
|
||||
#inv_msg_preview table input {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.page_data #vnosi_paginacija {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
float: none;
|
||||
}
|
||||
.page_data #vnosi_paginacija > div {
|
||||
margin: 5px 0;
|
||||
}
|
||||
.page_data #vnosi_paginacija label {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.page_data #data_search_filter {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.page_data #data_search_filter input {
|
||||
box-sizing: border-box;
|
||||
margin-left: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
.page_data .dataSettingsBasic {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
}
|
||||
.page_data #toggleDataCheckboxes {
|
||||
display: none;
|
||||
}
|
||||
.page_data #div_vnosi_data #dataTableScroller {
|
||||
display: none;
|
||||
}
|
||||
.page_data #bottom_data_legend {
|
||||
display: block;
|
||||
float: none;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
margin: 5px 0 10px 0;
|
||||
}
|
||||
|
||||
.subpage_append,
|
||||
.subpage_merge,
|
||||
.subpage_calculation,
|
||||
.subpage_coding_auto,
|
||||
.subpage_recoding,
|
||||
.subpage_coding,
|
||||
.page_export {
|
||||
flex-direction: column !important;
|
||||
}
|
||||
.subpage_append .anketa_edit_left,
|
||||
.subpage_append .anketa_edit_main,
|
||||
.subpage_merge .anketa_edit_left,
|
||||
.subpage_merge .anketa_edit_main,
|
||||
.subpage_calculation .anketa_edit_left,
|
||||
.subpage_calculation .anketa_edit_main,
|
||||
.subpage_coding_auto .anketa_edit_left,
|
||||
.subpage_coding_auto .anketa_edit_main,
|
||||
.subpage_recoding .anketa_edit_left,
|
||||
.subpage_recoding .anketa_edit_main,
|
||||
.subpage_coding .anketa_edit_left,
|
||||
.subpage_coding .anketa_edit_main,
|
||||
.page_export .anketa_edit_left,
|
||||
.page_export .anketa_edit_main {
|
||||
width: 100% !important;
|
||||
box-sizing: border-box;
|
||||
margin: 20px 0 !important;
|
||||
}
|
||||
.subpage_append .anketa_edit_left,
|
||||
.subpage_merge .anketa_edit_left,
|
||||
.subpage_calculation .anketa_edit_left,
|
||||
.subpage_coding_auto .anketa_edit_left,
|
||||
.subpage_recoding .anketa_edit_left,
|
||||
.subpage_coding .anketa_edit_left,
|
||||
.page_export .anketa_edit_left {
|
||||
margin: 0 !important;
|
||||
}
|
||||
.subpage_append textarea,
|
||||
.subpage_merge textarea,
|
||||
.subpage_calculation textarea,
|
||||
.subpage_coding_auto textarea,
|
||||
.subpage_recoding textarea,
|
||||
.subpage_coding textarea,
|
||||
.page_export textarea {
|
||||
width: 100% !important;
|
||||
}
|
||||
.subpage_append #inv_upload_recipients_nosbmt + span,
|
||||
.subpage_merge #inv_upload_recipients_nosbmt + span,
|
||||
.subpage_calculation #inv_upload_recipients_nosbmt + span,
|
||||
.subpage_coding_auto #inv_upload_recipients_nosbmt + span,
|
||||
.subpage_recoding #inv_upload_recipients_nosbmt + span,
|
||||
.subpage_coding #inv_upload_recipients_nosbmt + span,
|
||||
.page_export #inv_upload_recipients_nosbmt + span {
|
||||
display: block;
|
||||
clear: both;
|
||||
margin: 40px 0 0 0 !important;
|
||||
}
|
||||
|
||||
.analysis_bottom_settings a:first-child {
|
||||
display: block;
|
||||
margin: 0 0 20px 0 !important;
|
||||
}
|
||||
|
||||
.chart_holder {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.chart_holder .chart_img {
|
||||
min-height: auto;
|
||||
float: none;
|
||||
}
|
||||
.chart_holder .chart_img img {
|
||||
width: 100%;
|
||||
}
|
||||
.chart_holder .chart_settings {
|
||||
display: none;
|
||||
}
|
||||
.chart_holder .chart_bottom_settings:first-child {
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
table.analysis_reports {
|
||||
border-spacing: 0px;
|
||||
}
|
||||
table.analysis_reports > tbody > tr,
|
||||
table.analysis_reports > tbody > tr > td {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
table.analysis_reports > tbody > tr > td {
|
||||
margin: 10px 0;
|
||||
}
|
||||
table.analysis_reports fieldset {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=admin.css.map */
|
||||
|
@ -21,6 +21,8 @@ $breakpoint-mobile: 600px;
|
||||
@import "pages/status";
|
||||
@import "pages/branching";
|
||||
@import "pages/survey_settings";
|
||||
@import "pages/testing";
|
||||
@import "pages/publish";
|
||||
@import "pages/data";
|
||||
@import "pages/analysis";
|
||||
}
|
||||
|
@ -1 +1,59 @@
|
||||
|
||||
// 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;
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
@ -10,6 +10,21 @@
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
.empty_vrivanje {
|
||||
padding: 50px 0 !important;
|
||||
margin: 20px 10px 20px 20px !important;
|
||||
|
||||
.empty_vrivanje_title{
|
||||
margin: 0 20px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.empty_vrivanje_subtitle{
|
||||
margin: 15px 20px 0 15px;
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
|
||||
#bottom_icons_holder{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -17,7 +32,7 @@
|
||||
.forma_bottom{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
align-items: left;
|
||||
|
||||
width: 100%;
|
||||
height: auto;
|
||||
@ -31,7 +46,7 @@
|
||||
margin: 0;
|
||||
|
||||
a{
|
||||
margin: 0 8px;
|
||||
margin: 0 11px 0 2px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
@ -40,6 +55,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Toolbox na levi
|
||||
#toolbox_advanced_settings{
|
||||
top: 150px;
|
||||
}
|
||||
#toolbox_basic{
|
||||
top: 187px;
|
||||
}
|
||||
|
||||
|
||||
// Urejanje vprasanja popup
|
||||
#vprasanje_float_editing{
|
||||
position: fixed;
|
||||
z-index: 99999;
|
||||
@ -56,4 +82,50 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
@ -1 +1,94 @@
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
}
|
||||
|
140
resources/sass/admin/mobile/pages/publish.scss
Normal file
140
resources/sass/admin/mobile/pages/publish.scss
Normal file
@ -0,0 +1,140 @@
|
||||
|
||||
#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;
|
||||
}
|
||||
}
|
||||
|
||||
#surveyInvitationSetting,
|
||||
#surveyInvitationSettingServer{
|
||||
min-width: 100% !important;
|
||||
width: 100% !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;
|
||||
}
|
||||
}
|
@ -1,7 +1,11 @@
|
||||
|
||||
#main #anketa #globalSetingsList.full_width {
|
||||
#main #anketa #globalSetingsList {
|
||||
max-width: 100% !important;
|
||||
width: 100% !important;
|
||||
|
||||
fieldset{
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -33,9 +37,22 @@
|
||||
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{
|
||||
|
26
resources/sass/admin/mobile/pages/testing.scss
Normal file
26
resources/sass/admin/mobile/pages/testing.scss
Normal file
@ -0,0 +1,26 @@
|
||||
|
||||
#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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user