diff --git a/progit/static/progit.css b/progit/static/progit.css index 86d5f6a..f547d6a 100644 --- a/progit/static/progit.css +++ b/progit/static/progit.css @@ -43,6 +43,7 @@ textarea { } table.list thead th, +.user_list a:hover, .fgradient{ color: white; background: #426ead; /* Old browsers */ @@ -688,3 +689,17 @@ td.noresult { .highlight { overflow: auto; } + +.user_list li { + list-style-type: none; + display: inline-block; + width: 25em; + margin: 0 .5em; +} + + +.user_list a { + display: inline-block; + width: 100%; + padding: .5em; +} diff --git a/progit/templates/user_list.html b/progit/templates/user_list.html index b49fddf..616a1ab 100644 --- a/progit/templates/user_list.html +++ b/progit/templates/user_list.html @@ -40,8 +40,8 @@