diff --git a/module/bug/view/batchcreate.html.php b/module/bug/view/batchcreate.html.php index 7973eb8936..e1563ebb61 100644 --- a/module/bug/view/batchcreate.html.php +++ b/module/bug/view/batchcreate.html.php @@ -34,7 +34,7 @@ foreach(explode(',', $showFields) as $field) } ?>
- +
diff --git a/module/bug/view/batchedit.html.php b/module/bug/view/batchedit.html.php index 0e4a090d47..ad04ff9a63 100644 --- a/module/bug/view/batchedit.html.php +++ b/module/bug/view/batchedit.html.php @@ -30,7 +30,7 @@ foreach(explode(',', $showFields) as $field) $columns = count($hasFields) + 2; ?> "> -
idAB;?>
+
diff --git a/module/story/view/batchclose.html.php b/module/story/view/batchclose.html.php index ac24028a2b..57b3cb666e 100755 --- a/module/story/view/batchclose.html.php +++ b/module/story/view/batchclose.html.php @@ -20,7 +20,7 @@ "> -
idAB;?>
+
diff --git a/module/story/view/batchcreate.html.php b/module/story/view/batchcreate.html.php index 787ab04351..a3864b71c8 100644 --- a/module/story/view/batchcreate.html.php +++ b/module/story/view/batchcreate.html.php @@ -34,7 +34,7 @@ foreach(explode(',', $showFields) as $field) } ?> -
idAB;?>
+
diff --git a/module/story/view/batchedit.html.php b/module/story/view/batchedit.html.php index fa2d1cf61a..531dfeccf9 100644 --- a/module/story/view/batchedit.html.php +++ b/module/story/view/batchedit.html.php @@ -32,7 +32,7 @@ foreach(explode(',', $showFields) as $field) } ?> "> -
idAB;?>
+
diff --git a/module/task/view/batchcreate.html.php b/module/task/view/batchcreate.html.php index bf7a2f7710..35529e50e6 100644 --- a/module/task/view/batchcreate.html.php +++ b/module/task/view/batchcreate.html.php @@ -30,7 +30,7 @@ foreach(explode(',', $showFields) as $field) } ?> -
idAB;?>
+
diff --git a/module/task/view/batchedit.html.php b/module/task/view/batchedit.html.php index 1df77004c9..d54b627330 100755 --- a/module/task/view/batchedit.html.php +++ b/module/task/view/batchedit.html.php @@ -30,7 +30,7 @@ foreach(explode(',', $showFields) as $field) } ?> "> -
idAB;?>
+
diff --git a/module/todo/view/batchcreate.html.php b/module/todo/view/batchcreate.html.php index e072e2df90..bef695fefb 100755 --- a/module/todo/view/batchcreate.html.php +++ b/module/todo/view/batchcreate.html.php @@ -35,7 +35,7 @@ } $columns = count($hasFields) + 2; ?> -
idAB;?>
+
diff --git a/module/todo/view/batchedit.html.php b/module/todo/view/batchedit.html.php index ad668d664e..c632ffc367 100644 --- a/module/todo/view/batchedit.html.php +++ b/module/todo/view/batchedit.html.php @@ -20,7 +20,7 @@ '> -
idAB;?>
+
diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 9ff127b47d..db281d5d37 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -520,7 +520,7 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;} /* table in outer */ .outer .table {margin-bottom: 0; border: 1px solid #ddd;} -@-moz-document url-prefix(){.outer .table {box-shadow: 1px 1px 0 #ddd, -1px 0 0 #ddd; border-left: none; border-right: none; border-bottom: none} .panel .table, #querybox .table, .outer > .container .table-form, .outer > .container .table-data, .outer .main-side .table, .outer .table.table-form {box-shadow: none}} +@-moz-document url-prefix(){.outer .table, .outer .table.table-form.with-border {box-shadow: 1px 1px 0 #ddd, -1px 0 0 #ddd; border-left: none; border-right: none; border-bottom: none} .panel .table, #querybox .table, .outer > .container .table-form, .outer > .container .table-data, .outer .main-side .table, .outer .table.table-form {box-shadow: none}} .outer .table thead tr th {text-align: center;} .outer .table thead tr th.text-left {text-align: left;} .outer .table tbody td {vertical-align: middle;}
idAB;?>