mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
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:
parent
5e81309067
commit
905fba6fa7
84 changed files with 1840 additions and 1939 deletions
|
|
@ -1,10 +0,0 @@
|
|||
@charset "utf-8";
|
||||
|
||||
/* widgetLanguage */
|
||||
.widgetLanguage p{ float:right; margin:0;}
|
||||
.widgetLanguage .langList { display:none; position:absolute; margin:0; padding:0; z-index:999;}
|
||||
.widgetLanguage .langList li{ list-style:none;}
|
||||
.widgetLanguage .langList li a{ font-size:12px; display:block; padding:2px 5px;}
|
||||
.widgetLanguage p a{ color:#b3b3b3;}
|
||||
.widgetLanguage .langList { background:#fff; border:1px solid #ccc;}
|
||||
.widgetLanguage .langList a{ color:#333;}
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
@charset "utf-8";
|
||||
|
||||
/* widgetLanguage */
|
||||
.widgetLanguage p{ float:right; margin:0;}
|
||||
.widgetLanguage .langList { display:none; position:absolute; margin:0; padding:0; z-index:999;}
|
||||
.widgetLanguage .langList li{ list-style:none;}
|
||||
.widgetLanguage .langList li a{ font-size:12px; display:block; padding:2px 5px;}
|
||||
.widgetLanguage p a{ color:#b3b3b3;}
|
||||
.widgetLanguage .langList { background:#fff; border:1px solid #ccc;}
|
||||
.widgetLanguage .langList a{ color:#333;}
|
||||
18
widgets/language_select/skins/default/css/widget.css
Normal file
18
widgets/language_select/skins/default/css/widget.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
@charset "utf-8";
|
||||
|
||||
/* widgetLanguage */
|
||||
.widgetLanguage p{ float:right; margin:0;}
|
||||
.widgetLanguage .langList { display:none; position:absolute; margin:0; padding:0; z-index:999;}
|
||||
.widgetLanguage .langList li{ list-style:none;}
|
||||
.widgetLanguage .langList li a{ font-size:12px; display:block; padding:2px 5px;}
|
||||
.widgetLanguage p a{ color:#b3b3b3;}
|
||||
.widgetLanguage .langList { background:#fff; border:1px solid #ccc;}
|
||||
.widgetLanguage .langList a{ color:#333;}
|
||||
|
||||
.widgetContainer.black .widgetLanguage p{ float:right; margin:0;}
|
||||
.widgetContainer.black .widgetLanguage .langList { display:none; position:absolute; margin:0; padding:0; z-index:999;}
|
||||
.widgetContainer.black .widgetLanguage .langList li{ list-style:none;}
|
||||
.widgetContainer.black .widgetLanguage .langList li a{ font-size:12px; display:block; padding:2px 5px;}
|
||||
.widgetContainer.black .widgetLanguage p a{ color:#b3b3b3;}
|
||||
.widgetContainer.black .widgetLanguage .langList { background:#fff; border:1px solid #ccc;}
|
||||
.widgetContainer.black .widgetLanguage .langList a{ color:#333;}
|
||||
|
|
@ -1,10 +1,9 @@
|
|||
<!--@if($colorset == "black")-->
|
||||
<!--%import("./css/black.css")-->
|
||||
<!--@elseif($colorset == "white" || $colorset == "normal")-->
|
||||
<!--%import("./css/white.css")-->
|
||||
<!--@end-->
|
||||
<!--%import("./js/language_select.js")-->
|
||||
<div class="widgetContainer">
|
||||
<!--@if($colorset == "black" || $colorset == "white")-->
|
||||
<!--%import("./css/widget.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
||||
<div class="widgetLanguage">
|
||||
<p><a href="#" class="cafeXeA language_selector">Language:{$lang_supported[$lang_type]}</a></p>
|
||||
<ul class="langList" class="" style="right: 3px;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue