From 24a0a62b2f0778ce6c1706834c1c88aaabc6c93c Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 23 Mar 2011 11:25:02 +0000 Subject: Refs #3165 floating admin widgets in same direction as profile widgets git-svn-id: http://code.elgg.org/elgg/trunk@8825 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/admin.php | 4 ++-- views/default/css/admin.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/lib/admin.php b/engine/lib/admin.php index 876af307b..337439315 100644 --- a/engine/lib/admin.php +++ b/engine/lib/admin.php @@ -475,8 +475,8 @@ function elgg_add_admin_widgets($event, $type, $user) { // In the form column => array of handlers in order, top to bottom $adminWidgets = array( - 1 => array('online_users', 'new_users', 'content_stats'), - 2 => array('admin_welcome'), + 1 => array('admin_welcome'), + 2 => array('online_users', 'new_users', 'content_stats'), ); foreach ($adminWidgets as $column => $handlers) { diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 2a7db756f..07403e893 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -543,7 +543,7 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover WIDGETS *************************************** */ .elgg-widgets { - float: left; + float: right; min-height: 30px; } .elgg-widget-add-control { -- cgit v1.2.3