Improved tables appearance

This commit is contained in:
Dmitry Khomutov 2017-02-02 21:55:29 +07:00
commit 97cd0b5373
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
8 changed files with 11 additions and 11 deletions

View file

@ -140,7 +140,7 @@
</div>
<div class="tab-pane" id="errors">
<table class="errors-table table">
<table class="errors-table table table-hover">
<thead>
<tr>
<th><?php Lang::out('severity'); ?></th>

View file

@ -6,7 +6,7 @@
</div>
<div class="box">
<table class="table">
<table class="table table-hover">
<thead>
<tr>
<th><?php Lang::out('group_title'); ?></th>

View file

@ -49,7 +49,7 @@
<div class="box-header">
<h3 class="box-title"><?php Lang::out('builds'); ?> (<?php print $total; ?>)</h3>
</div>
<table class="table">
<table class="table table-hover">
<thead>
<tr>
<th><?php Lang::out('id'); ?></th>

View file

@ -9,7 +9,7 @@
<div class="col-xs-12">
<div class="box">
<table class="table">
<table class="table table-hover">
<thead>
<tr>
<th><?php Lang::out('email_address'); ?></th>