[Redizajn 1KA] - Moje ankete --> Uvoz besedila - v3

This commit is contained in:
tejagerjovic 2022-01-06 13:33:54 +01:00
parent a2a0fbde07
commit c287e98a12
3 changed files with 5 additions and 5 deletions

View File

@ -849,7 +849,7 @@ class NewSurvey{
// Dodamo se textbox na zadnjo vrstico ce je potrebno // Dodamo se textbox na zadnjo vrstico ce je potrebno
$text = preg_replace( $text = preg_replace(
'/(<span class="variable_title">[^<>]+<\/span>)\Z/', '/(<span class="variable_title">[^<>]+<\/span>)\Z/',
'$1<br /><input type="text" />', '$1<br /><input type="text" class="large" />',
$text $text
); );
// Dodamo se textbox na prvo vrstico ce je potrebno // Dodamo se textbox na prvo vrstico ce je potrebno

View File

@ -14293,7 +14293,7 @@ and open the template in the editor.
margin-right: 32px; margin-right: 32px;
} }
#new_anketa_div .layout_right_item .anketa_from_text .from_text_sidebyside_holder #input_field_holder #input_field textarea { #new_anketa_div .layout_right_item .anketa_from_text .from_text_sidebyside_holder #input_field_holder #input_field textarea {
width: 469px; width: 519px;
height: 509px; height: 509px;
box-sizing: border-box; box-sizing: border-box;
border-color: #E5E5E5; border-color: #E5E5E5;
@ -14311,7 +14311,7 @@ and open the template in the editor.
flex-shrink: 0; flex-shrink: 0;
} }
#new_anketa_div .layout_right_item .anketa_from_text .from_text_sidebyside_holder #preview_field_holder #preview_field { #new_anketa_div .layout_right_item .anketa_from_text .from_text_sidebyside_holder #preview_field_holder #preview_field {
width: 469px; width: 519px;
height: 509px; height: 509px;
box-sizing: border-box; box-sizing: border-box;
overflow: auto; overflow: auto;

View File

@ -452,7 +452,7 @@ $skin_selector: $red;
margin-right: 32px; margin-right: 32px;
textarea{ textarea{
width: 469px; width: 519px;
height: 509px; height: 509px;
box-sizing: border-box; box-sizing: border-box;
@ -475,7 +475,7 @@ $skin_selector: $red;
flex-shrink: 0; flex-shrink: 0;
#preview_field{ #preview_field{
width: 469px; width: 519px;
height: 509px; height: 509px;
box-sizing: border-box; box-sizing: border-box;
overflow: auto; overflow: auto;