diff options
Diffstat (limited to 'views/default/forms/labels')
-rw-r--r-- | views/default/forms/labels/googlevideos.php | 2 | ||||
-rw-r--r-- | views/default/forms/labels/metacafe.php | 2 | ||||
-rw-r--r-- | views/default/forms/labels/vimeo.php | 2 | ||||
-rw-r--r-- | views/default/forms/labels/youtube.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/views/default/forms/labels/googlevideos.php b/views/default/forms/labels/googlevideos.php index 43255430a..44e89a803 100644 --- a/views/default/forms/labels/googlevideos.php +++ b/views/default/forms/labels/googlevideos.php @@ -12,7 +12,7 @@ $body = '<p class="margin_none"><label>'.elgg_echo("videolist:title_search_tube").'</label></p>'; $body .= "<div class='search_videos clearfloat'>"; -$body .= "<div style='float:left;width:19%;'>"; +$body .= "<div style='float:left;'>"; $body .= "<a href=\"http://video.google.com\"><img src='".$vars['url']."mod/videolist/graphics/logo_videos.png' width='120'/></a>"; $body .= "</div>"; $body .= "<div style='float:left;width:45%;'>"; diff --git a/views/default/forms/labels/metacafe.php b/views/default/forms/labels/metacafe.php index 63e80e892..e6bfa9035 100644 --- a/views/default/forms/labels/metacafe.php +++ b/views/default/forms/labels/metacafe.php @@ -12,7 +12,7 @@ $body = '<p class="margin_none"><label>'.elgg_echo("videolist:title_search_tube").'</label></p>'; $body .= "<div class='search_videos clearfloat'>"; -$body .= "<div style='float:left;width:19%;'>"; +$body .= "<div style='float:left;'>"; $body .= "<a href=\"http://www.metacafe.com\"><img src='".$vars['url']."mod/videolist/graphics/metacafe.jpg' width='120'/></a>"; $body .= "</div>"; $body .= "<div style='float:left;width:45%;'>"; diff --git a/views/default/forms/labels/vimeo.php b/views/default/forms/labels/vimeo.php index b3b4a3422..9a567ff3e 100644 --- a/views/default/forms/labels/vimeo.php +++ b/views/default/forms/labels/vimeo.php @@ -12,7 +12,7 @@ $body = '<p class="margin_none"><label>'.elgg_echo("videolist:title_search_tube").'</label></p>'; $body .= "<div class='search_videos clearfloat'>"; -$body .= "<div style='float:left;width:19%;'>"; +$body .= "<div style='float:left;'>"; $body .= "<a href=\"http://www.vimeo.com\"><img src='".$vars['url']."mod/videolist/graphics/vimeo_logo.gif' width='120'/></a>"; $body .= "</div>"; $body .= "<div style='float:left;width:45%;'>"; diff --git a/views/default/forms/labels/youtube.php b/views/default/forms/labels/youtube.php index 699bc1122..b4e462da1 100644 --- a/views/default/forms/labels/youtube.php +++ b/views/default/forms/labels/youtube.php @@ -12,7 +12,7 @@ $body = '<p class="margin_none"><label>'.elgg_echo("videolist:title_search_tube").'</label></p>'; $body .= "<div class='search_videos clearfloat'>"; -$body .= "<div style='float:left;width:10%;'>"; +$body .= "<div style='float:left;'>"; $body .= "<a href=\"http://www.youtube.com\"><img src='".$vars['url']."mod/videolist/graphics/badge3.gif' height='30'/></a>"; $body .= "</div>"; $body .= "<div style='float:left;width:45%;'>"; |