From 7753b5e04d3107a0ad48f803cacab7e48486c53c Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 25 Sep 2013 09:27:44 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20select=20font-size=20?= =?UTF-8?q?=EC=A7=80=EC=A0=95,=20=EC=82=AC=EB=85=B8=EB=9D=BC=EA=B0=80?= =?UTF-8?q?=EB=85=B8=EB=9D=BC=EB=8B=98=20=EA=B1=B4=EC=9D=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin.css | 2 ++ css/default.css | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/css/admin.css b/css/admin.css index 385f9397e..a237f67bc 100644 --- a/css/admin.css +++ b/css/admin.css @@ -9,6 +9,7 @@ h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:dotum} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} header ul, nav ul, aside ul, footer ul {margin:0;padding:0;list-style:none} label, input, select, img {vertical-align:middle} +select {font-size:1em} input {margin:0;padding:0;border-radius:0;font-family:dotum} input[type=text], input[type=password], input[type=submit], input[type=image] {-webkit-appearance:none} button {border-radius:0;font-size:1em;-webkit-appearance:none} @@ -17,6 +18,7 @@ hr {display:none} pre {overflow-x:scroll;font-size:1.1em} a {color:#000;text-decoration:none} a:focus, a:hover, a:active {text-decoration:underline} + /* 헤딩 */ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:dotum;letter-spacing:-0.1em} h2 {font-size:1.2em} diff --git a/css/default.css b/css/default.css index 7ea3df1db..ae9baa76c 100644 --- a/css/default.css +++ b/css/default.css @@ -9,8 +9,10 @@ h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:dotum} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} header ul, nav ul, footer ul {margin:0;padding:0;list-style:none} label, input, select, img {vertical-align:middle} +select {font-size:1em} input {margin:0;padding:0;border-radius:0;font-family:dotum} -button {border-radius:0;font-size:1em} +input[type=text], input[type=password], input[type=submit], input[type=image] {-webkit-appearance:none} +button {border-radius:0;font-size:1em;-webkit-appearance:none} p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all} hr {display:none} pre {overflow-x:scroll;font-size:1.1em} From 69d6b7a0b55cb0545cf5f467aa74abddf5a3a358 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 25 Sep 2013 11:49:12 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20gnb=20?= =?UTF-8?q?=EB=A9=94=EB=89=B4=EB=AA=85=20=EC=A4=91=20=EC=BA=90=EC=89=AC?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20>=20=EC=BA=90=EC=8B=9C=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/admin.menu100.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/admin.menu100.php b/adm/admin.menu100.php index 1347f9567..cc91af050 100644 --- a/adm/admin.menu100.php +++ b/adm/admin.menu100.php @@ -6,7 +6,7 @@ $menu['menu100'] = array ( array('100300', '메일 테스트', G5_ADMIN_URL.'/sendmail_test.php', 'cf_mailtest'), //array('100400', '버전정보', G5_ADMIN_URL.'/version.php', 'cf_version'), array('100800', '세션파일 일괄삭제',G5_ADMIN_URL.'/session_file_delete.php', 'cf_session', 1), - array('100900', '캐쉬파일 일괄삭제',G5_ADMIN_URL.'/cache_file_delete.php', 'cf_cache', 1), + array('100900', '캐시파일 일괄삭제',G5_ADMIN_URL.'/cache_file_delete.php', 'cf_cache', 1), array('100910', '캡챠파일 일괄삭제',G5_ADMIN_URL.'/gcaptcha_file_delete.php', 'cf_captcha', 1), array('100920', '썸네일파일 일괄삭제',G5_ADMIN_URL.'/thumbnail_file_delete.php', 'cf_thumbnail', 1), array('100930', '네이버 신디케이션 핑',G5_SYNDI_URL.'/ping.php', 'cf_syndi_ping', 1),