mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
Remove outdated properties in core widget skins
This commit is contained in:
parent
eedf4a6e0d
commit
1241ebbc80
4 changed files with 19 additions and 25 deletions
|
|
@ -4,7 +4,7 @@ jQuery(function(){
|
|||
var langList = c.next('ul.langList');
|
||||
langList.toggle();
|
||||
|
||||
jQuery(this).parents('[id^=ex_]:first').css('overflow','').css('position','relative').css('zoom','1');
|
||||
jQuery(this).parents('[id^=ex_]:first').css('overflow','').css('position','relative');
|
||||
|
||||
if(langList.css('top')){
|
||||
if(jQuery('body').height() <= c.offset().top + langList.height()) {
|
||||
|
|
@ -15,4 +15,4 @@ jQuery(function(){
|
|||
}
|
||||
return false;
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue