mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
rollback r10320, r10298, r10276, r10272
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10318 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f8dd9888f6
commit
206ded7cf9
149 changed files with 3745 additions and 2812 deletions
|
|
@ -1,16 +1,18 @@
|
|||
@charset "utf-8";
|
||||
/* wgLanguage */
|
||||
.wgLanguage p{float:right;margin:0}
|
||||
.wgLanguage .langList {display:none;position:absolute;margin:0;padding:0;z-index:999}
|
||||
.wgLanguage .langList li{list-style:none}
|
||||
.wgLanguage .langList li a{font-size:12px;display:block;padding:2px 5px}
|
||||
.wgLanguage p a{color:#b3b3b3}
|
||||
.wgLanguage .langList {background:#fff;border:1px solid #ccc}
|
||||
.wgLanguage .langList a{color:#333}
|
||||
.wgContainer.black .wgLanguage p{float:right;margin:0}
|
||||
.wgContainer.black .wgLanguage .langList {display:none;position:absolute;margin:0;padding:0;z-index:999}
|
||||
.wgContainer.black .wgLanguage .langList li{list-style:none}
|
||||
.wgContainer.black .wgLanguage .langList li a{font-size:12px;display:block;padding:2px 5px}
|
||||
.wgContainer.black .wgLanguage p a{color:#b3b3b3}
|
||||
.wgContainer.black .wgLanguage .langList {background:#fff;border:1px solid #ccc}
|
||||
.wgContainer.black .wgLanguage .langList a{color:#333}
|
||||
|
||||
/* 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,5 +1,5 @@
|
|||
jQuery(function(){
|
||||
jQuery('.language_selector','div.wgLanguage').click(function(){
|
||||
jQuery('.language_selector','div.widgetLanguage').click(function(){
|
||||
var c = jQuery(this).parent();
|
||||
var langList = c.next('ul.langList');
|
||||
langList.toggle();
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
<!--%import("./css/widget.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<div class="wgContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
||||
<div class="wgLanguage">
|
||||
<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" style="right: 3px;">
|
||||
<!-- class="" | class="open" -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue