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

@ -205,7 +205,7 @@ p{line-height:1.5}
.modalBlur{position:absolute;top:0;right:0;border:0;background:none;padding:0;width:1px;height:1px;overflow:hidden}
html.modalContainer,body.modalContainer{_height:100%;_width:100%} /* IE6 only */
/* Message */
.message{border:1px solid #ddd;background:#f8f8f8;margin:1em 0;padding:0 1em;border-radius:5px}
.message{border:1px solid #ddd;background:#f8f8f8;margin:1em 0;padding:0 1em;border-radius:5px;line-height:1.4}
.message em{font-style:normal;color:#e00}
.message.info,
.message.error,

File diff suppressed because one or more lines are too long

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