[Redizajn 1KA] - Status --> Neodgovor spremenljivke --> Prekinitve - v2

This commit is contained in:
tejagerjovic 2022-03-31 13:32:41 +02:00
parent 1b2bbd944d
commit db62799b1a
4 changed files with 30 additions and 13 deletions

View File

@ -311,6 +311,8 @@ class SurveyParaAnalysis{
echo '<div id="dataSettingsCheckboxes" class="paraAnalysisGraph" '.($showSettings ? '' : ' style="display:none;"').'>'; echo '<div id="dataSettingsCheckboxes" class="paraAnalysisGraph" '.($showSettings ? '' : ' style="display:none;"').'>';
echo '<div class="wrap1360">';
//Spremenljivke //Spremenljivke
echo '<div class="section">'; echo '<div class="section">';
@ -402,6 +404,7 @@ class SurveyParaAnalysis{
echo '</div>'; echo '</div>';
echo '</div>';
echo '</div>'; // konec diva zapiranje nastavitev echo '</div>'; // konec diva zapiranje nastavitev
if ($showSettings) { if ($showSettings) {

View File

@ -227,6 +227,7 @@ class CrossRoad {
$layout_width = 'wide'; $layout_width = 'wide';
$layout_menu = 'menu_left'; $layout_menu = 'menu_left';
$status = 0; $status = 0;
break; break;

View File

@ -11560,40 +11560,45 @@ div#komentarji_napredno fieldset:last-of-type {
div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes { div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes {
background-color: #F4F9FE; background-color: #F4F9FE;
width: 100%; width: 100%;
height: 128px; height: 136px;
position: absolute; position: absolute;
left: 0; left: 0;
top: 206px; top: 206px;
display: flex; display: flex;
flex-direction: row;
justify-content: center; justify-content: center;
} }
div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes .section { div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes div.wrap1360 {
display: flex;
flex-direction: row;
width: 1360px;
}
div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes div.wrap1360 .section {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex: 1;
margin: 16px 0px; margin: 16px 0px;
padding: 0px 16px; padding: 0px 16px;
width: 432px; width: 432px;
box-sizing: border-box; box-sizing: border-box;
border-right: 1px solid #E5E5E5; border-right: 1px solid #E5E5E5;
} }
div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes .section:last-of-type { div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes div.wrap1360 .section:last-of-type {
border: none; border: none;
} }
div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes .section .setting_holder { div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes div.wrap1360 .section .setting_holder {
white-space: nowrap; white-space: nowrap;
} }
div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes .section .setting_holder .setting_item { div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes div.wrap1360 .section .setting_holder .setting_item {
margin-top: 8px; margin-top: 8px;
} }
div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes .section .setting_holder .setting_item label { div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes div.wrap1360 .section .setting_holder .setting_item label {
font-size: 14px !important; font-size: 14px !important;
} }
div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes .section span.setting_title { div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes div.wrap1360 .section span.setting_title {
font-size: 14px !important; font-size: 14px !important;
font-weight: 600; font-weight: 600;
} }
div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes .section div.subsection { div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes div.wrap1360 .section div.subsection {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
} }
@ -11672,7 +11677,7 @@ div.page_nonresponse_graph div#bottom_data_legend_missing div.legend_title {
} }
div.drop_setting_margin { div.drop_setting_margin {
margin-top: 128px; margin-top: 136px;
} }
div.drop_setting_transition { div.drop_setting_transition {

View File

@ -5,19 +5,24 @@ div.page_nonresponse_graph {
div#dataSettingsCheckboxes { div#dataSettingsCheckboxes {
background-color: $medium-blue2; background-color: $medium-blue2;
width: 100%; width: 100%;
height: 128px; height: 136px;
position: absolute; position: absolute;
left: 0; left: 0;
top: 206px; top: 206px;
display: flex;
justify-content: center;
div.wrap1360 {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; width: 1360px;
.section { .section {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex: 1;
margin: 16px 0px; margin: 16px 0px;
padding: 0px 16px; padding: 0px 16px;
width: 432px; width: 432px;
@ -51,6 +56,9 @@ div.page_nonresponse_graph {
} }
} }
} }
}
} }
h2 { h2 {
@ -152,7 +160,7 @@ div.page_nonresponse_graph {
// Za premik vsebine pod dropdown nastavitve. // Za premik vsebine pod dropdown nastavitve.
div.drop_setting_margin { div.drop_setting_margin {
margin-top: 128px; margin-top: 136px;
} }
div.drop_setting_transition { div.drop_setting_transition {