changeset 6855:d01ca871f1bd

files: make browser panel header look less bloated Remove form-control class from checkbox and filter. This removes a bit of superfluous spacing and looks slightly better for now.
author domruf <dominikruf@gmail.com>
date Wed, 28 Jun 2017 22:57:48 +0200
parents ed3fc5a5f4e8
children dfb31968225d
files kallithea/templates/files/files_browser.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/files/files_browser.html	Sat Oct 29 13:45:07 2016 +0200
+++ b/kallithea/templates/files/files_browser.html	Wed Jun 28 22:57:48 2017 +0200
@@ -37,7 +37,7 @@
         </span>
         <span class="browser-branch form-inline">
             <label class="checkbox">
-                ${h.checkbox('stay_at_branch',c.changeset.branch,c.changeset.branch==c.branch,class_="form-control")}
+                ${h.checkbox('stay_at_branch',c.changeset.branch,c.changeset.branch==c.branch)}
                 ${_('Follow current branch')}
             </label>
         </span>
@@ -49,7 +49,7 @@
             <div>
                 <div id="node_filter_box_loading" style="display:none">${_('Loading file list...')}</div>
                 <div id="node_filter_box" style="display:none">
-                ${h.files_breadcrumbs(c.repo_name,c.changeset.raw_id,c.file.path)}/<input class="init form-control" type="text" value="type to search..." name="filter" size="25" id="node_filter">
+                ${h.files_breadcrumbs(c.repo_name,c.changeset.raw_id,c.file.path)}/<input class="init" type="text" value="type to search..." name="filter" size="25" id="node_filter">
                 </div>
             </div>
         </div>