comparison rhodecode/templates/admin/repos/repo_edit.html @ 4153:9af9953a3159 rhodecode-2.2.5-gpl

old style: make settings box expand to contain floating content and show menu nicely The floating of the panes is hardcoded, so we also hardcode the necessary overflow auto.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 10 Dec 2013 19:28:05 +0100
parents ffd45b185016
children
comparison
equal deleted inserted replaced
4152:8d1125a40973 4153:9af9953a3159
19 ${self.menu('repositories')} 19 ${self.menu('repositories')}
20 </%def> 20 </%def>
21 21
22 <%def name="main()"> 22 <%def name="main()">
23 ${self.repo_context_bar('options')} 23 ${self.repo_context_bar('options')}
24 <div class="box"> 24 <div class="box" style="overflow:auto">
25 <!--<div class="title">--> 25 <!--<div class="title">-->
26 <!--${self.breadcrumbs()}--> 26 <!--${self.breadcrumbs()}-->
27 <!--</div>--> 27 <!--</div>-->
28 28
29 ##main 29 ##main