MINOR: Fixed an empty utility container adding extra padding to the bottom of table fields.

This commit is contained in:
ajshort 2011-02-04 17:59:57 +11:00
parent 9e49d04e15
commit 900b0a7325

View File

@ -158,8 +158,13 @@ table.CMSList tbody td.current td {
}
.TableListField div.utility {
overflow: auto;
}
.TableListField div.utility .item {
margin-top: 1em;
padding: 3px 0 6px 0;
display: block;
float: left;
}
.TableListField div.utility a {
text-decoration: none;