쇼핑몰관리자: 주문내역출력 button 스타일 수정
This commit is contained in:
@ -33,7 +33,7 @@ include_once (G5_ADMIN_PATH.'/admin.head.php');
|
||||
~
|
||||
<label for="to_date" class="sound_only">기간 종료일</label>
|
||||
<input type="text" name="to_date" value="<?php echo date("Ymd"); ?>" id="to_date" class="frm_input" size="10" maxlength="8">
|
||||
<button type="submit" class="btn_frmline">출력 (새창)</button>
|
||||
<button type="submit" class="btn_submit">출력 (새창)</button>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
@ -62,7 +62,7 @@ include_once (G5_ADMIN_PATH.'/admin.head.php');
|
||||
~
|
||||
<label for="fr_od_id" class="sound_only">주문번호 구간 종료</label>
|
||||
<input type="text" name="to_od_id" id="to_od_id" class="frm_input" size="10" maxlength="10">
|
||||
<button type="submit" class="btn_frmline">출력 (새창)</button>
|
||||
<button type="submit" class="btn_submit">출력 (새창)</button>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@ -219,6 +219,7 @@ legend {position:absolute;width:0;height:0;font-size:0;line-height:0;text-indent
|
||||
.local_sch02 strong.sch_long {width:160px}
|
||||
.local_sch02 label {display:inline-block;margin:0 5px 0 0}
|
||||
.local_sch02 button {padding:3px 5px;border:1px solid #ced9de;background:#f6f9fa;font-size:0.95em;cursor:pointer}
|
||||
.local_sch02 button.btn_submit {background:#ff3061}
|
||||
|
||||
/* 페이지 내 실행 */
|
||||
.local_cmd {min-width:960px}
|
||||
|
||||
Reference in New Issue
Block a user