Skip to content

Commit

Permalink
Improving footer in midPoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Suta committed Mar 11, 2015
1 parent 46b9eee commit d46bd42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Expand Up @@ -118,7 +118,8 @@ <h1 wicket:id="pageTitle">

<!-- Footer -->
<div class="mp-footer">
<br>&copy;&nbsp;2015&nbsp;<a href="https://www.evolveum.com/">Evolveum</a>&nbsp;,&nbsp;Open Source Identity Management<br>
Thanks for using <a href="http://midpoint.evolveum.com">midPoint</a>, developed by<br>
<a href="https://www.evolveum.com/">Evolveum</a>,&nbsp;Open Source Identity Management, &copy;&nbsp;2015&nbsp;
</div>

</body>
Expand Down
4 changes: 4 additions & 0 deletions gui/admin-gui/src/main/webapp/less/midpoint/midpoint.less
Expand Up @@ -30,13 +30,17 @@

div.mp-main-container{
height:100%;
padding-bottom: 40px;
}

div.mp-footer{
position: absolute;
bottom: 0;
text-align: center;
width: 100%;
height: 40px;
margin-bottom: 0.3em;
margin-top: 0.3em;
}

/**
Expand Down

0 comments on commit d46bd42

Please sign in to comment.