From 4cbcfa1b08bc03327004ee32cb56a4bc713867f8 Mon Sep 17 00:00:00 2001 From: Pete Harris Date: Mon, 17 May 2010 17:06:05 +0000 Subject: Minor UI updates to video search git-svn-id: http://code.elgg.org@6071 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/forms/labels/googlevideos.php | 6 +++--- views/default/forms/labels/metacafe.php | 6 +++--- views/default/forms/labels/vimeo.php | 6 +++--- views/default/forms/labels/youtube.php | 4 ++-- views/default/videolist/css.php | 5 +++++ 5 files changed, 16 insertions(+), 11 deletions(-) (limited to 'views/default') diff --git a/views/default/forms/labels/googlevideos.php b/views/default/forms/labels/googlevideos.php index 44e89a803..9ce2d607c 100644 --- a/views/default/forms/labels/googlevideos.php +++ b/views/default/forms/labels/googlevideos.php @@ -13,10 +13,10 @@ $body = '

'; $body .= "
"; $body .= "
"; -$body .= ""; +$body .= ""; $body .= "
"; -$body .= "
"; -$body .= "   "; +$body .= "
"; +$body .= ""; if($error['no-search'] == 0) { $body .= '
'.$error_msg['no-search'].'
'; } diff --git a/views/default/forms/labels/metacafe.php b/views/default/forms/labels/metacafe.php index e6bfa9035..0642153f4 100644 --- a/views/default/forms/labels/metacafe.php +++ b/views/default/forms/labels/metacafe.php @@ -13,10 +13,10 @@ $body = '

'; $body .= "
"; $body .= "
"; -$body .= ""; +$body .= ""; $body .= "
"; -$body .= "
"; -$body .= "   "; +$body .= "
"; +$body .= ""; if($error['no-search'] == 0) { $body .= '
'.$error_msg['no-search'].'
'; } diff --git a/views/default/forms/labels/vimeo.php b/views/default/forms/labels/vimeo.php index 9a567ff3e..24a49a1ee 100644 --- a/views/default/forms/labels/vimeo.php +++ b/views/default/forms/labels/vimeo.php @@ -13,10 +13,10 @@ $body = '

'; $body .= "
"; $body .= "
"; -$body .= ""; +$body .= ""; $body .= "
"; -$body .= "
"; -$body .= "   "; +$body .= "
"; +$body .= ""; if ($error['no-search'] == 0) { $body .= '
'.$error_msg['no-search'].'
'; } diff --git a/views/default/forms/labels/youtube.php b/views/default/forms/labels/youtube.php index b4e462da1..4c824f6f3 100644 --- a/views/default/forms/labels/youtube.php +++ b/views/default/forms/labels/youtube.php @@ -15,8 +15,8 @@ $body .= "
"; $body .= "
"; $body .= ""; $body .= "
"; -$body .= "
"; -$body .= "   "; +$body .= "
"; +$body .= ""; if($error['no-search'] == 0) { $body .= '
'.$error_msg['no-search'].'
'; } diff --git a/views/default/videolist/css.php b/views/default/videolist/css.php index 407841440..50956a03e 100644 --- a/views/default/videolist/css.php +++ b/views/default/videolist/css.php @@ -51,10 +51,15 @@ } .search_videos { width:100%; + margin-top:4px; } .search_videos .submit_button { margin:0; } +.search_videos #title_search { + margin-left:14px; + margin-right:14px; +} /* find videos search results list */ #videosearch_results .video_entity { -- cgit v1.2.3