Skip to content

Commit

Permalink
more explicit wording for the summary table participation column
Browse files Browse the repository at this point in the history
  • Loading branch information
jessykate committed Mar 7, 2010
1 parent a9c2664 commit 7c58cf2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
8 changes: 8 additions & 0 deletions static/style.css
Expand Up @@ -498,4 +498,12 @@ a.agency_heading_active:hover {
height: 85px;
margin-top: 5px;
margin-bottom: 5px;
}

.table_small {
font-size: 60%;
}

.table_link {
height: 100%;
}
12 changes: 9 additions & 3 deletions templates/summary_table.html
Expand Up @@ -22,12 +22,18 @@
<td class="table_num">{{ stats['comments'] }}</td>
<td class="table_num">{{ len(stats['authors']) }}</td>
<td class="table_num">
<a href="{{ encode_tweet(agency, stats, days_to_go) }}" >
<img src="static/images/twitter.png" title="Tweet this" class="agency_links">
<a href="{{ encode_tweet(agency, stats, days_to_go) }}"
class="table_link">
<img src="static/images/twitter.png" title="Tweet this"
class="agency_links">
<span class="table_small">Tweet This</span>
</a>
<a href="{{ ideascale_link[agency] }}" title="Visit this agency's Ideascale Site">
<a href="{{ ideascale_link[agency] }}"
class="table_link">
<img src="static/images/redirect.png" width="20"
title="Visit this agency's Ideascale Site"
height="20" class="agency_links">
<span class="table_small">Visit Idea Page</span>
</a>
</td>
</tr>
Expand Down

0 comments on commit 7c58cf2

Please sign in to comment.