Changeset - 00b5a1bf6d09
[Not reviewed]
default
0 1 0
Mads Kiilerich - 9 years ago 2016-10-31 22:39:39
madski@unity3d.com
style: quite-but-not-entirely trivial cleanup of the "search" UI

Providing a cleaner baseline for Bootstrap.
1 file changed with 14 insertions and 7 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/search/search.html
Show inline comments
 
@@ -45,14 +45,11 @@ ${self.repo_context_bar('options')}
 
    %endif
 
    <div class="form">
 
        <div class="form-horizontal">
 
            <div class="field field-first field-noborder">
 
             <label class="control-label" for="q">${_('Search term')}:</label>
 
                <div class="input">${h.text('q',c.cur_query,class_="small")}
 
                    <div class="button highlight">
 
                        <input type="submit" value="${_('Search')}" class="btn btn-default"/>
 
                    </div>
 
            <div class="form-group">
 
                <label class="control-label" for="q">${_('Search term')}:</label>
 
                <div class="input">
 
                    ${h.text('q',c.cur_query,class_="small")}
 
                </div>
 
                <div style="font-weight: bold;clear:both;margin-left:200px">${c.runtime}</div>
 
            </div>
 

	
 
            <div class="form-group">
 
@@ -66,6 +63,16 @@ ${self.repo_context_bar('options')}
 
                </div>
 
             </div>
 

	
 
            <div class="form-group">
 
                <div class="buttons">
 
                    <input type="submit" value="${_('Search')}" class="btn btn-default"/>
 
                </div>
 
            </div>
 

	
 
            <div class="form-group">
 
                ## <label>${_('Status')}:</label>
 
                <div style="font-weight: bold;clear:both">${c.runtime}</div>
 
            </div>
 
        </div>
 
    </div>
 
    ${h.end_form()}
0 comments (0 inline, 0 general)