* fix page.

This commit is contained in:
wangyidong
2014-08-05 03:11:58 +00:00
parent 0c7e8a1ba9
commit ed62b105af
7 changed files with 14 additions and 8 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-fixed'>
<table class='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-fixed'>
<table class='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>
+2 -2
View File
@@ -58,7 +58,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-fixed table-borderless table-condensed table-hover'>
<thead>
<tr class='text-center'>
<th class='w-id text-left'><?php echo html::selectAll('story', 'checkbox') . ' ' . $lang->idAB;?></th>
@@ -82,7 +82,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-borderless table-fixed table-condensed table-hover'>
<thead>
<tr class='text-center'>
<th class='w-id text-left'><?php echo html::selectAll('bug', 'checkbox') . ' ' . $lang->idAB;?></th>
@@ -4,7 +4,7 @@
<div class='col-md-6'>
<div class='panel panel-sm contentDiv'>
<div class='panel-heading'><?php echo html::icon($lang->icons['story']) . ' ' . $lang->release->linkStories;?></div>
<table class='table table table-borderless table-condensed table-hover'>
<table class='table table-borderless table-condensed table-hover table-fixed'>
<thead>
<th class='w-id text-left'><?php echo html::selectAll('story', 'checkbox') . $lang->idAB;?></th>
<th><?php echo $lang->story->title;?></th>
@@ -28,7 +28,7 @@
<div class='col-md-6'>
<div class='panel panel-sm contentDiv'>
<div class='panel-heading'><?php echo html::icon($lang->icons['bug']) . ' ' . $lang->release->linkBugs;?></div>
<table class='table table table-borderless table-condensed table-hover'>
<table class='table table-borderless table-condensed table-hover table-fixed'>
<thead>
<tr>
<th class='w-id text-left'><?php echo html::selectAll('bug', 'checkbox') . $lang->idAB;?></th>
+2 -2
View File
@@ -44,7 +44,7 @@
<div class='panel-heading'>
<?php echo html::icon($lang->icons['story'], 'icon') . ' ' . $lang->release->linkStories;?>
</div>
<table class='mainTable table table-condensed table-hover table-borderless'>
<table class='mainTable table table-condensed table-hover table-borderless table-fixed'>
<thead>
<tr>
<th class='w-id text-left'><?php echo html::selectAll('story', 'checkbox') . ' ' . $lang->idAB;?></th>
@@ -72,7 +72,7 @@
<div class='panel-heading'>
<?php echo html::icon($lang->icons['bug'], 'icon') . ' ' . $lang->release->linkBugs;?>
</div>
<table class='mainTable table table-condensed table-hover table-borderless'>
<table class='mainTable table table-condensed table-hover table-borderless table-fixed'>
<thead>
<tr>
<th class='w-id text-left'><?php echo html::selectAll('bug', 'checkbox') . ' ' . $lang->idAB;?></th>
+2
View File
@@ -0,0 +1,2 @@
.col-side .chosen-container .chosen-drop {width: 216px!important}
.col-side .chosen-container {width: 218px!important}
+2
View File
@@ -0,0 +1,2 @@
.col-side .chosen-container .chosen-drop {width: 216px!important}
.col-side .chosen-container {width: 218px!important}
+2
View File
@@ -0,0 +1,2 @@
.col-side .chosen-container .chosen-drop {width: 216px!important}
.col-side .chosen-container {width: 218px!important}