From 8c958ffd7a8d29eeb39874b6be0252fcc6f71e46 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 05 2015 15:59:58 +0000 Subject: Limit the size of the list on the front page --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index deb0388..cee4059 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -446,6 +446,9 @@ table.list tbody td > a .admin_list { float: right; width: 40%; +} + +.admin_list ul{ padding-right: 5em; max-height: 200px; overflow: auto; @@ -459,6 +462,11 @@ table.list tbody td > a width: 50%; } +.branch_list ul{ + max-height: 200px; + overflow: auto; +} + .commit_list li > a > span.commitdate { color: #4d4d4d;