관리자: 각종추가버튼 스타일
This commit is contained in:
11
css/adm.css
11
css/adm.css
@ -28,7 +28,7 @@ header {background:#2c2f34}
|
||||
#current_location {position:absolute;top:50px;left:0;width:100%;height:35px;background:url('../img/top_bg.png') #2c2f34 repeat-x;color:#eee;font-size:0.75em;line-height:2.95em}
|
||||
#current_location ul {margin-left:20px}
|
||||
#current_location li {float:left}
|
||||
#wrapper {margin:60px 10px 0 210px;min-height:630px;height:auto !important;height:630px}
|
||||
#wrapper {margin:60px 210px 0 20px;min-height:630px;height:auto !important;height:630px}
|
||||
|
||||
footer {margin:20px 0;padding:5px 20px;border-top:1px solid #d0d6d8}
|
||||
footer p {color:#576a71}
|
||||
@ -37,12 +37,12 @@ footer p {color:#576a71}
|
||||
h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"verdana","dotum";letter-spacing:-0.1em}
|
||||
|
||||
/* GNB */
|
||||
#gnb {position:absolute;top:110px;left:20px;width:180px}
|
||||
#gnb {position:absolute;top:110px;right:20px;width:180px}
|
||||
.gnb_1depth ul {display:block;visibility:hidden;height:0}
|
||||
.gnb_1depth_on ul {visibility:visible;height:auto}
|
||||
.gnb_1depth {margin-bottom:5px;border:1px solid #c7cfd5;background:#eef2f3}
|
||||
.gnb_1depth a {display:block;padding-left:15px;height:38px;color:#899093;font-size:0.9em;font-weight:bold;text-decoration:none;line-height:2.8em}
|
||||
.gnb_1depth_on a {border-bottom:1px solid #eef1f2;background:#fff;color:#333}
|
||||
.gnb_1depth a {display:block;padding-left:15px;height:38px;color:#333;font-size:0.9em;font-weight:bold;text-decoration:none;line-height:2.8em}
|
||||
.gnb_1depth_on a {border-bottom:1px solid #eef1f2;background:#fff}
|
||||
.gnb_2depth {border-bottom:1px solid #eef1f2}
|
||||
.gnb_2depth a {display:block;padding-left:15px;height:30px;border:0;background:#fff;color:#000;font:0.75em normal;text-decoration:none;line-height:2.8em}
|
||||
.gnb_2depth a:focus, .gnb_2depth a:hover {background:#f6f9fa}
|
||||
@ -59,6 +59,9 @@ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"verdana","dotum";
|
||||
.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 {background:#555}
|
||||
|
||||
#btn_add {text-align:center}
|
||||
#btn_add a {display:inline-block;padding:0 15px;height:30px;border:0;background:#ff6633;color:#fff;font-size:0.875em;text-decoration:none;line-height:2.2em;vertical-align:middle}
|
||||
|
||||
/* 폼 */
|
||||
label {vertical-align:middle}
|
||||
textarea, input, select {border:1px solid #ced9de;background:#f6f9fa;vertical-align:middle}
|
||||
|
||||
Reference in New Issue
Block a user