diff --git a/index.php b/index.php index 6c24f2d..9d2480c 100644 --- a/index.php +++ b/index.php @@ -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 diff --git a/res/index/style.css b/res/index/style.css index 94a8f93..0d04a80 100644 --- a/res/index/style.css +++ b/res/index/style.css @@ -35,7 +35,7 @@ body .tlacitko { - color: #C1BFBE;; + color: #C1BFBE; background: #9E6812; border-color: #4D2B09; margin-bottom: 1vh; @@ -133,4 +133,15 @@ body border: 1px #3E392F solid; 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; } \ No newline at end of file