Global: Fix tabs

This commit is contained in:
Ilya Prokopenko 2022-01-31 04:45:12 +03:00
parent 7dea746dfa
commit 77bda53ad9
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56
3 changed files with 14 additions and 17 deletions

View file

@ -7,12 +7,12 @@
</div>
{ifset size}
{include size, x => $dat}
{include size, x => $dat}
{/ifset}
<div class="container_gray">
{var data = is_array($iterator) ? $iterator : iterator_to_array($iterator)}
{if sizeof($data) > 0}
<div class="content" n:foreach="$data as $dat">
<table>
@ -30,7 +30,7 @@
</b>
</a>
<br/>
{include description, x => $dat}
</td>
<td n:ifset="actions" valign="top" class="action_links" style="width: 150px">
@ -40,7 +40,7 @@
</tbody>
</table>
</div>
<div style="padding: 8px;">
{include "components/paginator.xml", conf => (object) [
"page" => $page,
@ -60,8 +60,7 @@
</div>
{ifset bottom}
{include bottom}
{include bottom}
{/ifset}
</div>
{/block}

View file

@ -1,8 +1,6 @@
<center style="background: white;border: #DEDEDE solid 1px;">
<span style="color: #707070;margin: 60px 0;display: block;">
<b>{$title}</b>
<br>
<br>
{$description}
<b>{$title}</b><br><br>
{$description}
</span>
</center>

View file

@ -1838,17 +1838,17 @@ body.scrolled .toTop:hover {
margin-top: 12px;
margin-left: -12px;
margin-right: -12px;
}
}
#gp_container {
#gp_container {
display: inline-block;
}
}
#gp_container span {
#gp_container span {
display: block;
margin: 10px 0 15px;
}
}
#gp_container h4 {
#gp_container h4 {
font-size: 11px;
}
}