X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Fuser_edit.php;h=411586bda1381b101c0247470d82079499fa7cac;hb=c75f863a12ab28d8f828c0cc367b581b396ee951;hp=1e0845e1ace6c83850ee1cbaf54b357f989dbd40;hpb=1567369ac1fb744b704cacbe77542f55e410d61b;p=timetracker.git diff --git a/mobile/user_edit.php b/mobile/user_edit.php index 1e0845e1..411586bd 100644 --- a/mobile/user_edit.php +++ b/mobile/user_edit.php @@ -145,7 +145,7 @@ class RateCellRenderer extends DefaultCellRenderer { // Create projects table. $table = new Table('projects'); $table->setIAScript('setRate'); -$table->setTableOptions(array('width'=>'100%','cellspacing'=>'1','cellpadding'=>'3','border'=>'0')); +$table->setTableOptions(array('width'=>'250','cellspacing'=>'1','cellpadding'=>'3','border'=>'0')); $table->setRowOptions(array('valign'=>'top','class'=>'tableHeader')); $table->setData($projects); $table->setKeyField('id');