##// END OF EJS Templates
changelog: more commits by default; tweak top header layout
Aras Pranckevicius -
r1850:c4ff52b0 beta
parent child Browse files
Show More
@@ -54,7 +54,7 b' class ChangelogController(BaseRepoContro'
54 54
55 55 def index(self):
56 56 limit = 100
57 default = 20
57 default = 40
58 58 if request.params.get('size'):
59 59 try:
60 60 int_size = int(request.params.get('size'))
@@ -2229,15 +2229,15 b' h3.files_location {'
2229 2229 #graph_content .container_header {
2230 2230 border: 1px solid #CCC;
2231 2231 padding: 10px;
2232 height: 45px;
2232 height: 25px;
2233 2233 -webkit-border-radius: 6px 6px 0px 0px;
2234 2234 -moz-border-radius: 6px 6px 0px 0px;
2235 2235 border-radius: 6px 6px 0px 0px;
2236 2236 }
2237 2237
2238 2238 #graph_content #rev_range_container {
2239 padding: 10px 0px;
2240 clear: both;
2239 padding: 5px 20px;
2240 float: left;
2241 2241 }
2242 2242
2243 2243 #graph_content .container {
@@ -36,11 +36,11 b''
36 36 <div class="info_box" style="float:left">
37 37 ${h.submit('set',_('Show'),class_="ui-btn")}
38 38 ${h.text('size',size=1,value=c.size)}
39 <span class="rev">${_('revisions')}</span>
39 ${_('revisions')}
40 40 </div>
41 41 ${h.end_form()}
42 <div id="rev_range_container" style="display:none"></div>
42 43 <div style="float:right">${h.select('branch_filter',c.branch_name,c.branch_filters)}</div>
43 <div id="rev_range_container" style="display:none"></div>
44 44 </div>
45 45
46 46 %for cnt,cs in enumerate(c.pagination):
General Comments 0
You need to be logged in to leave comments. Login now