From 4660abb3f23408d831c643796ad87d51f42de0f4 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 21 Nov 2007 01:39:43 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=A0=95?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3029 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/css/default.css | 18 ++++++++++++++++++ modules/admin/tpl/css/admin.css | 6 +++--- modules/admin/tpl/css/admin_layout.css | 20 ++++++++++---------- modules/admin/tpl/layout.html | 6 +++--- modules/blog/tpl/index.html | 8 ++++---- modules/board/tpl/index.html | 2 +- modules/comment/tpl/comment_list.html | 2 +- modules/document/tpl/document_list.html | 2 +- modules/file/tpl/file_list.html | 6 +++--- modules/guestbook/tpl/index.html | 2 +- modules/opage/tpl/index.html | 2 +- modules/page/tpl/index.html | 2 +- modules/poll/tpl/poll_list.html | 4 ++-- modules/trackback/tpl/trackback_list.html | 2 +- 14 files changed, 50 insertions(+), 32 deletions(-) diff --git a/common/css/default.css b/common/css/default.css index deae4c967..bcc6fe48a 100644 --- a/common/css/default.css +++ b/common/css/default.css @@ -41,11 +41,29 @@ form { margin:0; padding:0; } .w40 { width:40px; } .w60 { width:60px; } +.w70 { width:70px; } .w80 { width:80px; } +.w90 { width:90px; } .w100 { width:100px; } +.w110 { width:110px; } .w120 { width:120px; } +.w130 { width:130px; } .w140 { width:140px; } +.w150 { width:150px; } +.w160 { width:160px; } +.w170 { width:170px; } +.w180 { width:180px; } +.w190 { width:190px; } .w200 { width:200px; } +.w210 { width:210px; } +.w220 { width:220px; } +.w230 { width:230px; } +.w240 { width:240px; } +.w250 { width:250px; } +.w260 { width:260px; } +.w270 { width:270px; } +.w280 { width:280px; } +.w290 { width:290px; } .w300 { width:300px; } .w400 { width:400px; } diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css index b91adb06c..c0459909f 100644 --- a/modules/admin/tpl/css/admin.css +++ b/modules/admin/tpl/css/admin.css @@ -20,7 +20,7 @@ h3 .gray { color:#9d9d9d;} .adminTable { width:100%; border-left:1px solid #E3E3E2; border-top:1px solid #E3E3E2; margin-bottom:10px; table-layout:fixed;} .adminTable caption { background:url("../images/s_application.gif") no-repeat 3px 5px; padding:6px 5px 4px 22px; text-align:left; border:1px solid #E3E3E2; border-bottom:none; font-weight:bold; background-color:#F9F8F5; color:#5E6266; } -.adminTable th { background-color:#FAF8F4; padding:5px; font-weight:normal; text-align:left; padding-left:10px; color:#606060; border-right:1px solid #E3E3E2; border-bottom:1px solid #E3E3E2; white-space:nowrap; } +.adminTable th { overflow:hidden; background-color:#FAF8F4; padding:5px; font-weight:normal; text-align:left; padding-left:10px; color:#606060; border-right:1px solid #E3E3E2; border-bottom:1px solid #E3E3E2; } .adminTable th.button { text-align:right; } .adminTable th.centerButton { text-align:center; } @@ -44,7 +44,7 @@ h3 .gray { color:#9d9d9d;} .adminTable th a.green { color:#218E08; } .adminTable th select { height:20px; } -.adminTable td { background-color:#FFFFFF; padding:5px; font-weight:normal; text-align:left; padding-left:10px; color:#5A5A5A; border-right:1px solid #E3E3E2; border-bottom:1px solid #E3E3E2;} +.adminTable td { overflow:hidden; background-color:#FFFFFF; padding:5px; font-weight:normal; text-align:left; padding-left:10px; color:#5A5A5A; border-right:1px solid #E3E3E2; border-bottom:1px solid #E3E3E2;} .adminTable td.tahoma { font-family:tahoma; font-size:7pt; } .adminTable td.tahoma a { font-family:tahoma; font-size:7pt; } @@ -77,7 +77,7 @@ h3 .gray { color:#9d9d9d;} .adminTable td .graph .num { position:relative; background:#ffffff; color:#636363; font:.9em Tahoma; padding-left:10px; white-space:nowrap;} .admin_news { width:540px; float:left; margin-right:10px; } -.admin_link { width:250px; float:right; } +.admin_link { width:300px; float:right; } select.time_zone { width:70%; position:relative; top:4px; } .gap1 { margin-top:.8em; } diff --git a/modules/admin/tpl/css/admin_layout.css b/modules/admin/tpl/css/admin_layout.css index 42dfdea5f..1db365577 100644 --- a/modules/admin/tpl/css/admin_layout.css +++ b/modules/admin/tpl/css/admin_layout.css @@ -2,31 +2,31 @@ body { background:url("../images/admin_background.gif") repeat-x left top; background-color:#DBD8D3; } -#adminLayout { background:url("../images/admin_logo.gif") no-repeat left top; background-color:#F8F6F2; overflow:hidden; width:1000px; border-right:1px solid #B2B2B2; margin:5px 0 0 5px; } +#adminLayout { background:url("../images/admin_logo.gif") no-repeat left top; background-color:#F8F6F2; overflow:hidden; width:1050px; border-right:1px solid #B2B2B2; margin:5px 0 0 5px; } -#adminContentBody { width:800px; float:left; background-color:#FFFFFF; padding:25px 10px 20px 10px; vertical-align:top; background:url(../images/admin_top_bg.gif) repeat-x left top; background-color:#FFFFFF; } +#adminContentBody { width:850px; float:left; background-color:#FFFFFF; padding:25px 10px 20px 10px; vertical-align:top; background:url(../images/admin_top_bg.gif) repeat-x left top; background-color:#FFFFFF; } -#adminLayoutBottom { background:url("../images/admin_bottom_bg.gif") repeat-x left top; height:3px; clear:both; overflow:hidden; width:1001px; margin:0 0 0 5px; } +#adminLayoutBottom { background:url("../images/admin_bottom_bg.gif") repeat-x left top; height:3px; clear:both; overflow:hidden; width:1051px; margin:0 0 0 5px; } #adminMenuContent { width:179px; float:left; margin-top:70px; padding-bottom:20px; vertical-align:top; background:none; overflow:hidden; border-right:1px solid #B2B2B2; } -#adminMenuContent .adminInfoBox { border:1px solid #E3E3E2; padding:3px; margin:0 0 0 8px; width:130px; background-color:#FFFFFF; overflow:hidden; width:154px; margin-bottom:10px;} -#adminMenuContent .adminInfoBox .adminInfo { border:1px solid #E3E3E2; padding:5px 3px 3px 23px; background:url("../images/icon_key.gif") no-repeat 3px 3px; color:#555555; font-weight:bold; overflow:hidden; background-color:#F8F6F2; } -#adminMenuContent .adminInfoBox .adminInfo div.expandButton { float:right; height:16px; overflow:hidden; } +#adminMenuContent .adminInfoBox { border:1px solid #E3E3E2; padding:3px; margin:0 0 0 8px; width:130px; background-color:#FFFFFF; width:154px; margin-bottom:10px;} +#adminMenuContent .adminInfoBox .adminInfo { border:1px solid #E3E3E2; padding:5px 3px 3px 23px; background:url("../images/icon_key.gif") no-repeat 3px 5px; color:#555555; font-weight:bold; background-color:#F8F6F2; } +#adminMenuContent .adminInfoBox .adminInfo div.expandButton { float:right; height:16px; } #adminMenuContent .adminInfoBox div.logoutButton { margin-top:5px; text-align:center; clear:both; } #adminMemberInfo { padding:10px 5px 10px 24px; background:url("../images/icon_user.gif") no-repeat 5px 8px; color:#336699; font-weight:bold; letter-spacing:-1px;} -#adminMenuContent h3 { border:1px solid #E3E3E2; border-top:none; color:#555555; font-size:1em; text-indent:none; padding:6px 5px 3px 25px; white-space:nowrap; margin:0 0 0 8px; width:130px; overflow:hidden;} +#adminMenuContent h3 { border:1px solid #E3E3E2; border-top:none; color:#555555; font-size:1em; text-indent:none; padding:6px 0 3px 25px; margin:0 0 0 8px; width:135px;} #adminMenuContent h3 a { color:#555555; text-decoration:none; } -#adminMenuContent h3 span.expandButton { float:right; height:16px; overflow:hidden; } -#adminMenuContent h3.summary { background:url("../images/icon_summary.gif") no-repeat 3px 3px; background-color:#FFFFFF; margin-top:0px; border-top:1px solid #E3E3E2; } +#adminMenuContent h3 span.expandButton { float:right; padding:none; margin:none; height:16px; white-space:nowrap; overflow:hidden;} +#adminMenuContent h3.summary { background:url("../images/icon_summary.gif") no-repeat 3px 5px; background-color:#FFFFFF; margin-top:0px; border-top:1px solid #E3E3E2; } #adminMenuContent h3.service { background:url("../images/icon_service_module.gif") no-repeat 3px 5px; background-color:#FFFFFF; } #adminMenuContent h3.manager { background:url("../images/icon_manager_module.gif") no-repeat 3px 5px; background-color:#FFFFFF;} #adminMenuContent h3.utility { background:url("../images/icon_utility_module.gif") no-repeat 3px 5px; background-color:#FFFFFF;} #adminMenuContent h3.accessory { background:url("../images/icon_accessory_module.gif") no-repeat 3px 5px; background-color:#FFFFFF;} #adminMenuContent h3.base { background:url("../images/icon_base_module.gif") no-repeat 3px 5px; background-color:#FFFFFF;} -#adminMenuContent ul { width:170px; overflow:hidden; } +#adminMenuContent ul { width:170px; } #adminMenuContent ul li { background-color:#F8F6F3; list-style:none; padding:5px 10px 3px 10px; margin-left:8px; white-space:nowrap; overflow:hidden; color:#888785; border-bottom:1px solid #E3E3E2; cursor:pointer; } #adminMenuContent ul li:hover { background-color:#EFE6D3; border-left:1px solid #E3E3E2; border-right:1px solid #E3E3E2;} #adminMenuContent li.on { background-color:#EFE6D3; border-left:1px solid #E3E3E2; border-right:1px solid #E3E3E2;} diff --git a/modules/admin/tpl/layout.html b/modules/admin/tpl/layout.html index a9a322f1f..7a380b402 100644 --- a/modules/admin/tpl/layout.html +++ b/modules/admin/tpl/layout.html @@ -9,6 +9,7 @@
{$lang->admin_info}
toggle
+

- {$lang->admin_index} + {$lang->admin_index}

- {$val} - toggle + {$val}