mirror of
https://github.com/tateck-develop/AvocadoEdition_Light.git
synced 2026-01-02 13:32:04 +09:00
Box Frame 사용 시 BGM 미출력 문제 처리
This commit is contained in:
parent
0181eca6f4
commit
695a27b2e9
6 changed files with 7 additions and 14 deletions
|
|
@ -19,7 +19,7 @@ if (!defined('_GNUBOARD_')) exit;
|
|||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row" rowspan="4">
|
||||
<th scope="row" rowspan="3">
|
||||
<em><?=$css_index?></em>프레임 크기
|
||||
<input type="text" name="cs_name[<?=$css_index?>]" value="box_frame_size" readonly size="15"/>
|
||||
</th>
|
||||
|
|
@ -49,14 +49,7 @@ if (!defined('_GNUBOARD_')) exit;
|
|||
좌 : <input type="text" name="cs_etc_8[<?=$css_index?>]" value="<?php echo $de['box_frame_size']['cs_etc_8'] ?>" size="5"/> px
|
||||
|
||||
우 : <input type="text" name="cs_etc_9[<?=$css_index?>]" value="<?php echo $de['box_frame_size']['cs_etc_9'] ?>" size="5"/> px
|
||||
</td></tr><tr>
|
||||
<td class="bo-right txt-center">메뉴위치</td>
|
||||
<td>
|
||||
<select name="cs_etc_10[<?=$css_index?>]">
|
||||
<option value="">박스바깥</option>
|
||||
<option value="1" <?=$de['box_frame_size']['cs_etc_10'] == '1' ? "selected" : ""?>>박스안쪽</option>
|
||||
</select>
|
||||
</td>
|
||||
</td></tr>
|
||||
</tr <? $css_index++; ?>>
|
||||
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ $f_img_out = $box_f_img['cs_etc_3'] != "" ? $box_f_img['cs_etc_3'] : 0;
|
|||
**************************************************/
|
||||
?>
|
||||
|
||||
@media all and (min-width:1025px) {body #header {display:block !important;}}
|
||||
@media all and (min-width:1025px) {html.single #header {display:block !important;}}
|
||||
|
||||
#design_frameBox {display:block; position:fixed; top:50%; left:50%; z-index:0; box-sizing:border-box;}
|
||||
#design_frameBox:before {content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:0; z-index:-1;}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
if (!defined('_GNUBOARD_')) exit;
|
||||
|
||||
if (defined('_INDEX_')) return;
|
||||
//if (defined('_INDEX_')) return;
|
||||
|
||||
/* *************************************
|
||||
:: 좌측 메뉴 스타일 ::
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
if (!defined('_GNUBOARD_')) exit;
|
||||
|
||||
if (defined('_INDEX_')) return;
|
||||
//if (defined('_INDEX_')) return;
|
||||
|
||||
/* *************************************
|
||||
:: 좌측 메뉴 스타일 ::
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
if (!defined('_GNUBOARD_')) exit;
|
||||
|
||||
if (defined('_INDEX_')) return;
|
||||
//if (defined('_INDEX_')) return;
|
||||
|
||||
/* *************************************
|
||||
:: 좌측 메뉴 스타일 ::
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
if (!defined('_GNUBOARD_')) exit;
|
||||
|
||||
if (defined('_INDEX_')) return;
|
||||
//if (defined('_INDEX_')) return;
|
||||
|
||||
/* *************************************
|
||||
:: 좌측 메뉴 스타일 ::
|
||||
|
|
|
|||
Loading…
Reference in a new issue