* add fixed style.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<?php echo html::a($this->createLink('product', 'create'), "<i class='icon-plus'></i> " . $lang->my->home->createProduct,'', "class='btn btn-primary'");?> <?php echo " <i class='icon-question-sign text-muted'></i> " . $lang->my->home->help; ?>
|
||||
</div>
|
||||
<?php else:?>
|
||||
<table class='table table-condensed table-hover table-striped table-borderless'>
|
||||
<table class='table table-condensed table-hover table-striped table-borderless table-fixed'>
|
||||
<thead>
|
||||
<tr class='text-center'>
|
||||
<th class='w-150px text-left'><i class="icon icon-cube"></i> <?php echo $lang->product->name;?></th>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<?php echo html::a($this->createLink('project', 'create'), "<i class='icon-plus'></i> " . $lang->my->home->createProject,'', "class='btn btn-primary'");?> <?php echo " <i class='icon-question-sign text-muted'></i> " . $lang->my->home->help; ?>
|
||||
</div>
|
||||
<?php else:?>
|
||||
<table class='table table-condensed table-hover table-striped table-borderless'>
|
||||
<table class='table table-condensed table-hover table-striped table-borderless table-fixed'>
|
||||
<thead>
|
||||
<tr class='text-center'>
|
||||
<th class='w-150px'><div class='text-left'><i class="icon-folder-close-alt icon"></i> <?php echo $lang->project->name;?></div></th>
|
||||
|
||||
Reference in New Issue
Block a user