logout label only for screen readers and use source code pro font for whole app

This commit is contained in:
Hugo Roy 2014-03-19 11:40:16 +01:00 committed by opi
parent 8a27f12f2a
commit c343b3a479
3 changed files with 5 additions and 3 deletions

View file

@ -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

File diff suppressed because one or more lines are too long

View file

@ -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>