diff --git a/common/css/xe.css b/common/css/xe.css index 1e7dbd304..108293f54 100644 --- a/common/css/xe.css +++ b/common/css/xe.css @@ -30,7 +30,7 @@ .btnArea .etc{float:left} /* Text Button */ input.text, -button.text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;color:#33a;background:none;text-decoration:underline} +button.text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;color:#33a !important;background:none;text-decoration:underline} /* Popup Menu Area */ #popup_menu_area{position:absolute;background:#fff;border:1px solid #e9e9e9;border-radius:5px;padding:10px;line-height:1.3;box-shadow:0 0 6px #666;font-size:12px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)} #popup_menu_area ul{list-style:none;margin:0;padding:0} diff --git a/common/css/xe.min.css b/common/css/xe.min.css index 1e7dbd304..108293f54 100644 --- a/common/css/xe.min.css +++ b/common/css/xe.min.css @@ -30,7 +30,7 @@ .btnArea .etc{float:left} /* Text Button */ input.text, -button.text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;color:#33a;background:none;text-decoration:underline} +button.text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;color:#33a !important;background:none;text-decoration:underline} /* Popup Menu Area */ #popup_menu_area{position:absolute;background:#fff;border:1px solid #e9e9e9;border-radius:5px;padding:10px;line-height:1.3;box-shadow:0 0 6px #666;font-size:12px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)} #popup_menu_area ul{list-style:none;margin:0;padding:0} diff --git a/modules/addon/tpl/addon_info.html b/modules/addon/tpl/addon_info.html index dd13c3513..f177e34cc 100644 --- a/modules/addon/tpl/addon_info.html +++ b/modules/addon/tpl/addon_info.html @@ -3,45 +3,46 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{$lang->title}
{$addon_info->title} ver. {$addon_info->version}
{$lang->author}
- - {$author->name} ({$author->homepage}, {$author->email_address})
- -
{$lang->homepage}
{$addon_info->homepage}
{$lang->regdate}
{zdate($addon_info->date, 'Y-m-d')}
{$lang->addon_license}
- {nl2br(trim($addon_info->license))} - -

{$addon_info->license_link}

- -
{$lang->description}
{nl2br(trim($addon_info->description))}
- +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{$lang->title}
{$addon_info->title} ver. {$addon_info->version}
{$lang->author}
+ + {$author->name} ({$author->homepage}, {$author->email_address})
+ +
{$lang->homepage}
{$addon_info->homepage}
{$lang->regdate}
{zdate($addon_info->date, 'Y-m-d')}
{$lang->addon_license}
+ {nl2br(trim($addon_info->license))} + +

{$addon_info->license_link}

+ +
{$lang->description}
{nl2br(trim($addon_info->description))}
+
@@ -50,37 +51,39 @@
- - - - - - - - - - -
- {$history->version}
- {$history->date} -
- -

{$author->name} ({$author->homepage} / {$author->email_address})

- - -

{nl2br(trim($history->description))}

- - - - -
+
+ + + + + + + + + + +
+ {$history->version}
+ {$history->date} +
+ +

{$author->name} ({$author->homepage} / {$author->email_address})

+ + +

{nl2br(trim($history->description))}

+ + + + +
+
diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css index a7c6a567d..68c38d1fc 100644 --- a/modules/admin/tpl/css/admin.css +++ b/modules/admin/tpl/css/admin.css @@ -169,10 +169,15 @@ body>.popup{margin:1em} .x .lnb li.active ul{display:block;border-top:1px solid #eee} .x .lnb li.active li.active a span{color:#13b200;font-weight:bold;letter-spacing:-1px} /* Content Navigation */ -.x cnb{margin:1em 0;position:relative;zoom:1} -.x cnb:after{content:"";display:block;clear:both} -.x cnb .active{font-weight:bold;color:#333;text-decoration:none} -.x cnb .side{float:right} +.x .cnb{margin:1em 0;position:relative;zoom:1} +.x .cnb:after{content:"";display:block;clear:both} +.x .cnb ul{list-style:none;margin:0;padding:0} +.x .cnb li{display:inline} +.x .cnb li:before{content:"| ";color:#ccc} +.x .cnb li:first-child:before{content:"";} +.x .cnb .active, +.x .cnb .active a{font-weight:bold;color:#333;text-decoration:none} +.x .cnb .side{float:right} /* Pagination */ .x .pagination{margin:1em 0;text-align:center;line-height:normal} .x .pagination *{vertical-align:middle} diff --git a/modules/admin/tpl/css/admin.min.css b/modules/admin/tpl/css/admin.min.css index 95ea9332f..4f0584000 100644 --- a/modules/admin/tpl/css/admin.min.css +++ b/modules/admin/tpl/css/admin.min.css @@ -169,10 +169,15 @@ body>.popup{margin:1em} .x .lnb li.active ul{display:block;border-top:1px solid #eee} .x .lnb li.active li.active a span{color:#13b200;font-weight:bold;letter-spacing:-1px} /* Content Navigation */ -.x cnb{margin:1em 0;position:relative;zoom:1} -.x cnb:after{content:"";display:block;clear:both} -.x cnb .active{font-weight:bold;color:#333;text-decoration:none} -.x cnb .side{float:right} +.x .cnb{margin:1em 0;position:relative;zoom:1} +.x .cnb:after{content:"";display:block;clear:both} +.x .cnb ul{list-style:none;margin:0;padding:0} +.x .cnb li{display:inline} +.x .cnb li:before{content:"| ";color:#ccc} +.x .cnb li:first-child:before{content:"";} +.x .cnb .active, +.x .cnb .active a{font-weight:bold;color:#333;text-decoration:none} +.x .cnb .side{float:right} /* Pagination */ .x .pagination{margin:1em 0;text-align:center;line-height:normal} .x .pagination *{vertical-align:middle} diff --git a/modules/comment/tpl/comment_module_config.html b/modules/comment/tpl/comment_module_config.html index 23674ab64..14b233882 100644 --- a/modules/comment/tpl/comment_module_config.html +++ b/modules/comment/tpl/comment_module_config.html @@ -1,44 +1,45 @@
- - - - -

{$lang->comment}

- - - - - - - - - - - - - - - - - -
{$lang->comment_count}
-

{$lang->about_comment_count}

- - -
{$lang->cmd_vote}
- -
{$lang->cmd_vote_down}
- -
- -
+ + + +

{$lang->comment}

+
+ + + + + + + + + + + + + + + + + +
{$lang->comment_count}
+

{$lang->about_comment_count}

+ + +
{$lang->cmd_vote}
+ +
{$lang->cmd_vote_down}
+ +
+ +
+
diff --git a/modules/comment/tpl/declared_list.html b/modules/comment/tpl/declared_list.html index 742e58d46..cee667614 100644 --- a/modules/comment/tpl/declared_list.html +++ b/modules/comment/tpl/declared_list.html @@ -4,52 +4,53 @@

{$XE_VALIDATOR_MESSAGE}

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}
{$lang->comment}
{$lang->user_name}
{$lang->date}
{$lang->cmd_declare}
{$lang->ipaddress}
{$no} {$oComment->getSummary(100)}{$oComment->getNickName()}{$oComment->getRegdate("Y-m-d")}{$oComment->get('declared_count')}{$oComment->get('ipaddress')}
- {$lang->cmd_cancel_declare} - {$lang->cmd_select_all} - {$lang->cmd_reverse_all} - - -
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}
{$lang->comment}
{$lang->user_name}
{$lang->date}
{$lang->cmd_declare}
{$lang->ipaddress}
{$no} {$oComment->getSummary(100)}{$oComment->getNickName()}{$oComment->getRegdate("Y-m-d")}{$oComment->get('declared_count')}{$oComment->get('ipaddress')}
+ {$lang->cmd_cancel_declare} + {$lang->cmd_select_all} + {$lang->cmd_reverse_all} + + +
+
-
-