changeset 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 8d1125a40973
children a298c1770d8d
files rhodecode/public/css/style.css rhodecode/templates/admin/my_account/my_account.html rhodecode/templates/admin/permissions/permissions.html rhodecode/templates/admin/repo_groups/repo_group_edit.html rhodecode/templates/admin/repos/repo_edit.html rhodecode/templates/admin/settings/settings.html rhodecode/templates/admin/user_groups/user_group_edit.html rhodecode/templates/admin/users/user_edit.html
diffstat 8 files changed, 17 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed Jul 02 19:03:24 2014 -0400
+++ b/rhodecode/public/css/style.css	Tue Dec 10 19:28:05 2013 +0100
@@ -3599,6 +3599,16 @@
     display: inline-block;
 }
 
+ul.nav-stacked {
+    margin: 20px;
+    color: #393939;
+    font-weight: 700;
+}
+
+ul.nav-stacked a {
+    color: inherit;
+}
+
 /* make .btn inputs and buttons and divs look the same */
 button.btn,
 input.btn {
--- a/rhodecode/templates/admin/my_account/my_account.html	Wed Jul 02 19:03:24 2014 -0400
+++ b/rhodecode/templates/admin/my_account/my_account.html	Tue Dec 10 19:28:05 2013 +0100
@@ -17,7 +17,7 @@
 </%def>
 
 <%def name="main()">
-<div class="box">
+<div class="box" style="overflow:auto">
     <div class="title">
         ${self.breadcrumbs()}
     </div>
--- a/rhodecode/templates/admin/permissions/permissions.html	Wed Jul 02 19:03:24 2014 -0400
+++ b/rhodecode/templates/admin/permissions/permissions.html	Tue Dec 10 19:28:05 2013 +0100
@@ -20,7 +20,7 @@
 
 
 <%def name="main()">
-<div class="box">
+<div class="box" style="overflow:auto">
     <div class="title">
         ${self.breadcrumbs()}
     </div>
--- a/rhodecode/templates/admin/repo_groups/repo_group_edit.html	Wed Jul 02 19:03:24 2014 -0400
+++ b/rhodecode/templates/admin/repo_groups/repo_group_edit.html	Tue Dec 10 19:28:05 2013 +0100
@@ -31,7 +31,7 @@
 </%def>
 
 <%def name="main()">
-<div class="box">
+<div class="box" style="overflow:auto">
     <div class="title">
         ${self.breadcrumbs()}
         ${self.breadcrumbs_side_links()}
--- 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>-->
--- a/rhodecode/templates/admin/settings/settings.html	Wed Jul 02 19:03:24 2014 -0400
+++ b/rhodecode/templates/admin/settings/settings.html	Tue Dec 10 19:28:05 2013 +0100
@@ -19,7 +19,7 @@
 </%def>
 
 <%def name="main()">
-<div class="box">
+<div class="box" style="overflow:auto">
     <div class="title">
         ${self.breadcrumbs()}
     </div>
--- a/rhodecode/templates/admin/user_groups/user_group_edit.html	Wed Jul 02 19:03:24 2014 -0400
+++ b/rhodecode/templates/admin/user_groups/user_group_edit.html	Tue Dec 10 19:28:05 2013 +0100
@@ -21,7 +21,7 @@
 </%def>
 
 <%def name="main()">
-<div class="box">
+<div class="box" style="overflow:auto">
     <div class="title">
         ${self.breadcrumbs()}
     </div>
--- a/rhodecode/templates/admin/users/user_edit.html	Wed Jul 02 19:03:24 2014 -0400
+++ b/rhodecode/templates/admin/users/user_edit.html	Tue Dec 10 19:28:05 2013 +0100
@@ -21,7 +21,7 @@
 </%def>
 
 <%def name="main()">
-<div class="box">
+<div class="box" style="overflow:auto">
     <div class="title">
         ${self.breadcrumbs()}
     </div>