* Fix bug #13860.
This commit is contained in:
@@ -147,5 +147,7 @@ $(function()
|
||||
if($(this).attr('class') != 'active') $('#dropMenu').removeClass('show-right-col');
|
||||
$("#dropMenu .search-box").width('auto');
|
||||
})
|
||||
|
||||
if(config.clientLang == 'en') $('#tabContent .tab-pane>ul>li>label+a').css('padding-left', '55px');
|
||||
})
|
||||
</script>
|
||||
|
||||
@@ -154,5 +154,7 @@ $(function()
|
||||
if($(this).attr('class') != 'active') $('#dropMenu').removeClass('show-right-col');
|
||||
$("#dropMenu .search-box").width('auto');
|
||||
})
|
||||
|
||||
if(config.clientLang == 'en') $('#tabContent .tab-pane>ul>li>label+a').css('padding-left', '65px');
|
||||
})
|
||||
</script>
|
||||
|
||||
@@ -155,5 +155,7 @@ $(function()
|
||||
if($(this).attr('class') != 'active') $('#dropMenu').removeClass('show-right-col');
|
||||
$("#dropMenu .search-box").width('auto');
|
||||
})
|
||||
|
||||
if(config.clientLang == 'en') $('#tabContent .tab-pane>ul>li>label+a').css('padding-left', '65px');
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user