client login

Salsa Status Report III

|
  • BUG: Hitting submit on the campaign signup page with bogus field information would make the fields disappear, fixed now. (medium)
  • FORMATTING: The list of supporter records on the deduplication page was hard to read, now there are horizontal lines separating each one so that they do not appear to run together. (minor)
  • FORMATTING: More styling on storefront (medium)1
  • BUG: fixed display of source details on the supporter summary page (minor)
  • BUG: auto-log out session cookie expanded to 30 days (minor)

Documentation

FORMATTING: More styling on storefront (medium)

The storefront now uses a modern CSS based layout. The new default styles are:
.salsa .item {
float: left;
display: block;
width: 30%;
padding-left: 10px;
}

.salsa .item img {
width: 35%;
float: left;
padding-right: 10px;
}

.salsa .item h2 {
padding-bottom: 10px;
}

Also added <p> to description and price for well-formattedness.