diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 17cc5db..001f179 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -399,6 +399,18 @@ table.list tbody td > a width: 5em; } +.admin_list { + float: right; + width: 40%; + padding-right: 5em; + max-height: 200px; + overflow: auto; +} + +.branch_list { + width: 50%; +} + .commit_list li > a > span.commitdate { color: #4d4d4d; @@ -752,11 +764,6 @@ ul.changes { width: 500px; } -.admin_list { - float: right; - padding-right: 5em; -} - table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { content: " \25B4\25BE" }