aggregator.css

/**
 * Styles for theme in the Aggregator module.
 */

#aggregator .feed-source .feed-title {
  margin-top: 0;
}
#aggregator .feed-source .feed-image img {
  margin-bottom: 0.75em;
}
#aggregator .feed-source .feed-icon {
  float: right; /* LTR */
  display: block;
}
#aggregator .feed-item {
  margin-bottom: 1.5em;
}
#aggregator .feed-item-title {
  margin-bottom: 0;
  font-size: 1.3em;
}
#aggregator .feed-item-meta,
#aggregator .feed-item-body {
  margin-bottom: 0.5em;
}
#aggregator .feed-item-categories {
  font-size: 0.9em;
}
#aggregator td {
  vertical-align: bottom;
}
#aggregator td.categorize-item {
  white-space: nowrap;
}
#aggregator .categorize-item .news-item .body {
  margin-top: 0;
}
#aggregator .categorize-item h3 {
  margin-bottom: 1em;
  margin-top: 0;
}

File

drupal/modules/aggregator/aggregator.css
View source
  1. /**
  2. * Styles for theme in the Aggregator module.
  3. */
  4. #aggregator .feed-source .feed-title {
  5. margin-top: 0;
  6. }
  7. #aggregator .feed-source .feed-image img {
  8. margin-bottom: 0.75em;
  9. }
  10. #aggregator .feed-source .feed-icon {
  11. float: right; /* LTR */
  12. display: block;
  13. }
  14. #aggregator .feed-item {
  15. margin-bottom: 1.5em;
  16. }
  17. #aggregator .feed-item-title {
  18. margin-bottom: 0;
  19. font-size: 1.3em;
  20. }
  21. #aggregator .feed-item-meta,
  22. #aggregator .feed-item-body {
  23. margin-bottom: 0.5em;
  24. }
  25. #aggregator .feed-item-categories {
  26. font-size: 0.9em;
  27. }
  28. #aggregator td {
  29. vertical-align: bottom;
  30. }
  31. #aggregator td.categorize-item {
  32. white-space: nowrap;
  33. }
  34. #aggregator .categorize-item .news-item .body {
  35. margin-top: 0;
  36. }
  37. #aggregator .categorize-item h3 {
  38. margin-bottom: 1em;
  39. margin-top: 0;
  40. }