[Redizajn 1KA] - Urejanje --> CSS urejanje teme - v2
This commit is contained in:
parent
93e923aebf
commit
999d121a2a
@ -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>';
|
||||
|
||||
|
@ -10788,7 +10788,7 @@ fieldset#theme-upload h2 span.name {
|
||||
|
||||
textarea#css_content {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
height: 514px;
|
||||
font-family: "Courier";
|
||||
}
|
||||
|
||||
|
@ -392,7 +392,7 @@ fieldset#theme-upload {
|
||||
|
||||
textarea#css_content{
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
height: 514px;
|
||||
font-family: "Courier";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user