From b35e9860026bf86e8c0de9375927beadff46fe9e Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 14 May 2010 17:03:31 +0200 Subject: [PATCH] Tweak widths. --- horde/admin/activesync.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/horde/admin/activesync.php b/horde/admin/activesync.php index f748349b1..9a206ae12 100644 --- a/horde/admin/activesync.php +++ b/horde/admin/activesync.php @@ -70,16 +70,16 @@ $users = array(); $tree = Horde_Tree::factory('admin_devices', 'Javascript'); $tree->setOption(array('alternate' => true)); $tree->setHeader(array( - array('width' => '20%'), - array('width' => '10%', 'html' => _("Last Sync Time")), + array('width' => '30%'), + array('width' => '22%', 'html' => _("Last Sync Time")), array('html' => $spacer), - array('width' => '10%', 'html' => _("Policy Key")), + array('width' => '6%', 'html' => _("Policy Key")), array('html' => $spacer), array('width' => '10%', 'html' => _("Status")), array('html' => $spacer), - array('width' => '20%' , 'html' => _("Device ID")), + array('width' => '12%' , 'html' => _("Device ID")), array('html' => $spacer), - array('width' => '15%', 'html' => _("Actions")) + array('width' => '10%', 'html' => _("Actions")) )); $tree->addNode('root', null, _("Registered User Devices"), 0, true, $base_node_params); -- 2.11.0