From b89dd025991cf9789dd36bf49f8ae9b8acc6be47 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 15 May 2013 14:58:42 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20#459=20626870=20?= =?UTF-8?q?->=20333?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 6 +++--- skin/outlogin/basic/style.css | 2 +- skin/poll/basic/style.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/default.css b/css/default.css index f66ea317e..b0af490b9 100644 --- a/css/default.css +++ b/css/default.css @@ -30,10 +30,10 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #mb_nb a:focus, #mb_nb a:hover, #mb_nb a:active {text-decoration:none} #mb_nb img {margin-right:3px} -#sch_all {position:absolute;top:33px;right:0;margin:0;padding:0;border:1px solid #626870} +#sch_all {position:absolute;top:33px;right:0;margin:0;padding:0;border:1px solid #333} #sch_all legend {position:absolute;font-size:0;line-height:0;overflow:hidden} #sch_all_stx {padding-left:5px;width:165px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em} -#sch_all_submit {padding:0 5px;height:26px;border:0;background:#626870;color:#fff} +#sch_all_submit {padding:0 5px;height:26px;border:0;background:#333;color:#fff} /* gnb js off */ #gnb {z-index:10;margin:-1px 0 0;border-top:1px solid #e9e9e9;background:#f5f6fa;zoom:1} @@ -76,7 +76,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} /* 텍스트 크기 조절 */ #text_size {z-index:10;position:absolute;top:33px;right:220px} -#text_size button {padding:0 10px;height:28px;border:0;background:#626870;color:#fff;cursor:pointer} +#text_size button {padding:0 10px;height:28px;border:0;background:#333;color:#fff;cursor:pointer} /* 하단 레이아웃 */ #ft {background:#484848} diff --git a/skin/outlogin/basic/style.css b/skin/outlogin/basic/style.css index 114ef218b..3803a71ad 100644 --- a/skin/outlogin/basic/style.css +++ b/skin/outlogin/basic/style.css @@ -11,7 +11,7 @@ .ol_pwlabel {position:absolute;top:35px;left:5px;color:#333;font-size:0.95em} #auto_login {} #auto_login_label {letter-spacing:-0.1em} -#ol_submit {display:inline-block;width:60px;height:24px;border:0;background:#626870;color:#fff;font-size:0.9em;font-weight:bold;vertical-align:top} +#ol_submit {display:inline-block;width:60px;height:24px;border:0;background:#333;color:#fff;font-size:0.9em;font-weight:bold;vertical-align:top} #ol_before a {letter-spacing:-0.15em} #ol_svc {float:left;margin:5px 0 0} #ol_password_lost {display:inline-block;margin:0 0 0 5px} diff --git a/skin/poll/basic/style.css b/skin/poll/basic/style.css index b44dd0ede..c06c4e068 100644 --- a/skin/poll/basic/style.css +++ b/skin/poll/basic/style.css @@ -7,7 +7,7 @@ #poll ul {margin:0 0 10px;padding:5px 14px;list-style:none} #poll li {padding:3px 0} #poll footer {padding:0 14px 14px} -#poll footer input {width:88px;height:24px;border:0;background:#626870;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} +#poll footer input {width:88px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} #poll footer a {display:inline-block;width:86px;height:22px;border:1px solid #ccc;background:#fafafa;text-align:center;line-height:2em} #poll footer a:focus, #poll footer a:hover {text-decoration:none !important}