[Rt-commit] r18791 - in rtfm/trunk: . html/SelfService/Elements

falcone at bestpractical.com falcone at bestpractical.com
Fri Mar 13 16:24:57 EDT 2009


Author: falcone
Date: Fri Mar 13 16:24:57 2009
New Revision: 18791

Modified:
   rtfm/trunk/   (props changed)
   rtfm/trunk/html/NoAuth/webrtfm.css
   rtfm/trunk/html/SelfService/Elements/SearchArticle

Log:
 r45644 at ketch:  falcone | 2009-03-13 16:22:23 -0400
 * float article searching to the right so it doesn't stack under GotoTicket


Modified: rtfm/trunk/html/NoAuth/webrtfm.css
==============================================================================
--- rtfm/trunk/html/NoAuth/webrtfm.css	(original)
+++ rtfm/trunk/html/NoAuth/webrtfm.css	Fri Mar 13 16:24:57 2009
@@ -56,6 +56,10 @@
 #cfs .emphasized    td { font-weight: bold;    color: #c00; font-size: 11pt; }
 #cfs .emphasized    th { font-weight: bolder;  color: #c00; font-size: 13pt; } 
 
+#topactions #ArticleSearch {
+    float: right;
+    margin-left: 1em;
+}
 
 <%init>
 # only works on RT 3.6.1 and newer

Modified: rtfm/trunk/html/SelfService/Elements/SearchArticle
==============================================================================
--- rtfm/trunk/html/SelfService/Elements/SearchArticle	(original)
+++ rtfm/trunk/html/SelfService/Elements/SearchArticle	Fri Mar 13 16:24:57 2009
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<form action="<%$RT::WebPath%>/SelfService/Article/Search.html">
+<form action="<%$RT::WebPath%>/SelfService/Article/Search.html" id="ArticleSearch">
 <input type="submit" class="button" value="<&|/l&>Search Articles</&>" />&nbsp;
 <input size="15" name="RTFM_Content" />
 </form>


More information about the Rt-commit mailing list