* ajusted views.

* enhance function 'ajustModalPosition' in my.js.
 * ajusted style of table caption.
This commit is contained in:
Catouse
2014-08-04 08:44:01 +08:00
parent 93be4ffaae
commit 8778ea7089
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -64,7 +64,7 @@
<div class='col-md-6'>
<div class='panel panel-sm contentDiv'>
<div class='panel-heading'><?php echo html::icon($lang->icons['story']) . ' ' . $lang->build->linkStories;?></div>
<table class='table table table-borderless table-condensed table-hover'>
<table class='table table table-borderless table-condensed table-hover table-fixed'>
<thead>
<tr class='text-center'>
<th class='w-id text-left'><?php echo html::selectAll('story', 'checkbox') . ' ' . $lang->idAB;?></th>
@@ -88,7 +88,7 @@
<div class='col-md-6'>
<div class='panel panel-sm contentDiv'>
<div class='panel-heading'><?php echo html::icon($lang->icons['bug']) . ' ' . $lang->build->linkBugs;?></div>
<table class='table table table-borderless table-condensed table-hover'>
<table class='table table table-borderless table-condensed table-hover table-fixed'>
<thead>
<tr class='text-center'>
<th class='w-id text-left'><?php echo html::selectAll('bug', 'checkbox') . ' ' . $lang->idAB;?></th>