# HG changeset patch # User domruf # Date 1498681824 -7200 # Node ID fa4e94ad3dd6f73d82b90c9c172a6ecec09df97c # Parent 3fca87aa2b15e3267d6ec08d35e6aafced6f9027 templates: use span elements instead of left floating div have a more natural (inline) flow, i.e. they already have proper spacing between the elements without additional styling. On files browser page, since the form element does not flow inline, it needs to include every element that should be in the first line. diff -r 3fca87aa2b15 -r fa4e94ad3dd6 kallithea/templates/files/files_browser.html --- a/kallithea/templates/files/files_browser.html Tue Jun 27 21:49:33 2017 +0200 +++ b/kallithea/templates/files/files_browser.html Wed Jun 28 22:30:24 2017 +0200 @@ -26,26 +26,26 @@
-
- ${h.form(h.url.current())} -
+ ${h.form(h.url.current())} + + ${_('Revision')} ${h.text('at_rev',value=c.changeset.revision,size=5,class_='form-control input-sm')} -
- ${h.end_form()} -
-
+ + + -
- -