From b8f57100433153312ac353bdd694d6fffe448043 Mon Sep 17 00:00:00 2001 From: jeonghwan Date: Thu, 17 Oct 2013 11:42:45 +0900 Subject: [PATCH] =?UTF-8?q?input[text],=20input[password]=20=EC=9D=98=20?= =?UTF-8?q?=ED=81=AC=EA=B8=B0=20=EC=84=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 폼을 .combo로 묶었을 때 버튼과 인풋필드의 크기를 맞추었습니다. --- core/dough-0.2.0.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/dough-0.2.0.css b/core/dough-0.2.0.css index 51528eb..dae993e 100644 --- a/core/dough-0.2.0.css +++ b/core/dough-0.2.0.css @@ -322,6 +322,14 @@ select.d_form {min-width:100px;height:2.45em;padding:0.45em 0.5em;box-shadow:non input[type="text"].d_form, input[type="search"].d_form, input[type="password"].d_form {height:1.25em;} input[type="text"].d_form:focus, input[type="search"].d_form:focus, input[type="password"].d_form:focus,textarea.d_form:focus {border-color:#6b9de9} +/* input - size */ +input[type="text"].d_form.type_mini, +input[type="password"].d_form.type_mini{font-size:0.6em;padding:0.2em 0.6em;} +input[type="text"].d_form.type_small, +input[type="password"].d_form.type_small {font-size:0.9em;padding:0.3em 1em;} +input[type="text"].d_form.type_large, +input[type="password"].d_form.type_large {font-size:1.6em;padding:0.5em 1.25em;} + /* label */ label {margin:0 0.75em 0 0;} label > input[type="text"].d_form,