From 1474ab2b4b5e88b6621255166dc9b1adad04b426 Mon Sep 17 00:00:00 2001 From: rollydream Date: Thu, 21 Mar 2013 11:11:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=84=EC=9B=83=EB=A1=9C=EA=B7=B8=EC=9D=B8?= =?UTF-8?q?=20label=EA=B8=80=EC=9E=90=ED=81=AC=EA=B8=B0=20=EC=A1=B0?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/visit_insert.inc.php | 2 +- skin/outlogin/basic/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bbs/visit_insert.inc.php b/bbs/visit_insert.inc.php index 243837339..6133d40e9 100644 --- a/bbs/visit_insert.inc.php +++ b/bbs/visit_insert.inc.php @@ -60,4 +60,4 @@ if (get_cookie('ck_visit_ip') != $_SERVER['REMOTE_ADDR']) sql_query(" update {$g4['config_table']} set cf_visit = '{$visit}' "); } } -?> \ No newline at end of file +?> diff --git a/skin/outlogin/basic/style.css b/skin/outlogin/basic/style.css index cc90ddabd..92b4e2b78 100644 --- a/skin/outlogin/basic/style.css +++ b/skin/outlogin/basic/style.css @@ -7,10 +7,10 @@ #ol_before fieldset {position:relative} #ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;line-height:1.6em} #ol_id:focus {border-color:#333;background:#21272e;color:#fff} -.ol_idlabel {position:absolute;top:6px;left:5px;color:#333;font-size:0.9em} +.ol_idlabel {position:absolute;top:6px;left:5px;color:#333;font-size:0.95em} #ol_pw {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:top;line-height:1.6em} #ol_pw:focus {border-color:#333;background:#21272e;color:#fff} -.ol_pwlabel {position:absolute;top:35px;left:5px;color:#333;font-size:0.9em} +.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:#333;color:#fff;font-size:0.9em;font-weight:bold;vertical-align:top}