[Groonga-commit] nroonga/norema [master] Move search box on the header to the left

Zurück zum Archiv-Index

Yoji SHIDARA null+****@clear*****
Wed Aug 15 17:55:25 JST 2012


Yoji SHIDARA	2012-08-15 17:55:25 +0900 (Wed, 15 Aug 2012)

  New Revision: 7cfa673ad3140536d56626cc73cd4ba89dd103d7
  https://github.com/nroonga/norema/commit/7cfa673ad3140536d56626cc73cd4ba89dd103d7

  Log:
    Move search box on the header to the left

  Modified files:
    views/search.jade

  Modified: views/search.jade (+2 -2)
===================================================================
--- views/search.jade    2012-08-15 17:46:38 +0900 (8a2e2fe)
+++ views/search.jade    2012-08-15 17:55:25 +0900 (4682fbc)
@@ -1,8 +1,8 @@
 extends layout
 
 block navbar
-  form(action="search").navbar-search.pull-right
-    input(type="text", value=query, name="query", placeholder="search")#query
+  form(action="search").navbar-search.pull-left
+    input(type="text", value=query, name="query", placeholder="Search").input-xlarge#query
 
 block content
   .row
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index