diff options
Diffstat (limited to 'views/default/videolist/css.php')
-rw-r--r-- | views/default/videolist/css.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/views/default/videolist/css.php b/views/default/videolist/css.php index 50956a03e..ca3ab5f1d 100644 --- a/views/default/videolist/css.php +++ b/views/default/videolist/css.php @@ -102,3 +102,14 @@ .close_video a { color:white; } + +/* videos group widget */ +.group_tool_widget.video .entity_listing_icon img { + margin:0; + width:auto; + max-width:80px; + height:60px; +} +.group_tool_widget.video .entity_listing_info { + width:260px; +} |