CSS improvement and text change

This commit is contained in:
Thomas Leister 2014-11-02 17:14:42 +01:00
parent 2a3c5fde5e
commit 932c8b8251
2 changed files with 3 additions and 4 deletions

View file

@ -61,7 +61,7 @@ body{
#content{
height:auto;
min-height:400px;
min-height:calc(100vh - 150px);
padding:20px;
background-color:white;
}
@ -202,9 +202,8 @@ body{
#footer{
position:relative;
height:50px;
height:20px;
width:100%;
background-color:rgba(15, 15, 15, 1);
background-color:white;
padding:20px;
box-sizing:border-box;

View file

@ -9,5 +9,5 @@
</p>
<p>
<a class="button button-big" href="<?php echo FRONTEND_BASE_PATH; ?>private/changepass/">Change my e-mail password</a>
<a class="button button-big" href="<?php echo FRONTEND_BASE_PATH; ?>private/changepass/">Change e-mail account password</a>
</p>