[Redizajn 1KA] - Urejanje --> CSS urejanje teme - v2

This commit is contained in:
tejagerjovic 2022-03-22 04:35:18 +01:00
parent 93e923aebf
commit 999d121a2a
3 changed files with 5 additions and 4 deletions

View File

@ -1020,7 +1020,8 @@ class SurveyTheme {
echo '<input type="hidden" name="profile" value="'.$_GET['profile'].'">';
echo '<input type="hidden" name="mobile" value="'.($mobile ? '1' : '0').'">';
echo '<p class="top16"><a href="#" onclick="javascript:$(\'#show_more\').slideToggle(); return false;">'.$lang['srv_upload_pic'].'</a></p>';
//Upload slike / Logo
/*echo '<p class="top16"><a href="#" onclick="javascript:$(\'#show_more\').slideToggle(); return false;">'.$lang['srv_upload_pic'].'</a></p>';
echo '<fieldset id="show_more" style="'.($_GET['pic']=='open'?'':'display:none;').' margin-bottom:40px">';
@ -1050,7 +1051,7 @@ class SurveyTheme {
}
}
echo '</fieldset>';
echo '</fieldset>';*/
echo '<p class="top16 bottom16">'.$lang['srv_skin_warning_edit'].'</p>';

View File

@ -10788,7 +10788,7 @@ fieldset#theme-upload h2 span.name {
textarea#css_content {
width: 100%;
height: 400px;
height: 514px;
font-family: "Courier";
}

View File

@ -392,7 +392,7 @@ fieldset#theme-upload {
textarea#css_content{
width: 100%;
height: 400px;
height: 514px;
font-family: "Courier";
}