From 8e21998053d18c197907166be4991d9c5b171948 Mon Sep 17 00:00:00 2001 From: Catouse Date: Fri, 18 Apr 2014 17:41:09 +0800 Subject: [PATCH] * fixed style to compatible with firefox. --- module/bug/view/batchcreate.html.php | 4 ++-- module/bug/view/batchedit.html.php | 2 +- module/product/view/batchedit.html.php | 4 ++-- module/project/view/batchedit.html.php | 8 ++++---- module/search/view/buildform.html.php | 10 +++++----- module/story/view/batchcreate.html.php | 2 +- module/story/view/batchedit.html.php | 2 +- module/task/view/batchcreate.html.php | 4 ++-- module/task/view/batchedit.html.php | 10 +++++----- module/testcase/view/batchcreate.html.php | 2 +- module/user/css/deny.css | 2 +- www/theme/default/style.css | 3 ++- 12 files changed, 27 insertions(+), 26 deletions(-) diff --git a/module/bug/view/batchcreate.html.php b/module/bug/view/batchcreate.html.php index 5f0a24fba2..8a9559af0c 100644 --- a/module/bug/view/batchcreate.html.php +++ b/module/bug/view/batchcreate.html.php @@ -26,8 +26,8 @@ idAB;?> bug->module;?> bug->project;?> - bug->openedBuild;?> - bug->title;?> + bug->openedBuild;?> + bug->title;?> bug->steps;?> typeAB;?> bug->severity;?> diff --git a/module/bug/view/batchedit.html.php b/module/bug/view/batchedit.html.php index 38900f72e9..355166aa5b 100644 --- a/module/bug/view/batchedit.html.php +++ b/module/bug/view/batchedit.html.php @@ -26,7 +26,7 @@ bug->type;?> bug->severityAB;?> bug->pri;?> - bug->title;?> + bug->title;?> bug->assignedTo;?> bug->status;?> bug->resolvedByAB;?> diff --git a/module/product/view/batchedit.html.php b/module/product/view/batchedit.html.php index 736a9e4acc..a412b08ee8 100755 --- a/module/product/view/batchedit.html.php +++ b/module/product/view/batchedit.html.php @@ -21,8 +21,8 @@ idAB;?> - product->name;?> - product->code;?> + product->name;?> + product->code;?> product->PO;?> product->QD;?> product->RD;?> diff --git a/module/project/view/batchedit.html.php b/module/project/view/batchedit.html.php index 26d0ffda73..e490968af1 100755 --- a/module/project/view/batchedit.html.php +++ b/module/project/view/batchedit.html.php @@ -22,12 +22,12 @@ idAB;?> - project->name;?> - project->code;?> + project->name;?> + project->code;?> project->PM;?> project->status;?> - project->begin;?> - project->end;?> + project->begin;?> + project->end;?> project->days;?> diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php index b415b6ca31..0fad4cd939 100644 --- a/module/search/view/buildform.html.php +++ b/module/search/view/buildform.html.php @@ -19,6 +19,7 @@ #bysearchTab.active > a:after {font-size: 14px; font-family: ZenIcon; content: ' \e6e2'; color: #808080} #featurebar .nav {z-index: 999; position: relative;} #querybox .form-control {padding: 2px; padding: 6px 2px\0;} +@-moz-document url-prefix() {#querybox .form-control {padding: 6px 2px;}} #querybox .table-form td {border: none} #querybox .btn {padding: 5px 8px;} #querybox .table-form td td {padding: 2px;} @@ -32,12 +33,11 @@ #selectPeriod > .dropdown-header {background: #f1f1f1; display: block; text-align: center; padding: 4px 0; line-height: 20px; margin-bottom: 5px; font-size: 14px; border-radius: 4px; color: #333} #selectPeriod li > a {padding: 4px 15px; border-radius: 4px} +#searchlite, #searchmore {color: #4d90fe; width: 30px; padding: 0 5px} #searchform.showmore #searchmore, #searchform #searchlite {display: none;} -#searchform.showmore #searchlite, #searchform #searchmore {display: block;} +#searchform.showmore #searchlite, #searchform #searchmore {display: inline-block;} #searchmore > i, #searchlite > i {font-size: 28px;} -#searchlite, #searchmore {color: #4d90fe; width: 30px; width: 40px; position: absolute; top: -10px; right: -10px; bottom: -10px; padding: 0 10px; padding-top: 40%;} -#searchlite {padding-top: 120%;} -#searchmore:hover, #searchlite:hover {color: #145CCD; background: #f1f1f1} +#searchmore:hover, #searchlite:hover {color: #145CCD;}