[Redizajn 1KA] Popupi: Urejanje > Vprašalnik - Uvoz besedila - v2
Odstranjen scroll bar na Chromu
This commit is contained in:
parent
ff7df79846
commit
1bbe9905c1
@ -6180,7 +6180,7 @@ class SurveyAdminAjax {
|
|||||||
global $lang, $site_url, $global_user_id;
|
global $lang, $site_url, $global_user_id;
|
||||||
|
|
||||||
// uvoz iz besedila
|
// uvoz iz besedila
|
||||||
echo '<div class="fieldset anketa_from_text">';
|
echo '<div class="fieldset anketa_from_text from_text_popup">';
|
||||||
|
|
||||||
|
|
||||||
echo '<div class="popup_close"><a href="#" onClick="popupImportAnketaFromText_close();">✕</a></div>';
|
echo '<div class="popup_close"><a href="#" onClick="popupImportAnketaFromText_close();">✕</a></div>';
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -97,7 +97,6 @@ fieldset#missingProfileFieldset {
|
|||||||
|
|
||||||
/////// UREJANJE //////
|
/////// UREJANJE //////
|
||||||
//Vprašalnik
|
//Vprašalnik
|
||||||
|
|
||||||
div.setting_holder {
|
div.setting_holder {
|
||||||
div.find-wrap {
|
div.find-wrap {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -130,6 +129,11 @@ div.setting_holder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Uvoz besedila
|
||||||
|
div.from_text_popup {
|
||||||
|
overflow: hidden !important;
|
||||||
|
}
|
||||||
|
|
||||||
//Nastavitve > Telefonska anketa
|
//Nastavitve > Telefonska anketa
|
||||||
table#inv_edit_recipient {
|
table#inv_edit_recipient {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user