Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
chicpro
2013-02-22 10:33:12 +09:00
6 changed files with 6 additions and 7 deletions

View File

@ -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}

0
css/admin_cr.css Normal file
View File

View File

@ -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}
@ -146,7 +146,7 @@ td.empty_table {padding:85px 0;text-align:center}
/* 폼 컨트롤 */
.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}

1
css/default_cr.css Normal file
View File

@ -0,0 +1 @@
body {background:#000 !important}

0
css/mobile_cr.css Normal file
View File

View File

@ -61,12 +61,12 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<? if ($is_guest) { ?>
<tr>
<th scope="row"><label for="pc_name">이름<strong class="sound_only">필수</strong></label></th>
<td><input type="text" id="pc_name" name="pc_name" class="fs_input required" size="10" required></td>
<td><input type="text" id="pc_name" name="pc_name" class="frm_input required" size="10" required></td>
</tr>
<? } ?>
<tr>
<th scope="row"><label for="pc_idea">의견<strong class="sound_only">필수</strong></label></th>
<td><input type="text" id="pc_idea" name="pc_idea" class="fs_input required" size="47" required maxlength="100"></td>
<td><input type="text" id="pc_idea" name="pc_idea" class="frm_input required" size="47" required maxlength="100"></td>
</tr>
<? if ($is_guest) { ?>
<tr>