diff 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
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos/repo_edit.html	Wed Jul 02 19:03:24 2014 -0400
+++ b/rhodecode/templates/admin/repos/repo_edit.html	Tue Dec 10 19:28:05 2013 +0100
@@ -21,7 +21,7 @@
 
 <%def name="main()">
 ${self.repo_context_bar('options')}
-<div class="box">
+<div class="box" style="overflow:auto">
     <!--<div class="title">-->
         <!--${self.breadcrumbs()}-->
     <!--</div>-->