r1596: * templates/header.tpl: Moving the inline styling for the quicksearch to be...
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 1 Aug 2007 23:14:42 +0000 (23:14 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 1 Aug 2007 23:14:42 +0000 (23:14 +0000)
* templates/global.css: Adding #quicksearch definition

templates/global.css
templates/header.tpl

index e3a0060fdca846d8f9fbf6fa1bfacccf2c105f58..3b698def76145516c6f5d22961c812029c79d2cc 100644 (file)
@@ -222,6 +222,13 @@ a
        width: 45%;
 }
 
+#quicksearch
+{
+       float: right;
+       margin-top: 5px;
+       display: inline;
+}
+
 /*=====================================================================*\
 || ###################################################################
 || # $HeadURL$
index a58518ec719d9ffc5487a4fce0eff22fbfa668cc..9f561074957eb25caa1fe7c54b916170a36d1002 100644 (file)
@@ -1,6 +1,6 @@
 <div id="header">
        <!-- quick search -->
-       <form name="quicksearch" action="showreport.php" method="post" style="float: $stylevar[right]; margin-top: 5px; display: inline">
+       <form name="quicksearch" action="showreport.php" method="post" id="quicksearch" style="float: $stylevar[right]">
        <input type="hidden" name="do" value="quicksearch" />
        {@"Go to bug ID"} <input type="text" name="bugid" size="5" /> <input type="submit" name="submit" value="  {@"Go"}  " />
        </form>