prepared forum button

This commit is contained in:
Václav Šmejkal 2024-05-08 20:50:52 +02:00
parent 815a929ac5
commit 3ebbfe0046
Signed by: ENGO150
GPG Key ID: 4A57E86482968843
2 changed files with 16 additions and 2 deletions

View File

@ -48,7 +48,10 @@ session_start();
</form>
</div>
<div id="login_indicator">Přihlášen jako:</div>
<div id="login_indicator">
<div id="login_indicator_text">Přihlášen jako:</div>
<button id="social_button" onclick="move('./social.php')">Fórum</button>
</div>
<?php
//PASSWORD

View File

@ -35,7 +35,7 @@ body
.tlacitko
{
color: #C1BFBE;;
color: #C1BFBE;
background: #9E6812;
border-color: #4D2B09;
margin-bottom: 1vh;
@ -134,3 +134,14 @@ body
background: #6F7270;
border-radius: 0.3vh 0.3vh;
}
#social_button
{
width: 100%;
padding: 0.3vh;
margin-top: 0.2vh;
background-color: #9E6812;
border: 1px solid #3E392F;
color: #C1BFBE;
border-radius: 0.3vh 0.3vh;
}