관리자: 버튼스타일 보강

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

@ -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}