[fix] Remove 'administration' in header.

This commit is contained in:
opi 2014-07-03 11:56:04 +02:00
parent 7890e13ec2
commit 1561bf7375
3 changed files with 37 additions and 50 deletions

View file

@ -108,19 +108,15 @@ body {
.make-row(12);
margin-top: 0;
.app.title, .logout-button {
.homelink,
.logout-button {
margin-top: 20px;
}
.app.title {
.make-xs-column(10);
a {
color: #444;
text-decoration: none;
.homelink {
.make-xs-column(2);
position: relative;
-webkit-transition: all 0.1s ease;
transition: all 0.1s ease;
display: block;
&:before {
.fa;
@ -132,9 +128,9 @@ body {
position: absolute;
top: 50%;
margin-top: -0.4em;
left: -10px;
left: 5px;
opacity: 0;
font-size: 0.5em;
font-size: 1em;
line-height: 1;
color: @gray-light;
-webkit-transition: all 0.1s ease;
@ -144,35 +140,26 @@ body {
&:hover {
&:before {
opacity: 1;
left: -15px;
}
left: 0px;
}
}
span {
display: inline-block;
vertical-align: middle;
}
/* .ynh {
height: 1.2em;
width: 1.4em;
background: url(../img/logo-ynh.svg) 0 0 no-repeat;
background-size: cover;
text-indent: -9999px;
}*/
.desc {
.small;
color: @gray-light;
}
}
.logout-button {
.make-xs-column(2);
.make-xs-column-offset(8);
.btn;
.btn-link;
text-align: right;
a.fa-sign-out {
.fa-2x;
color: @gray-light;
-webkit-transition: all 0.1s ease;
transition: all 0.1s ease;
&:hover {
color: @gray;
}
}
}
}

2
css/style.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -13,9 +13,9 @@
<div id="slider" role="application">
<header id="masthead" class="page-header">
<h1 class="app title">
<a href="#/" class="slide back"><img src="./icon.png" style="width: 70px;"> <span class="desc">Administration</span></a>
</h1>
<a href="#/" class="homelink slide back">
<img src="./icon.png" style="width: 70px;">
</a>
<span class="logout-button" role="button">
<a class="fa-sign-out" href="#/logout" title="Logout" data-y19n-title="logout"><span class="sr-only" data-y19n="logout">Logout</span></a>
</span>