mirror of
https://github.com/openvk/openvk
synced 2024-12-23 00:51:03 +03:00
Fix layout up a bit (no social distance anymore) (#600)
This commit is contained in:
parent
41dae9295f
commit
d483ca4a10
3 changed files with 5 additions and 6 deletions
|
@ -195,7 +195,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a n:if="OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['enable'] && $thisUser->getLeftMenuItemStatus('poster')" href="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['link']}" >
|
<a n:if="OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['enable'] && $thisUser->getLeftMenuItemStatus('poster')" href="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['link']}" >
|
||||||
<img src="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['src']}" alt="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['caption']}" class="psa-poster" style="max-width: 100%; margin-top: 50px;" />
|
<img src="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['src']}" alt="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['caption']}" class="psa-poster" style="max-width: 100%; margin-top: 10px;" />
|
||||||
</a>
|
</a>
|
||||||
{elseif !$thisUser->isActivated()}
|
{elseif !$thisUser->isActivated()}
|
||||||
<a href="/logout?hash={urlencode($csrfToken)}" class="link">{_menu_logout}</a>
|
<a href="/logout?hash={urlencode($csrfToken)}" class="link">{_menu_logout}</a>
|
||||||
|
|
|
@ -378,7 +378,7 @@
|
||||||
<small n:if="OPENVK_ROOT_CONF['openvk']['preferences']['ton']['enabled']">
|
<small n:if="OPENVK_ROOT_CONF['openvk']['preferences']['ton']['enabled']">
|
||||||
<a href="javascript:showCoinsTopUpTroughTon()">[{_transfer_trough_ton}]</a>
|
<a href="javascript:showCoinsTopUpTroughTon()">[{_transfer_trough_ton}]</a>
|
||||||
</small>
|
</small>
|
||||||
</p>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{script "js/node_modules/textfit/textFit.min.js"}
|
{script "js/node_modules/textfit/textFit.min.js"}
|
||||||
|
|
|
@ -584,7 +584,6 @@ h4 {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 0 3px;
|
|
||||||
font-family: verdana, arial, sans-serif;
|
font-family: verdana, arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -836,7 +835,7 @@ table.User {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border: #DEDEDE solid 1px;
|
border: #DEDEDE solid 1px;
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 6px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
@ -1968,10 +1967,10 @@ table td[width="120"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
#votesBalance {
|
#votesBalance {
|
||||||
margin-top: 50px;
|
margin-top: 10px;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
border-bottom: 1.5px solid #707070;
|
border-bottom: 1.5px solid #DDDDDD;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue