From e0fce28cbeafbd5058286afd22514982c1cd4571 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 14 Oct 2013 10:04:36 +0900 Subject: [PATCH 1/4] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20css=20?= =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95=20=EB=B0=8F=20=EA=B0=A4?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=EC=8A=A4=ED=82=A8=20=EC=A0=84=EC=B2=B4?= =?UTF-8?q?=EC=84=A0=ED=83=9D=20=EC=B6=94=EA=B0=80,=20=EC=82=AC=EB=85=B8?= =?UTF-8?q?=EB=9D=BC=EA=B0=80=EB=85=B8=EB=9D=BC=EB=8B=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/basic/style.css | 2 +- skin/board/gallery/list.skin.php | 3 +++ skin/board/gallery/style.css | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/skin/board/basic/style.css b/skin/board/basic/style.css index a54f17f9a..329eb27ec 100644 --- a/skin/board/basic/style.css +++ b/skin/board/basic/style.css @@ -207,7 +207,7 @@ html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !importa #bo_v_atc {min-height:200px;height:auto !important;height:200px} #bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden} -#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden:zoom:1} +#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1} #bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} #bo_v_img img {margin-bottom:20px;max-width:100%;height:auto} diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index 51500f48f..da64473f2 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -44,6 +44,9 @@ include_once(G5_LIB_PATH.'/thumbnail.lib.php'); + + + "; echo $gnb_str; @@ -118,6 +117,21 @@ function imageview(id, w, h) -->
+ + + +
From 1192b139bdcc909bc47d5fc4baecfab7d3aafd7b Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 14 Oct 2013 11:34:13 +0900 Subject: [PATCH 4/4] =?UTF-8?q?lnb=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/admin.head.php | 39 +++++++++++++++++---------------------- css/admin.css | 5 +++++ 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/adm/admin.head.php b/adm/admin.head.php index 403bba5ab..be8a583ee 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -104,34 +104,29 @@ function imageview(id, w, h) echo $gnb_str; ?> -
+
+ + + +
- -
- -
    - $value) { - if($key > 0) { - echo $nl.'
  • '.$value[1].'
  • '; - $nl = PHP_EOL; - } - } - ?> -
- -
diff --git a/css/admin.css b/css/admin.css index 6101f8a45..7e2f0213f 100644 --- a/css/admin.css +++ b/css/admin.css @@ -69,6 +69,11 @@ h2 {font-size:1.2em} .gnb_js .gnb_grp_style:focus, .gnb_js .gnb_grp_style:hover {background:#484848 !important} .gnb_js .gnb_grp_div {border-top:1px solid #eee} +#lnb {margin:0;padding:10px 15px;list-style:none;zoom:1} +#lnb:after {display:block;visibility:hidden;clear:both;content:""} +#lnb li {float:left} +#lnb a {display:inline-block;padding:5px;font-size:0.95em;letter-spacing:-0.1em} + /* 중간 레이아웃 */ #wrapper {z-index:5;margin:30px auto;width:1000px;min-height:630px;height:auto !important;height:630px;zoom:1} #wrapper:after {display:block;visibility:hidden;clear:both;content:""}