widgetContainer를 사용하는 XE 룰을 따르는 위젯들의 colorset이 한 페이지에 white/black2개가 모두 쓰일때 오동작하는 것을 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5830 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-03-10 08:40:15 +00:00
parent 5e81309067
commit 905fba6fa7
84 changed files with 1840 additions and 1939 deletions

View file

@ -1,10 +1,8 @@
<!--@if($colorset == "black")-->
<!--%import("./css/black.css")-->
<!--@elseif($colorset == "white" || $colorset == "normal")-->
<!--%import("./css/white.css")-->
<!--@if($colorset == "black" || $colorset == "white")-->
<!--%import("./css/widget.css")-->
<!--@end-->
<div class="widgetContainer">
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
<dl class="widgetCounter">
<dt>{$lang->today} :</dt>
<dd>{number_format($today_counter->unique_visitor)}</dd>

View file

@ -1,10 +0,0 @@
@charset "utf-8";
/* widgetCounter */
.widgetCounter{ font-size:12px; margin:0;}
.widgetCounter dt,
.widgetCounter dd{ height:18px;}
.widgetCounter dt{ float:left; clear:left;}
.widgetCounter dd{ font-size:11px; font-family:Tahoma;}
.widgetCounter dt{ color:#999;}
.widgetCounter dd{ color:#888;}

View file

@ -1,10 +0,0 @@
@charset "utf-8";
/* widgetCounter */
.widgetCounter{ font-size:12px; margin:0;}
.widgetCounter dt,
.widgetCounter dd{ height:18px;}
.widgetCounter dt{ float:left; clear:left;}
.widgetCounter dd{ font-size:11px; font-family:Tahoma;}
.widgetCounter dt{ color:#333;}
.widgetCounter dd{ color:#888;}

View file

@ -0,0 +1,18 @@
@charset "utf-8";
/* widgetCounter */
.widgetCounter{ font-size:12px; margin:0;}
.widgetCounter dt,
.widgetCounter dd{ height:18px;}
.widgetCounter dt{ float:left; clear:left;}
.widgetCounter dd{ font-size:11px; font-family:Tahoma;}
.widgetCounter dt{ color:#333;}
.widgetCounter dd{ color:#888;}
.widgetContainer.black .widgetCounter{ font-size:12px; margin:0;}
.widgetContainer.black .widgetCounter dt,
.widgetContainer.black .widgetCounter dd{ height:18px;}
.widgetContainer.black .widgetCounter dt{ float:left; clear:left;}
.widgetContainer.black .widgetCounter dd{ font-size:11px; font-family:Tahoma;}
.widgetContainer.black .widgetCounter dt{ color:#999;}
.widgetContainer.black .widgetCounter dd{ color:#888;}