Hi,
This should achieve the same "compact" look on Bender. But take into account that on posting/edit you'll likely need to work on your own to get a better look (combination of inputs, selects, radio and checkboxes might be tricky there):
Put this at the bottom of bender/css/main.css:
#item-content .meta {
float: left;
padding-right: 10px;
}
#plugin-hook .meta {
clear: none;
margin-bottom: 10px;
float: left;
}
@media only screen and (max-width: 740px) {
.contact_button {
margin: 20px 0 0;
padding-top: 10px;
clear: both;
}
}
Regards