Commit 4769d0c7 authored by Jehan Tremback's avatar Jehan Tremback

styling tinyman

parent 31af63a9
......@@ -258,21 +258,25 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
}
.tinyman {
float: right;
display: inline-block;
height: 1.5em;
margin-right: 1em;
border-left: 1px solid $grayLighter;
padding-left: .3em;
opacity: .5;
img {
height: 98%;
border-right: 1px solid $grayLighter;
padding: 0 .3em;
.avatar {
border-radius: 2px;
}
a {
vertical-align: top;
.dropdown-toggle {
@include linkbutton_right;
background-image: url("../images/dropdown_1.png");
.provider {
color: $grayLight;
display: none;
}
&:hover {
.provider {
display: inline;
}
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment