Merge pull request #319 from BatJan/7.1.0_-_U4-4378

Fix of U4-4378 Label needed under button graphics for videos
This commit is contained in:
Shandem
2014-03-14 11:33:57 +11:00
2 changed files with 6 additions and 0 deletions

View File

@@ -21,6 +21,9 @@
float: left; // Explicity set the float since we don't require .span* classes
margin-bottom: @baseLineHeight;
margin-left: @gridGutterWidth;
a:hover{
text-decoration:none;
}
}
// The actual thumbnail (can be `a` or `div`)

View File

@@ -12,6 +12,9 @@
<a target="_blank" href="{{video.link}}" title="{{video.title}}">
<img ng-src="{{video.thumbnail}}" alt="{{video.title}}">
</a>
<a target="_blank" href="{{video.link}}" title="{{video.title}}">
<h4>{{video.title}}</h4>
</a>
</div>
</li>
</ul>