mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
Admin dashboard portlet width. 1300px over and under.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9572 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a2f2385464
commit
6d8f293567
3 changed files with 10 additions and 6 deletions
|
|
@ -88,7 +88,7 @@ jQuery(function($){
|
|||
|
||||
// Display the dashboard in two column
|
||||
$(window).resize(function(){
|
||||
if($(document).width() < 1280){
|
||||
if($(document).width() < 1300){
|
||||
$('.dashboard>.section>br').remove();
|
||||
$('.dashboard>.section>.portlet:odd').after('<br style="clear:both" />');
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue