* fix page.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
.col-side .chosen-container .chosen-drop {width: 216px!important}
|
||||
.col-side .chosen-container {width: 218px!important}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
.col-side .chosen-container .chosen-drop {width: 216px!important}
|
||||
.col-side .chosen-container {width: 218px!important}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
.col-side .chosen-container .chosen-drop {width: 216px!important}
|
||||
.col-side .chosen-container {width: 218px!important}
|
||||
|
||||
Reference in New Issue
Block a user