You don’t have to wait for the Mingle team to make improvements to your project list. It’s been requested in “the forums”:http://studios.thoughtworks.com/discussion/, but I got tired of waiting for a simple CSS change, so I did it myself with “Stylish”:http://userstyles.org/. Just copy the code below (or better yet, find the base.css file that you need to edit to make this change).
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("my.mingle.installation.com") {
.project {
float:left;
height:100px;
width:300px;
}
.action-bar { clear:both; }
.round-corner-wrapper { height:91px; }
}
Your project list will then look like this:
One thing to note is that it doesn’t currently handle long project descriptions too well right now. I’ll try to get that fixed and I welcome any fixes to the above CSS changes to make it better.