mirror of
https://github.com/openvk/openvk
synced 2024-12-23 00:51:03 +03:00
Global: Fix tabs
This commit is contained in:
parent
7dea746dfa
commit
77bda53ad9
3 changed files with 14 additions and 17 deletions
|
@ -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}
|
||||
|
|
|
@ -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>
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue