Redesign - popravki map
This commit is contained in:
parent
20c11c9681
commit
d181e62469
@ -989,6 +989,17 @@ class SurveyList {
|
||||
echo ' </div>';
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
// Klik izven "Vec" - zapremo okno
|
||||
echo '<script>
|
||||
$(document).mouseup(function(e){
|
||||
var container = $(".survey_other_box");
|
||||
|
||||
if (!container.is(e.target) && container.has(e.target).length === 0){
|
||||
$(".survey_other_box").addClass("displayNone");
|
||||
}
|
||||
});
|
||||
</script>';
|
||||
}
|
||||
|
||||
/** Kreacija nove ankete
|
||||
@ -1698,7 +1709,7 @@ class SurveyList {
|
||||
changeYear: true,
|
||||
dateFormat: "dd.mm.yy",
|
||||
showAnim: "slideDown",
|
||||
showOn: "button",
|
||||
showOn: "both",
|
||||
buttonText: ""
|
||||
});
|
||||
});
|
||||
|
@ -9186,6 +9186,10 @@ div .table-horizontal-scroll-wrapper2 table {
|
||||
border-right: none;
|
||||
border-radius: 2px 0 0 2px;
|
||||
}
|
||||
#survey_list .second_line #searchMySurveys form button {
|
||||
width: 100px;
|
||||
min-width: 100px;
|
||||
}
|
||||
#survey_list .second_line #searchSettings,
|
||||
#survey_list .second_line #searchLibrarySettings {
|
||||
display: flex;
|
||||
@ -9742,6 +9746,9 @@ body.eng #survey_list .filters #folderSwitch {
|
||||
/*
|
||||
Seznam anket pri mojih anketah z vklopljenimi mapami
|
||||
*/
|
||||
#survey_list .div_sl_new.folders table#surveyList_new tr.sl_header_new td {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
#survey_list .div_sl_new.folders .folder_add_first a {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
|
@ -6,6 +6,10 @@
|
||||
|
||||
table#surveyList_new{
|
||||
|
||||
tr.sl_header_new td{
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.folder_add_first{
|
||||
|
@ -31,6 +31,10 @@
|
||||
border-radius: 2px 0 0 2px;
|
||||
}
|
||||
|
||||
button{
|
||||
width: 100px;
|
||||
min-width: 100px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user