commit/galaxy-central: carlfeberhard: Fix admin left panel scrollbar
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/62d88237b1f2/ Changeset: 62d88237b1f2 User: carlfeberhard Date: 2013-07-09 18:20:19 Summary: Fix admin left panel scrollbar Affected #: 1 file diff -r 5e9d00b4d205b834fffd9568fde2055032267499 -r 62d88237b1f23c26ff76565ee047b5c9f6ca1cb1 templates/webapps/galaxy/admin/index.mako --- a/templates/webapps/galaxy/admin/index.mako +++ b/templates/webapps/galaxy/admin/index.mako @@ -17,6 +17,13 @@ #left { background: #C1C9E5 url(${h.url_for('/static/style/menu_bg.png')}) top repeat-x; } + + .unified-panel-body { + overflow: auto; + } + .toolMenu { + margin-left: 10px; + } </style></%def> @@ -36,7 +43,7 @@ <div class="unified-panel-header" unselectable="on"><div class='unified-panel-header-inner'>Administration</div></div> - <div class="unified-panel-body" style="padding: 10px; overflow: auto;"> + <div class="unified-panel-body"><div class="toolMenu"><div class="toolSectionList"><div class="toolSectionTitle">Security</div> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org