[enh] Add link that redirect to user interface (SSO). #85

This commit is contained in:
opi 2015-07-09 09:49:05 +02:00
parent 21be86fc05
commit 6881efbaef
3 changed files with 22 additions and 2 deletions

View file

@ -164,6 +164,22 @@ body {
} }
} }
/*
* The footer of the doc
*
*/
.page-footer {
.clearfix;
.make-row(12);
padding: 9px 15px 0 15px;
margin: 20px 0 40px;
border-top: 1px solid #EEE;
}
/* /*
* The “slider” * The “slider”
* *
@ -185,6 +201,7 @@ body {
/*width: 1500px; */ /*width: 1500px; */
width: 100%; width: 100%;
height: 100%; height: 100%;
min-height: 150px;
} }
#slideBack, #slideTo, #main { #slideBack, #slideTo, #main {

File diff suppressed because one or more lines are too long

View file

@ -38,6 +38,9 @@
</div><!--/#slider-container--> </div><!--/#slider-container-->
<footer class="page-footer">
<a class="ssolink" data-y18n="user_interface_link" target="_blank">User interface</a>
</footer>
</div> </div>
<div id="modal" tabindex="-1" role="dialog" aria-labelledby="modalLabel" aria-hidden="true"> <div id="modal" tabindex="-1" role="dialog" aria-labelledby="modalLabel" aria-hidden="true">