diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 21821ca..bac9106 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -323,6 +323,10 @@ pre { font-size: 1.3em; } +.tree_list { + clear: both; +} + .tree_list li.folder { list-style-image: url(images/folder.png); } @@ -395,6 +399,22 @@ table.list tbody td > a width: 5em; } +.admin_list { + float: right; + width: 40%; + padding-right: 5em; + max-height: 200px; + overflow: auto; +} + +.admin_list li { + list-style-type: none; +} + +.branch_list { + width: 50%; +} + .commit_list li > a > span.commitdate { color: #4d4d4d; @@ -748,11 +768,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" }