관리자: 버튼스타일 보강
This commit is contained in:
@ -5,7 +5,7 @@ if (!defined("_GNUBOARD_")) exit;
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
푸터
|
||||
<p>Copyright © 소유하신 도메인. All rights reserved.</p>
|
||||
</footer>
|
||||
|
||||
<!-- <p>실행시간 : <?=get_microtime() - $begin_time;?> -->
|
||||
|
||||
@ -138,7 +138,9 @@ if ($i==0)
|
||||
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&page=');
|
||||
?>
|
||||
|
||||
<div class="btn_list"><input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')"></div>
|
||||
<div class="btn_list">
|
||||
<input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')">
|
||||
</div>
|
||||
|
||||
<div class="pg">
|
||||
<?=$pagelist?>
|
||||
|
||||
@ -232,7 +232,7 @@ if ($i == 0)
|
||||
?>
|
||||
</table>
|
||||
|
||||
<div class="btn_confirm">
|
||||
<div class="btn_list">
|
||||
<input type="button" value="선택수정" onclick="btn_check(this.form, 'update')">
|
||||
<input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')">
|
||||
<? if ($is_admin == 'super') {?><a href="./member_form.php">회원추가</a><?}?>
|
||||
|
||||
@ -131,7 +131,7 @@ if ($i == 0)
|
||||
</table>
|
||||
|
||||
<?if ($is_admin == 'super'){ ?>
|
||||
<div>
|
||||
<div class="btn_list">
|
||||
<input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')">
|
||||
</div>
|
||||
<?}?>
|
||||
|
||||
@ -30,6 +30,9 @@ header {background:#2c2f34}
|
||||
#current_location li {float:left}
|
||||
#wrapper {margin:60px 10px 0 210px;min-height:630px;height:auto !important;height:630px}
|
||||
|
||||
footer {margin:20px 0;padding:5px 20px;border-top:1px solid #d0d6d8}
|
||||
footer p {color:#576a71}
|
||||
|
||||
/* 헤딩 (아 머리 아퍼) */
|
||||
h1 {margin-bottom:20px}
|
||||
|
||||
@ -51,6 +54,10 @@ h1 {margin-bottom:20px}
|
||||
.btn_submit {padding:0 15px;height:30px;border:0;background:#ff6633;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle}
|
||||
.btn_submit:focus {padding:0 15px;height:30px;border:0;background:#555;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle}
|
||||
|
||||
.btn_list input {padding:0 15px;height:30px;background:#74868b;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle}
|
||||
.btn_list input:focus {padding:0 15px;height:30px;background:#555;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle}
|
||||
.btn_list a {display:inline-block;padding:0 15px;height:28px;background:#74868b;color:#fff;font-size:0.875em;text-decoration:none;line-height:2.1em;vertical-align:middle}
|
||||
.btn_list a:focus {padding:0 15px;height:30px;background:#555;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle}
|
||||
|
||||
/* 폼 */
|
||||
label {vertical-align:middle}
|
||||
|
||||
Reference in New Issue
Block a user