관리자: 버튼스타일 보강

This commit is contained in:
whitedot
2012-12-14 16:56:35 +09:00
parent 77e4ab58ed
commit 6ef5febee2
5 changed files with 13 additions and 4 deletions

View File

@ -5,7 +5,7 @@ if (!defined("_GNUBOARD_")) exit;
</div> </div>
<footer> <footer>
푸터 <p>Copyright &copy; 소유하신 도메인. All rights reserved.</p>
</footer> </footer>
<!-- <p>실행시간 : <?=get_microtime() - $begin_time;?> --> <!-- <p>실행시간 : <?=get_microtime() - $begin_time;?> -->

View File

@ -138,7 +138,9 @@ if ($i==0)
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&amp;page='); $pagelist = get_paging($config[cf_write_pages], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&amp;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"> <div class="pg">
<?=$pagelist?> <?=$pagelist?>

View File

@ -232,7 +232,7 @@ if ($i == 0)
?> ?>
</table> </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, 'update')">
<input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')"> <input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')">
<? if ($is_admin == 'super') {?><a href="./member_form.php">회원추가</a><?}?> <? if ($is_admin == 'super') {?><a href="./member_form.php">회원추가</a><?}?>

View File

@ -131,7 +131,7 @@ if ($i == 0)
</table> </table>
<?if ($is_admin == 'super'){ ?> <?if ($is_admin == 'super'){ ?>
<div> <div class="btn_list">
<input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')"> <input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')">
</div> </div>
<?}?> <?}?>

View File

@ -30,6 +30,9 @@ header {background:#2c2f34}
#current_location li {float:left} #current_location li {float:left}
#wrapper {margin:60px 10px 0 210px;min-height:630px;height:auto !important;height:630px} #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} 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 {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_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} label {vertical-align:middle}