UX: dim the new and unread education

This commit is contained in:
Jeff Atwood 2014-08-29 22:54:07 -07:00
parent d7e4a19f3a
commit 4281b16616
2 changed files with 10 additions and 2 deletions

View File

@ -95,7 +95,9 @@
{{/if}} {{/if}}
{{#if latest}} {{#if latest}}
{{{footerEducation}}} <div class="education">
{{{footerEducation}}}
</div>
<h3> <h3>
{{footerMessage}} {{footerMessage}}
{{#if can_create_topic}}<a href='#' {{action createTopic}}>{{i18n topic.suggest_create_topic}}</a>{{/if}} {{#if can_create_topic}}<a href='#' {{action createTopic}}>{{i18n topic.suggest_create_topic}}</a>{{/if}}
@ -106,7 +108,9 @@
{{#link-to "discovery.categories"}}{{i18n topic.browse_all_categories}}{{/link-to}}, {{#link-to 'discovery.latest'}}{{i18n topic.view_latest_topics}}{{/link-to}} {{i18n or}} {{i18n filters.top.other_periods}} {{#link-to "discovery.categories"}}{{i18n topic.browse_all_categories}}{{/link-to}}, {{#link-to 'discovery.latest'}}{{i18n topic.view_latest_topics}}{{/link-to}} {{i18n or}} {{i18n filters.top.other_periods}}
{{top-period-buttons period=period}} {{top-period-buttons period=period}}
{{else}} {{else}}
{{{footerEducation}}} <div class="education">
{{{footerEducation}}}
</div>
<h3> <h3>
{{footerMessage}}{{#link-to "discovery.categories"}} {{i18n topic.browse_all_categories}}{{/link-to}} {{i18n or}} {{#link-to 'discovery.latest'}}{{i18n topic.view_latest_topics}}{{/link-to}} {{footerMessage}}{{#link-to "discovery.categories"}} {{i18n topic.browse_all_categories}}{{/link-to}} {{i18n or}} {{#link-to 'discovery.latest'}}{{i18n topic.view_latest_topics}}{{/link-to}}
</h3> </h3>

View File

@ -308,3 +308,7 @@ ol.category-breadcrumb {
.top-title-buttons { .top-title-buttons {
display: inline; display: inline;
} }
div.education {
color: scale-color($primary, $lightness: 50%);
}