removed the table header of the code history view
This commit is contained in:
parent
22e53f4037
commit
6e7208ded7
@ -110,10 +110,6 @@ $this->load->view (
|
|||||||
|
|
||||||
<div id="code_history_result" class="codepot-relative-container-view">
|
<div id="code_history_result" class="codepot-relative-container-view">
|
||||||
<table id="code_history_result_table" class="codepot-full-width-table codepot-spacious-table">
|
<table id="code_history_result_table" class="codepot-full-width-table codepot-spacious-table">
|
||||||
<tr class='codepot-full-width-table-header'>
|
|
||||||
<th><?php print $this->lang->line('Committer')?></th>
|
|
||||||
<th><?php print $this->lang->line('Details') ?></th>
|
|
||||||
</tr>
|
|
||||||
<?php
|
<?php
|
||||||
$rowclasses = array ('even', 'odd');
|
$rowclasses = array ('even', 'odd');
|
||||||
$history = $file['history'];
|
$history = $file['history'];
|
||||||
|
@ -224,8 +224,9 @@
|
|||||||
|
|
||||||
#code_history_result_table td.commit-author-td {
|
#code_history_result_table td.commit-author-td {
|
||||||
width: 1%;
|
width: 1%;
|
||||||
vertical-align: middle;
|
vertical-align: top;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#code_history_result_table img.commit-author-icon {
|
#code_history_result_table img.commit-author-icon {
|
||||||
|
Loading…
Reference in New Issue
Block a user