From 40b68da6bb4608b9f17882b91547e9e84b371390 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 1 Jan 2010 15:16:25 +0000 Subject: [PATCH] * change the width of the action column. --- trunk/module/project/view/story.html.php | 2 +- trunk/module/project/view/task.html.php | 2 +- trunk/www/theme/default/style.css | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/trunk/module/project/view/story.html.php b/trunk/module/project/view/story.html.php index 52e41a2111..1ff1b8bb7d 100644 --- a/trunk/module/project/view/story.html.php +++ b/trunk/module/project/view/story.html.php @@ -53,7 +53,7 @@ $(document).ready(function() story->openedBy);?> story->estimate);?> story->status);?> - action;?> + action;?> diff --git a/trunk/module/project/view/task.html.php b/trunk/module/project/view/task.html.php index 4f4e95cb6e..e3b7d69169 100644 --- a/trunk/module/project/view/task.html.php +++ b/trunk/module/project/view/task.html.php @@ -47,7 +47,7 @@ task->type);?> task->status);?> task->story);?> - action;?> + action;?> diff --git a/trunk/www/theme/default/style.css b/trunk/www/theme/default/style.css index 1ebb3a2430..891d0c8b20 100644 --- a/trunk/www/theme/default/style.css +++ b/trunk/www/theme/default/style.css @@ -113,6 +113,12 @@ caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:5 .w-p85 {width: 85%} .w-p90 {width: 90%} +.w-20px {width:20px} +.w-50px {width:50px} +.w-100px {width:100px} +.w-150px {width:150px} +.w-200px {width:200px} + .margin-10px {margin: 10px} .padding-10px{padding: 10px}