[Redizajn 1KA] Popupi: Analize > Multitabele - Edit - v2

This commit is contained in:
tejagerjovic 2022-06-07 04:28:35 +02:00
parent c5330f784d
commit cd70890f26
6 changed files with 53 additions and 38 deletions

View File

@ -2182,9 +2182,9 @@ class SurveyMultiCrosstabs {
echo '</span>';
// Cas kreiranja tabele
echo '<div style="float:right; text-align:right;">';
echo '<div id="table_create_time">';
$time_created = strtotime($current_table['time_created']);
echo $lang['srv_multicrosstabs_tables_time'].': <span class="bold">'.date("d.m.Y H:i", $time_created).'</span><br />';
echo $lang['srv_multicrosstabs_tables_time'].': <span class="bold">'.date("d.m.Y H:i", $time_created).'</span>';
echo '</div>';

View File

@ -8586,6 +8586,11 @@ div#mc_table_settings form {
padding: 0;
}
#table_create_time {
margin: 16px 0 32px 0;
text-align: right;
}
div#div_analiza_archive_name {
width: 900px !important;
}
@ -26849,10 +26854,6 @@ div.no_data_alert div#buttons button::first-letter {
text-transform: uppercase;
}
.printHide {
display: none !important;
}
#div_analiza_data:not(.anal_arch) .div_analiza_holder,
#div_means_data .div_analiza_holder,
#div_break_data .div_analiza_holder,
@ -30685,13 +30686,15 @@ input#endDate {
line-height: 20px;
background-color: white;
display: none;
position: fixed;
left: calc(50% - 275px);
top: 40vh;
position: absolute;
z-index: 999;
height: auto;
margin: 10px;
left: calc(50% - 300px);
top: 40%;
padding: 20px;
width: 550px;
background-color: #FFFFFF;
border-left: 6px #1E88E5 solid !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
}
#newMCTable .popup_close {
position: absolute !important;
@ -30872,13 +30875,15 @@ input#endDate {
line-height: 20px;
background-color: white;
display: none;
position: fixed;
left: calc(50% - 275px);
top: 40vh;
position: absolute;
z-index: 999;
height: auto;
margin: 10px;
left: calc(50% - 300px);
top: 40%;
padding: 20px;
width: 550px;
background-color: #FFFFFF;
border-left: 6px #1E88E5 solid !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
}
#renameMCTable .popup_close {
position: absolute !important;
@ -31059,13 +31064,15 @@ input#endDate {
line-height: 20px;
background-color: white;
display: none;
position: fixed;
left: calc(50% - 275px);
top: 40vh;
position: absolute;
z-index: 999;
height: auto;
margin: 10px;
left: calc(50% - 300px);
top: 40%;
padding: 20px;
width: 550px;
background-color: #FFFFFF;
border-left: 6px #1E88E5 solid !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
}
#deleteMCTable .popup_close {
position: absolute !important;

View File

@ -294,14 +294,18 @@ and open the template in the editor.
@include popup_general();
display: none;
position: fixed;
left: calc(50% - 275px);
top: 40vh;
z-index: 999;
position: absolute;
z-index: 20;
margin: 10px;
left: calc(50% - 300px);
top: 40%;
padding: 20px;
width: 550px;
background-color: white;
border-left: 6px $blue solid !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
}
/*new table popup*/
#newMCTable {

View File

@ -583,6 +583,11 @@ div#mc_table_settings {
}
}
#table_create_time {
margin: 16px 0 32px 0;
text-align: right;
}
//Pošilji arhiv
div#div_analiza_archive_name {
width: 900px !important;

View File

@ -40,15 +40,18 @@
@include popup_general();
display: none;
position: fixed;
left: calc(50% - 275px);
top: 40vh;
position: absolute;
z-index: 999;
height: auto;
margin: 10px;
left: calc(50% - 300px);
top: 40%;
padding: 20px;
width: 550px;
background-color: $white;
border-left: 6px $blue solid !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
}
/*new table popup*/

View File

@ -35,7 +35,3 @@ div.no_data_alert {
}
}
}
.printHide{
display: none !important;
}