[Redizajn 1KA] Popupi: Urejanje > Nastavitve > Dostop respondenti - Masovni vnos gesel

This commit is contained in:
tejagerjovic 2022-05-05 18:07:54 +02:00
parent f9516897e3
commit 21900e7dcd
3 changed files with 3 additions and 3 deletions

View File

@ -437,7 +437,7 @@ class SurveyAdmin
echo '<div id="unread_notifications" class="divPopUp PopUpNarrow"></div>';
// div za uvoz vprasanj iz texta
echo '<div id="popup_import_from_text" class="divPopUp"></div>';
echo '<div id="popup_import_from_text" class="divPopUp PopUpNarrow"></div>';
// div za opozorilo, da funkcionalnost ni na voljo v paketu
echo '<div id="popup_user_access" class="divPopUp"></div>';

View File

@ -7199,7 +7199,7 @@ a.help {
color: #FFC700;
}
.divPopUp.PopUpNarrow {
width: 600px;
width: 600px !important;
}
.divPopUp_info {

View File

@ -290,7 +290,7 @@
@include popup_general();
&.PopUpNarrow {
width: 600px;
width: 600px !important;
}
}