From 78f63127c4f0f7827baa969cec1de7c04ace219f Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 19 Mar 2013 17:35:02 +0900 Subject: [PATCH] =?UTF-8?q?alert.php=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin.css | 5 +++++ css/default.css | 2 +- head.sub.php | 6 +++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/css/admin.css b/css/admin.css index e4fa02603..344d2df9d 100644 --- a/css/admin.css +++ b/css/admin.css @@ -298,6 +298,11 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 .new_win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #595959;border-left:1px solid #595959;color:#fff;font-family:"dotum";font-weight:bold;text-decoration:none} .new_win_desc {margin:0 auto;width:93%} +/* 자바스크립트 alert 대안 */ +#validation_check {margin:100px auto;width:500px} +#validation_check h1 {margin-bottom:20px;font-size:1.3em} +#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff} + /* 관리자 패스워드 확인 */ #admin_confirm {padding:0 0 10px;background:#222;text-align:center} #admin_confirm p {margin:0 0 10px;color:#9ab9c5;background:#383a3f} diff --git a/css/default.css b/css/default.css index 93c6490c4..57f581529 100644 --- a/css/default.css +++ b/css/default.css @@ -227,7 +227,7 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important /* 자바스크립트 alert 대안 */ #validation_check {margin:100px auto;width:500px} #validation_check h1 {margin-bottom:20px;font-size:1.3em} -#validation_check p {margin-bottom:20px;padding:30px 20px} +#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff} /* 사이드뷰 */ .sv_wrap {display:inline-block;position:relative;font-weight:normal} diff --git a/head.sub.php b/head.sub.php index ec12ca7ec..2b1edc8d3 100644 --- a/head.sub.php +++ b/head.sub.php @@ -32,7 +32,11 @@ header("Pragma: no-cache"); // HTTP/1.0 - + + + + + <?=$g4_head_title?>