Кнопки не влезл в ряд

This commit is contained in:
Igor Barkov (iwork) 2020-07-22 12:01:45 +03:00
parent 4b75b0e904
commit 09f5625269

View File

@ -879,16 +879,14 @@ try {
<button class="button primary" onclick="gotohref('zayavka.php')">Поединки</button>
<button class="button" onclick="gotohref('module_quest.php')">Активные задания</button>
<button class="button" onclick="gotohref('main.php?edit=1')">Инвентарь</button>
</div>
<div class="button-group minor-group">
<?php if ($user['room'] === 20): ?>
<button class="button move" onclick="gotohref('main.php?goto=arena')">Войти внутрь
<button class="button icon move" onclick="gotohref('main.php?goto=arena')">Войти внутрь
</button>
<?php else: ?>
<button class="button move" onclick="gotohref('main.php?goto=plo')">Выйти на улицу
<button class="button icon move" onclick="gotohref('main.php?goto=plo')">Выйти на улицу
</button>
<?php endif; ?>
<button class="button loop" onclick="gotohref('main.php')">Обновить страницу</button>
<button class="button icon loop" onclick="gotohref('main.php')">Обновить страницу</button>
</div>
</div>
<div id="mZeInventory"> <!--рюкзак-->