From 4062ac8e09c4ea20e42748067d587b9204d18daf Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 8 Mar 2013 18:11:57 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90=EC=9D=BC=20=EB=95=8C=20=ED=85=8C=EC=9D=B4?= =?UTF-8?q?=EB=B8=94=20=EB=84=93=EC=9D=B4=20=EC=A1=B0=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/mobile.css b/css/mobile.css index ebe849381..9e86641a1 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -419,13 +419,14 @@ input.required:focus {border:0;background:#21272e !important;color:#fff;line-hei .bo_list img {margin-right:4px} .bo_list img:nth-last-of-type(1) {margin-right:0} -/* 관리자일 때 생략 */ +/* 관리자일 때 */ +#bo_list_admin th:nth-of-type(1) {width:40px} #bo_list_admin th:nth-of-type(3) {width:100px} #bo_list_admin td:nth-of-type(1) {text-align:center} #bo_list_admin td:nth-of-type(3) {text-align:center} -/* 관리자가 아닐 때 생략 */ +/* 관리자가 아닐 때 */ #bo_list th:nth-of-type(2) {width:100px} #bo_list td:nth-of-type(2) {text-align:center}