mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
logout label only for screen readers and use source code pro font for whole app
This commit is contained in:
parent
8a27f12f2a
commit
c343b3a479
3 changed files with 5 additions and 3 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
html, body {
|
||||
width:100%;
|
||||
font-family: "Source Code Pro", sans-serif;
|
||||
}
|
||||
|
||||
.block {
|
||||
|
@ -192,5 +193,6 @@ select option[default] {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
@import "../fonts.css"; /* TODO remove all glyphicons in the future to remove this line*/
|
||||
@import "../fonts.css";
|
||||
/* TODO remove all glyphicons in the future to remove this line*/
|
||||
@import "font-awesome.less";
|
||||
|
|
2
css/style.min.css
vendored
2
css/style.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -14,7 +14,7 @@
|
|||
|
||||
<header id="masthead">
|
||||
<h1 class="app title">YunoHost <span class="desc">Administration</span></h1>
|
||||
<button class="logout-button"><a class="fa-sign-out" href="#/logout">Logout</a></button>
|
||||
<button class="logout-button"><a class="fa-sign-out" href="#/logout" title="Logout"><span class="sr-only">Logout</span></a></button>
|
||||
</header>
|
||||
|
||||
<div id="flash" role="alert" style="display: none"></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue