From 768df2c362ba19a299ae037b07dcce8ed5835f05 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 17:11:36 +0900 Subject: [PATCH] text_size style mobile admin --- adm/admin.head.php | 5 +++++ css/admin.css | 8 +++++++- css/mobile.css | 3 +++ head.php | 2 +- mobile/head.php | 5 +++++ 5 files changed, 21 insertions(+), 2 deletions(-) diff --git a/adm/admin.head.php b/adm/admin.head.php index 9b7df9ecc..b62be4ef3 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -147,4 +147,9 @@ function imageview(id, w, h)
+
+ + + +

diff --git a/css/admin.css b/css/admin.css index 1595cc072..5ceb3a1fe 100644 --- a/css/admin.css +++ b/css/admin.css @@ -83,6 +83,7 @@ h2 {font-size:1.2em} /* 중간 레이아웃 */ #wrapper {margin:30px auto;width:1000px;min-height:630px;height:auto !important;height:630px;zoom:1} #wrapper:after {display:block;visibility:hidden;clear:both;content:""} + #qnb {float:right;margin:0;padding:0;list-style:none} #qnb li {margin-bottom:20px} #qnb a {display:block;width:40px;font-size:0.9em;text-align:center} @@ -90,7 +91,12 @@ h2 {font-size:1.2em} #qnb a:hover, #qnb a:active {text-decoration:none} #qnb img {margin-bottom:5px} -#container {float:left;width:942px} + +#container {position:relative;float:left;width:942px} + +/* 텍스트 크기 조절 */ +#text_size {position:absolute;top:0;right:0} +#text_size button {padding:0 10px;height:30px;background:#000;color:#fff;cursor:pointer} /* 하단 레이아웃 */ #ft {margin:20px 0;padding:5px 0;border-top:1px solid #d0d6d8} diff --git a/css/mobile.css b/css/mobile.css index c8d3bfb82..4976ec18f 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -71,6 +71,9 @@ pre {overflow-x:scroll;font-size:1.1em} #container {position:relative;min-height:300px;zoom:1} #container:after {display:block;visibility:hidden;clear:both;content:""} +/* 텍스트 크기 조절 */ +#text_size {margin:0 0 1em;text-align:center} + /* 하단 레이아웃 */ #ft {background:#484848} #ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden} diff --git a/head.php b/head.php index b79533c40..cef7d3bcd 100644 --- a/head.php +++ b/head.php @@ -161,7 +161,7 @@ if ($config['cf_include_head']) {

- +
\ No newline at end of file diff --git a/mobile/head.php b/mobile/head.php index 9d8062547..b9a0edd8f 100644 --- a/mobile/head.php +++ b/mobile/head.php @@ -112,3 +112,8 @@ include_once(G4_LIB_PATH.'/popular.lib.php');

+
+ + + +
\ No newline at end of file