From e418ec2e8c37aa3298de7265bbafc5af43d57dbd Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Wed, 19 Aug 2009 15:56:08 +0000
Subject: [PATCH] the first of the search box CSS changes....

---
 unl_theme/views/default/css.php | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php
index b3c94599..9d067395 100644
--- a/unl_theme/views/default/css.php
+++ b/unl_theme/views/default/css.php
@@ -783,7 +783,16 @@ p.user_menu_friends_of {
 .river_object_page_comment {
 	background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
 }
+/* ***************************************
+	SEARCH BOX	
+*************************************** */
 
+#maincontent #elgg_topbar_container_search {
+	float:right;
+	diplay:block;
+	margin-top:-30px;
+	margin-bottom:30px;
+}
 /* ***************************************
 	SEARCH LISTINGS	
 *************************************** */
-- 
GitLab