]> git.ipfire.org Git - people/jschlag/pbs.git/commitdiff
Replace search field in navbar by a simple button.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Nov 2012 12:29:22 +0000 (13:29 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Nov 2012 12:29:22 +0000 (13:29 +0100)
data/static/images/glyphicons-halflings-white.png [deleted file]
data/static/images/glyphicons-halflings.png [deleted file]
data/templates/base.html

diff --git a/data/static/images/glyphicons-halflings-white.png b/data/static/images/glyphicons-halflings-white.png
deleted file mode 100644 (file)
index a20760b..0000000
Binary files a/data/static/images/glyphicons-halflings-white.png and /dev/null differ
diff --git a/data/static/images/glyphicons-halflings.png b/data/static/images/glyphicons-halflings.png
deleted file mode 100644 (file)
index 92d4445..0000000
Binary files a/data/static/images/glyphicons-halflings.png and /dev/null differ
index 754ad19c00ed83ecc1b4c018dc64aa263019e7dc..d0e0bf54e56a100e73122eb61ac44546843c41e3 100644 (file)
                                                </ul>
                                        
                                                <ul class="nav pull-right">
+                                                       <li>
+                                                               <a href="/search">
+                                                                       <i class="icon-search icon-white"></i>
+                                                               </a>
+                                                       </li>
+
                                                        <li class="divider-vertical"></li>
 
                                                        {% if current_user %}
                                                                </li>
                                                        {% end %}
                                                </ul>
-
-                                               <form class="navbar-search pull-right" method="GET" action="/search">
-                                                       <input type="text" class="search-query" placeholder="{{ _("Search...") }}" name="q">
-                                               </form>
                                        </div>
                                </div>
                        </div>