mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
Modify styles for administrative interface
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8716 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
35d02e8d3e
commit
c47f24b566
4 changed files with 174 additions and 184 deletions
|
|
@ -63,6 +63,7 @@ $('#theme,#skin')
|
|||
$(this).next('input:radio').prop('checked', true).change();
|
||||
})
|
||||
.end()
|
||||
.find('> .i > label').attr('title', function(){ return $(this).text() }).end()
|
||||
.find('input:radio')
|
||||
.bind('redraw', function(){
|
||||
var $this = $(this), $big = $this.closest('.a').prev('.a'), val = $this.val();
|
||||
|
|
@ -79,7 +80,10 @@ $('#theme,#skin')
|
|||
.find('input:radio').remove().end()
|
||||
.find('label')
|
||||
.wrapInner('<strong>')
|
||||
.find('>strong').unwrap().end()
|
||||
.find('>strong')
|
||||
.text(function(){ return $(this).attr('title') })
|
||||
.unwrap()
|
||||
.end()
|
||||
.end()
|
||||
.appendTo($big);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue