mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +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
|
|
@ -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,
|
||||
|
|
|
|||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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