mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] Add link that redirect to user interface (SSO). #85
This commit is contained in:
parent
21be86fc05
commit
6881efbaef
3 changed files with 22 additions and 2 deletions
|
@ -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”
|
||||
*
|
||||
|
@ -185,6 +201,7 @@ body {
|
|||
/*width: 1500px; */
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 150px;
|
||||
}
|
||||
|
||||
#slideBack, #slideTo, #main {
|
||||
|
|
4
src/css/style.min.css
vendored
4
src/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -38,6 +38,9 @@
|
|||
|
||||
</div><!--/#slider-container-->
|
||||
|
||||
<footer class="page-footer">
|
||||
<a class="ssolink" data-y18n="user_interface_link" target="_blank">User interface</a>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<div id="modal" tabindex="-1" role="dialog" aria-labelledby="modalLabel" aria-hidden="true">
|
||||
|
|
Loading…
Add table
Reference in a new issue