From af609b1fb74c51664303b15e5df4e989fd194215 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 22 Feb 2013 09:50:44 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=EC=83=89=EC=83=81=EB=8C=80=EB=B9=84=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=A4=80=EB=B9=84=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_cr.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 css/default_cr.css diff --git a/css/default_cr.css b/css/default_cr.css new file mode 100644 index 000000000..52a577297 --- /dev/null +++ b/css/default_cr.css @@ -0,0 +1 @@ +body {background:#000 !important} \ No newline at end of file From 7cf5033a0a2c35f653191da94fed21d4da1b6fc4 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 22 Feb 2013 09:56:58 +0900 Subject: [PATCH 2/5] =?UTF-8?q?=EC=83=89=EC=83=81=EB=8C=80=EB=B9=84=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=A4=80=EB=B9=84=20=EC=A4=912?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin_cr.css | 0 css/mobile_cr.css | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 css/admin_cr.css create mode 100644 css/mobile_cr.css diff --git a/css/admin_cr.css b/css/admin_cr.css new file mode 100644 index 000000000..e69de29bb diff --git a/css/mobile_cr.css b/css/mobile_cr.css new file mode 100644 index 000000000..e69de29bb From deda70ebe900ca752654d7dba6cbb8145a6c27f4 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 22 Feb 2013 10:17:12 +0900 Subject: [PATCH 3/5] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20required=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=EC=9D=84=20input=20=EC=97=90=20?= =?UTF-8?q?=ED=95=9C=EC=A0=95=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 8c9e66234..439853c51 100644 --- a/css/default.css +++ b/css/default.css @@ -135,7 +135,7 @@ td.empty_table {padding:85px 0;text-align:center} .frm_tbl textarea, .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle} .frm_input:focus, -.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important;color:#fff} +input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important;color:#fff} .frm_tbl textarea {width:90%;height:150px} .frm_address {display:block;margin-top:5px} .frm_file {display:block;margin-bottom:5px} From 4a940f1cf52cd08e832007a9a5d3be9f0f3036b2 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 22 Feb 2013 10:17:40 +0900 Subject: [PATCH 4/5] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90:=20required=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=EC=9D=84=20input=20=EC=97=90=20?= =?UTF-8?q?=ED=95=9C=EC=A0=95=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/admin.css b/css/admin.css index b89ead4f0..05e0e6d93 100644 --- a/css/admin.css +++ b/css/admin.css @@ -138,7 +138,7 @@ label {vertical-align:middle} textarea, .frm_input {padding:2px;border:1px solid #ced9de;background:#f6f9fa;vertical-align:middle} textarea:focus, .frm_input:focus, -.required:focus {border-color:#000;background:#434f54 !important;color:#fff} +input.required:focus {border-color:#000;background:#434f54 !important;color:#fff} textarea {width:90%} select {border:1px solid #ced9de} button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer} From 7b8e0d36d5ad5907594ad23b3e32e29271ce7ecd Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 22 Feb 2013 10:26:04 +0900 Subject: [PATCH 5/5] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EC=84=A4?= =?UTF-8?q?=EB=AC=B8=EC=A1=B0=EC=82=AC=EA=B2=B0=EA=B3=BC=EC=8A=A4=ED=82=A8?= =?UTF-8?q?=20=EA=B8=B0=ED=83=80=EC=9D=98=EA=B2=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 4 +--- skin/poll/basic/poll_result.skin.php | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/css/default.css b/css/default.css index 439853c51..0cdf73b63 100644 --- a/css/default.css +++ b/css/default.css @@ -146,7 +146,7 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important /* 폼 컨트롤 */ .fs_input, fieldset textarea {padding:3px 3px 4px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle} -.fs_input:focus {padding:4px 4px 5px;border:0;background:#21272e;color:#fff} +.fs_input:focus {background:#21272e;color:#fff} .fs_submit, fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff;line-height:1.7em;vertical-align:middle;cursor:pointer} @@ -340,8 +340,6 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; #poll_result_cmt h1 {margin:0;padding:0;width:0;height:0;overflow:hidden} .poll_datetime {display:inline-block;margin-left:10px} #poll_result_cmt p {padding:3px 0} -#poll_result_cmt fieldset {margin-bottom:0;text-align:left} -#poll_result_cmt fieldset p {margin:0 0 15px;padding:3px 0 0px;text-align:left} #poll_result_cmt footer {text-align:right} #poll_result_wcmt {margin-bottom:10px;width:93%} .poll_cmt_del a {display:inline-block;padding-bottom:10px} diff --git a/skin/poll/basic/poll_result.skin.php b/skin/poll/basic/poll_result.skin.php index 67c9e8c58..78db05302 100644 --- a/skin/poll/basic/poll_result.skin.php +++ b/skin/poll/basic/poll_result.skin.php @@ -61,12 +61,12 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 - + - +