From: Jan Schneider Date: Fri, 14 May 2010 15:03:31 +0000 (+0200) Subject: Tweak widths. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b35e9860026bf86e8c0de9375927beadff46fe9e;p=horde.git Tweak widths. --- 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);