Отделение кнопки выхода от остальных. Смещение кнопок вправо.

This commit is contained in:
Igor Barkov (iwork) 2020-07-22 12:16:46 +03:00
parent 01ff114961
commit 3e1bba2fca

View File

@ -8,15 +8,17 @@
} }
div { div {
text-align: right; float: right;
} }
</style> </style>
<div class="button-group"> <div class="button-container">
<a class="button" href="/user_anketa.php" title="Анкета" target="gameframe">Анкета</a> <div class="button-group">
<a class="button" href="/contacts.php" title="Контакты" target="gameframe">Друзья</a> <a class="button" href="/user_anketa.php" title="Анкета" target="gameframe">Анкета</a>
<a class="button" href="/main.php?edit=1" title="Инвентарь" target="gameframe">Инвентарь</a> <a class="button" href="/contacts.php" title="Контакты" target="gameframe">Друзья</a>
<a class="button" href="/clan.php" title="Клан" target="gameframe">Клан</a> <a class="button" href="/main.php?edit=1" title="Инвентарь" target="gameframe">Инвентарь</a>
<a class="button" href="/user_abilities.php" title="Особые умения" target="gameframe">Особые умения</a> <a class="button" href="/clan.php" title="Клан" target="gameframe">Клан</a>
<a class="button" href="/forum.php" title="Форум" target="gameframe">Форум</a> <a class="button" href="/user_abilities.php" title="Особые умения" target="gameframe">Особые умения</a>
<a class="button" href="/forum.php" title="Форум" target="gameframe">Форум</a>
</div>
<a class="button danger icon remove" href="/main.php?exit" title="Выход" target="_top">Выход</a> <a class="button danger icon remove" href="/main.php?exit" title="Выход" target="_top">Выход</a>
</div> </div>