Updates
This commit is contained in:
parent
f079f6710c
commit
af34778541
|
@ -158,6 +158,10 @@ button.delete-button:hover {
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.statistics tr:last-child td {
|
||||||
|
border-bottom: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* ----------- ALERT ----------- */
|
/* ----------- ALERT ----------- */
|
||||||
|
|
||||||
#alert {
|
#alert {
|
||||||
|
@ -204,7 +208,7 @@ button.delete-button:hover {
|
||||||
#jstagList span.select {
|
#jstagList span.select {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
padding: 1px 15px;
|
padding: 2px 15px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
|
|
||||||
<div class="uk-panel uk-panel-box">
|
<div class="uk-panel uk-panel-box">
|
||||||
<h4><?php $L->p('Statistics') ?></h4>
|
<h4><?php $L->p('Statistics') ?></h4>
|
||||||
<table class="uk-table">
|
<table class="uk-table statistics">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php $Language->p('Posts') ?></td>
|
<td><?php $Language->p('Posts') ?></td>
|
||||||
|
@ -128,4 +128,4 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue