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); } ...@@ -258,21 +258,25 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
} }
.tinyman { .tinyman {
float: right;
display: inline-block;
height: 1.5em;
margin-right: 1em; margin-right: 1em;
border-left: 1px solid $grayLighter; border-left: 1px solid $grayLighter;
padding-left: .3em; border-right: 1px solid $grayLighter;
opacity: .5; padding: 0 .3em;
img { .avatar {
height: 98%;
border-radius: 2px; border-radius: 2px;
} }
a { .dropdown-toggle {
vertical-align: top;
@include linkbutton_right; @include linkbutton_right;
background-image: url("../images/dropdown_1.png"); 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