From 41c2cd8db8a34963bf0abd06051e88080caeff03 Mon Sep 17 00:00:00 2001 From: IMRAN HASSAN Date: Mon, 14 Apr 2014 17:39:40 +0000 Subject: [PATCH] over view front side updated: --- upload/styles/cb_2014/layout/blocks/videos/video.html | 2 +- upload/styles/cb_2014/layout/manage_collections.html | 3 ++- upload/styles/cb_2014/layout/watch_video.html | 6 +++--- upload/styles/cb_2014/theme/css/groups.css | 3 +++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/upload/styles/cb_2014/layout/blocks/videos/video.html b/upload/styles/cb_2014/layout/blocks/videos/video.html index 5a4bb3bf..7495f064 100755 --- a/upload/styles/cb_2014/layout/blocks/videos/video.html +++ b/upload/styles/cb_2014/layout/blocks/videos/video.html @@ -6,7 +6,7 @@ -
+
{$video.views} views
diff --git a/upload/styles/cb_2014/layout/manage_collections.html b/upload/styles/cb_2014/layout/manage_collections.html index 74a08060..eafacd6a 100644 --- a/upload/styles/cb_2014/layout/manage_collections.html +++ b/upload/styles/cb_2014/layout/manage_collections.html @@ -183,4 +183,5 @@
- \ No newline at end of file + +
diff --git a/upload/styles/cb_2014/layout/watch_video.html b/upload/styles/cb_2014/layout/watch_video.html index 1b956459..1e6c595f 100755 --- a/upload/styles/cb_2014/layout/watch_video.html +++ b/upload/styles/cb_2014/layout/watch_video.html @@ -11,7 +11,7 @@
-
+
{$video.title}
@@ -48,7 +48,7 @@
-
+

{description($video.description)}

{lang('Category')} @@ -56,7 +56,7 @@
{lang('Tags')} -
{$vdo.tags|tags:videos}
+
{$vdo.tags|tags:videos}
diff --git a/upload/styles/cb_2014/theme/css/groups.css b/upload/styles/cb_2014/theme/css/groups.css index d92502ba..2674e0c3 100644 --- a/upload/styles/cb_2014/theme/css/groups.css +++ b/upload/styles/cb_2014/theme/css/groups.css @@ -197,6 +197,9 @@ padding-right: 0px; .nav.navbar-stacked > li > a{ padding: 7px 15px; } +.overflow_hidden{ +overflow: hidden; +} .dropdown-menu {right:0;min-width:230px;} .dropdown-submenu{position:relative;} .dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}