mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
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:
parent
ef450b09e5
commit
670b327bc2
8 changed files with 35 additions and 37 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue