Add styling to make search results pages look nicer (better than core search result listings, and more like Google results).

Comments

geerlingguy’s picture

Status: Active » Fixed

I've added the following code in CVS, and will create a -beta2 release in a few minutes. (It seems that Drupal 7 now uses an <ol> instead of a definition list for search results, and has moved around a few of the classes/div structure.

/* Search Result Pages */
.search-results {
  margin-left: 0;
  padding-left: 0;
}

.search-results h3.title {
  font-size: 1.2em;
  margin-bottom: .15em;
}

.search-results p.search-snippet {
  margin: 0px 0px;
}

.search-results .search-snippet-info {
  margin: 0 0 1.5em 0;
  padding-left: 0;
}

.search-results .search-snippet strong {
  background-color: #FFFFDD;
}

.search-results .search-info,
.search-results .search-info a {
  color: #777;
}

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.