관리자: #316 에 따른 처리, 게시판그룹관리 수정 넓이

This commit is contained in:
whitedot
2013-03-06 17:34:09 +09:00
parent 10c77f4288
commit 1165427f36
2 changed files with 2 additions and 1 deletions

View File

@ -159,7 +159,7 @@ $colspan = 8;
<option value="mobile"<?=get_selected($row['gr_device'], 'mobile');?>>모바일</option> <option value="mobile"<?=get_selected($row['gr_device'], 'mobile');?>>모바일</option>
</select> </select>
</td> </td>
<td class="td_mng"><?=$s_upd?></td> <td class="td_smallmng"><?=$s_upd?></td>
</tr> </tr>
<? <?

View File

@ -226,6 +226,7 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
/* 회원메일발송 목록 */ /* 회원메일발송 목록 */
.td_test, .td_send {width:50px;text-align:center} .td_test, .td_send {width:50px;text-align:center}
.td_mng {width:110px;text-align:center} .td_mng {width:110px;text-align:center}
.td_smallmng {width:50px;text-align:center}
/* 투표관리 목록 */ /* 투표관리 목록 */
.td_etc {width:80px;text-align:center} .td_etc {width:80px;text-align:center}
/* 게시판관리 목록 */ /* 게시판관리 목록 */