* ajusted views.
* enhance function 'ajustModalPosition' in my.js. * ajusted style of table caption.
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 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>
|
||||
|
||||
Reference in New Issue
Block a user