[Jifty-commit] r2035 - in wifty/trunk/share/web: templates/_elements

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Oct 19 17:41:46 EDT 2006


Author: nelhage
Date: Thu Oct 19 17:41:45 2006
New Revision: 2035

Modified:
   wifty/trunk/share/web/static/css/app-base.css
   wifty/trunk/share/web/templates/_elements/wrapper

Log:
Adding a search bar to the menu

Modified: wifty/trunk/share/web/static/css/app-base.css
==============================================================================
--- wifty/trunk/share/web/static/css/app-base.css	(original)
+++ wifty/trunk/share/web/static/css/app-base.css	Thu Oct 19 17:41:45 2006
@@ -28,7 +28,12 @@
     float: right;
     text-align: right;
     padding-right: 1px;
-    width: 28%;
+    width: 50%;
+}
+
+#wikiheader label {
+    display: inline;
+    float: none;
 }
 
 #wikiname {

Modified: wifty/trunk/share/web/templates/_elements/wrapper
==============================================================================
--- wifty/trunk/share/web/templates/_elements/wrapper	(original)
+++ wifty/trunk/share/web/templates/_elements/wrapper	Thu Oct 19 17:41:45 2006
@@ -15,6 +15,7 @@
       </h1>
 
       <% Jifty->web->navigation->render_as_menu %>
+      <& /_elements/search_box &>
     </div>
 
     <div id="pageheader">


More information about the Jifty-commit mailing list