mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
issue 749 fixed filebox ux error
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9988 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
da8821fcae
commit
d523bc8f7a
4 changed files with 38 additions and 83 deletions
|
|
@ -4,7 +4,7 @@ jQuery(function($){
|
|||
var ESC_KEY = 27;
|
||||
|
||||
// Overlapping label
|
||||
$('.form li').find('>input:text,>input:password,>textarea')
|
||||
$('.form li').find('>input:text:not(".notmulti"),>input:password,>textarea')
|
||||
.filter('input[value!=""],textarea:not(:empty)').prev('label').css('visibility','hidden').end().end()
|
||||
.prev('label')
|
||||
.addClass('overlap')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue