- Patch #1216948 by tars16, Aron Novak: clean up the CSS for Aggregator module.

8.0.x
Dries Buytaert 2011-09-10 11:33:20 -04:00
parent e72649440f
commit 9aac55b4a7
5 changed files with 7 additions and 49 deletions

View File

@ -1,4 +0,0 @@
#aggregator .feed-source .feed-icon {
float: left;
}

View File

@ -12,7 +12,7 @@
* @see template_preprocess_aggregator_wrapper()
*/
?>
<div id="aggregator">
<div class="aggregator">
<?php print $content; ?>
<?php print $pager; ?>
</div>

View File

@ -1,38 +0,0 @@
#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;
}

View File

@ -5,4 +5,4 @@ version = VERSION
core = 8.x
files[] = aggregator.test
configure = admin/config/services/aggregator/settings
stylesheets[all][] = aggregator.css
stylesheets[all][] = aggregator.theme.css

View File

@ -868,22 +868,22 @@ ul.inline li {
/**
* Aggregator.module
*/
#aggregator {
.aggregator {
margin-top: 1em;
}
#aggregator .feed-item-title {
.aggregator .feed-item-title {
font-size: 160%;
line-height: 130%;
}
#aggregator .feed-item {
.aggregator .feed-item {
border-bottom: 1px solid #e9eff3;
margin: -1.5em -31px 1.75em;
padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
.aggregator .feed-item-categories {
font-size: 0.92em;
}
#aggregator .feed-item-meta {
.aggregator .feed-item-meta {
font-size: 0.92em;
color: #898989;
}