Issue 43 - Stop graph appearing if only one result

This commit is contained in:
perryharlock
2013-10-03 15:30:58 +01:00
parent 84d36d383b
commit 086122ca51
4 changed files with 16 additions and 3 deletions

View File

@@ -191,6 +191,7 @@
text-overflow:ellipsis;
overflow:hidden;
width:100%;
white-space: nowrap;
}
.task-stats li {
padding:7px 0 6px 0;
@@ -298,6 +299,14 @@ ul.date-links {
.btn-group > .btn {
float:none;
}
&.single-result {
margin-top:-55px;
.show-stats {
display:none;
}
}
}
/* Graph */