This commit is contained in:
dignajar 2016-02-17 21:15:19 -03:00
parent f079f6710c
commit af34778541
2 changed files with 7 additions and 3 deletions

View File

@ -158,6 +158,10 @@ button.delete-button:hover {
margin-bottom: 25px;
}
table.statistics tr:last-child td {
border-bottom: none !important;
}
/* ----------- ALERT ----------- */
#alert {
@ -204,7 +208,7 @@ button.delete-button:hover {
#jstagList span.select {
margin-top: 5px;
margin-right: 5px;
padding: 1px 15px;
padding: 2px 15px;
cursor: pointer;
display: inline-block;
border-radius: 3px;

View File

@ -65,7 +65,7 @@
<div class="uk-panel uk-panel-box">
<h4><?php $L->p('Statistics') ?></h4>
<table class="uk-table">
<table class="uk-table statistics">
<tbody>
<tr>
<td><?php $Language->p('Posts') ?></td>
@ -128,4 +128,4 @@
</div>
</div>
</div>