Dashboard UX review.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8865 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-08-24 08:52:05 +00:00
parent ef450b09e5
commit 670b327bc2
8 changed files with 35 additions and 37 deletions

View file

@ -152,7 +152,7 @@ jQuery(function($){
.append($btnClose.clone(true))
.end()
.appendTo('body');
// unbind create event
$this.unbind('init.mw');
})
@ -250,7 +250,7 @@ jQuery(function($){
});
// Display the dashboard in two column
$('.dashboard>.portlet:odd').after('<br style="clear:both" />');
$('.dashboard>.section>.portlet:odd').after('<br style="clear:both" />');
// TODO: Site Map
// var siteMap = $('.siteMap');