homepage UI tweaks

This commit is contained in:
Thibault Duplessis 2014-08-07 11:12:34 +02:00
parent 7a6d954f2f
commit 3cb1fa3d9f
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@
<div id="timeline" data-href="@routes.Lobby.timeline">
@timeline.entries(userTimeline)
<div class="links clearfix">
@if(userTimeline.size == 8) {
@if(userTimeline.size >= 8) {
<a class="more" href="@routes.Lobby.timelineMore">@trans.more() »</a>
<a class="irc" href="@routes.Main.irc">@trans.chat()</a>
}

View file

@ -251,12 +251,12 @@
background: rgba(255, 255, 255, 0.6);
}
#hooks_list tr.disabled {
opacity: 0.3;
opacity: 0.4;
}
#hooks_list tr.disabled td {
cursor: default;
background: transparent!important;
border-color: transparent;
border-color: transparent!important;
}
#hooks_list a {
text-decoration: none;