mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
클래스 이름 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6391 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a72e94f11c
commit
ef4c2d4166
2 changed files with 71 additions and 71 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
||||||
<div class="widgetTree">
|
<div class="widgetTree">
|
||||||
<a href="{getSiteUrl($widget_info->domain,'','mid',$widget_info->module_info->mid?$widget_info->module_info->mid:$layout_info->target_mid)}" class="title <!--@if(!$category)-->strong<!--@end-->"><!--@if($widget_info->total_title)-->{$widget_info->total_title}<!--@else-->{$widget_info->module_info->browser_title}<!--@end--></a> <span class="sum">({$widget_info->total_document_count})</span>
|
<a href="{getSiteUrl($widget_info->domain,'','mid',$widget_info->module_info->mid?$widget_info->module_info->mid:$layout_info->target_mid)}" class="all <!--@if(!$category)-->strong<!--@end-->"><!--@if($widget_info->total_title)-->{$widget_info->total_title}<!--@else-->{$widget_info->module_info->browser_title}<!--@end--></a> <span class="sum">({$widget_info->total_document_count})</span>
|
||||||
<ul>
|
<ul>
|
||||||
<!--@foreach($widget_info->category_list as $key => $val)-->
|
<!--@foreach($widget_info->category_list as $key => $val)-->
|
||||||
<!--@if($_pDepth > $val->depth)-->
|
<!--@if($_pDepth > $val->depth)-->
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
/* Widget Tree */
|
/* Widget Tree */
|
||||||
.widgetTree { margin-top:10px;}
|
.widgetTree { margin-top:10px;}
|
||||||
.widgetTree a.title { background:url(../img/white/folder.gif) no-repeat left top; padding-left:20px;}
|
.widgetTree a.all { background:url(../img/white/folder.gif) no-repeat left top; padding-left:20px;}
|
||||||
.widgetTree a.strong { font-weight:bold; }
|
.widgetTree a.strong { font-weight:bold; }
|
||||||
.widgetTree span { font-size:9px; font-family:tahoma; padding:0; margin:0; color:#999;}
|
.widgetTree span { font-size:9px; font-family:tahoma; padding:0; margin:0; color:#999;}
|
||||||
.widgetTree ul span { margin-left:15px; }
|
.widgetTree ul span { margin-left:15px; }
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
.widgetTree ul li.nav_tree_last{ background:url(../img/white/lineTreeLastHr.gif) no-repeat 0 5px !important;}
|
.widgetTree ul li.nav_tree_last{ background:url(../img/white/lineTreeLastHr.gif) no-repeat 0 5px !important;}
|
||||||
|
|
||||||
.widgetContainer.black .widgetTree { margin-top:10px;}
|
.widgetContainer.black .widgetTree { margin-top:10px;}
|
||||||
.widgetContainer.black .widgetTree a.title { background:url(../img/black/folder.gif) no-repeat left top; padding-left:20px;}
|
.widgetContainer.black .widgetTree a.all { background:url(../img/black/folder.gif) no-repeat left top; padding-left:20px;}
|
||||||
.widgetContainer.black .widgetTree span { font-size:9px; font-family:tahoma; padding:0; margin:0; color:#333;}
|
.widgetContainer.black .widgetTree span { font-size:9px; font-family:tahoma; padding:0; margin:0; color:#333;}
|
||||||
.widgetContainer.black .widgetTree ul span { margin-left:15px; }
|
.widgetContainer.black .widgetTree ul span { margin-left:15px; }
|
||||||
.widgetContainer.black .widgetTree *{ margin:0; padding:0; font-size:12px;}
|
.widgetContainer.black .widgetTree *{ margin:0; padding:0; font-size:12px;}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue