From cf42984d2f8faeb7d16dcc3e21c909b778af55dc Mon Sep 17 00:00:00 2001 From: wyd621 Date: Fri, 1 Nov 2013 07:13:29 +0000 Subject: [PATCH] * adjust pager style. --- module/build/css/common.css | 1 + module/build/view/create.html.php | 4 ++-- module/build/view/edit.html.php | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/module/build/css/common.css b/module/build/css/common.css index 56f687fe97..02e13fa590 100644 --- a/module/build/css/common.css +++ b/module/build/css/common.css @@ -1,3 +1,4 @@ .mainTable { width:100%;} .headTable { width:100%; height:30px; margin:0px; border:0px} .contentDiv { height:195px; overflow-y:auto} +.mainTable select{padding:0px;margin:0px;height:20px;} diff --git a/module/build/view/create.html.php b/module/build/view/create.html.php index e30185747e..8e8d076ad9 100644 --- a/module/build/view/create.html.php +++ b/module/build/view/create.html.php @@ -71,7 +71,7 @@ - + @@ -86,7 +86,7 @@ - +
build->linkBugs;?>
title, '', "class='preview'");?> bug->statusList[$bug->status];?>status == 'resolved' ? substr($users[$bug->resolvedBy], 2) : html::select('resolvedBy[]', $users, $this->app->user->account, "class='w-70px'");?>status == 'resolved' ? substr($users[$bug->resolvedBy], 2) : html::select('resolvedBy[]', $users, $this->app->user->account, "class='w-70px'");?>
diff --git a/module/build/view/edit.html.php b/module/build/view/edit.html.php index 9f2ea28265..4c185954d2 100644 --- a/module/build/view/edit.html.php +++ b/module/build/view/edit.html.php @@ -81,7 +81,7 @@ - + - +
@@ -105,7 +105,7 @@ bugs . ',', ',' . $bug->id . ',') !== false) echo 'checked';?>> id);?> title, '', "class='preview'");?> bug->statusList[$bug->status];?>status == 'resolved' or $bug->status == 'closed') ? substr($users[$bug->resolvedBy], 2) : html::select('resolvedBy[]', $users, $this->app->user->account, "class='w-70px'");?>status == 'resolved' or $bug->status == 'closed') ? substr($users[$bug->resolvedBy], 2) : html::select('resolvedBy[]', $users, $this->app->user->account, "class='w-70px'");?>