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:
taggon 2011-08-03 08:33:57 +00:00
parent 35d02e8d3e
commit c47f24b566
4 changed files with 174 additions and 184 deletions

View file

@ -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);