[Redizajn 1KA] - Status --> Neodgovor spremenljivke --> Prekinitve - v2
This commit is contained in:
parent
1b2bbd944d
commit
db62799b1a
@ -311,6 +311,8 @@ class SurveyParaAnalysis{
|
||||
|
||||
echo '<div id="dataSettingsCheckboxes" class="paraAnalysisGraph" '.($showSettings ? '' : ' style="display:none;"').'>';
|
||||
|
||||
echo '<div class="wrap1360">';
|
||||
|
||||
//Spremenljivke
|
||||
echo '<div class="section">';
|
||||
|
||||
@ -402,6 +404,7 @@ class SurveyParaAnalysis{
|
||||
|
||||
echo '</div>';
|
||||
|
||||
echo '</div>';
|
||||
echo '</div>'; // konec diva zapiranje nastavitev
|
||||
|
||||
if ($showSettings) {
|
||||
|
@ -227,6 +227,7 @@ class CrossRoad {
|
||||
$layout_width = 'wide';
|
||||
$layout_menu = 'menu_left';
|
||||
|
||||
|
||||
$status = 0;
|
||||
|
||||
break;
|
||||
|
@ -11560,40 +11560,45 @@ div#komentarji_napredno fieldset:last-of-type {
|
||||
div.page_nonresponse_graph div#surveyNonresponse div#dataSettingsCheckboxes {
|
||||
background-color: #F4F9FE;
|
||||
width: 100%;
|
||||
height: 128px;
|
||||
height: 136px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 206px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
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;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
margin: 16px 0px;
|
||||
padding: 0px 16px;
|
||||
width: 432px;
|
||||
box-sizing: border-box;
|
||||
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;
|
||||
}
|
||||
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;
|
||||
}
|
||||
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;
|
||||
}
|
||||
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;
|
||||
}
|
||||
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-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;
|
||||
flex-direction: row;
|
||||
}
|
||||
@ -11672,7 +11677,7 @@ div.page_nonresponse_graph div#bottom_data_legend_missing div.legend_title {
|
||||
}
|
||||
|
||||
div.drop_setting_margin {
|
||||
margin-top: 128px;
|
||||
margin-top: 136px;
|
||||
}
|
||||
|
||||
div.drop_setting_transition {
|
||||
|
@ -5,19 +5,24 @@ div.page_nonresponse_graph {
|
||||
div#dataSettingsCheckboxes {
|
||||
background-color: $medium-blue2;
|
||||
width: 100%;
|
||||
height: 128px;
|
||||
height: 136px;
|
||||
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 206px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
|
||||
div.wrap1360 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
width: 1360px;
|
||||
|
||||
.section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
margin: 16px 0px;
|
||||
padding: 0px 16px;
|
||||
width: 432px;
|
||||
@ -50,6 +55,9 @@ div.page_nonresponse_graph {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -152,7 +160,7 @@ div.page_nonresponse_graph {
|
||||
|
||||
// Za premik vsebine pod dropdown nastavitve.
|
||||
div.drop_setting_margin {
|
||||
margin-top: 128px;
|
||||
margin-top: 136px;
|
||||
}
|
||||
|
||||
div.drop_setting_transition {
|
||||
|
Loading…
x
Reference in New Issue
Block a user