some tweaks to Feature this Topic

This commit is contained in:
Jeff Atwood 2015-03-20 12:47:35 -07:00
parent c6afeb2259
commit ce09adb5ff
2 changed files with 10 additions and 8 deletions

View File

@ -35,6 +35,8 @@
.button { .button {
width: 33%; width: 33%;
display: inline-block; display: inline-block;
vertical-align: top;
margin-top: 15px;
} }
.desc { .desc {
display: inline-block; display: inline-block;

View File

@ -1024,23 +1024,23 @@ en:
unpin: "Remove this topic from the top of the {{categoryLink}} category." unpin: "Remove this topic from the top of the {{categoryLink}} category."
pin_note: "Users can unpin the topic individually for themselves." pin_note: "Users can unpin the topic individually for themselves."
already_pinned: already_pinned:
zero: "No topic currently pinned in {{categoryLink}}." zero: "There are no topics pinned in {{categoryLink}}."
one: "Topic currently pinned in {{categoryLink}}: <strong>1.</strong>" one: "Topics currently pinned in {{categoryLink}}: <strong class='badge badge-notification unread'>1</strong>"
other: "Topics currently pinned in {{categoryLink}}: <strong>{{count}}</strong>." other: "Topics currently pinned in {{categoryLink}}: <strong class='badge badge-notification unread'>{{count}}</strong>"
pin_globally: "Make this topic appear at the top of all topic lists, until a staff member unpins it." pin_globally: "Make this topic appear at the top of all topic lists, until a staff member unpins it."
confirm_pin_globally: "You already have {{count}} globally pinned topics. Too many pinned topics may be a burden for new and anonymous users. Are you sure you want to pin another topic globally?" confirm_pin_globally: "You already have {{count}} globally pinned topics. Too many pinned topics may be a burden for new and anonymous users. Are you sure you want to pin another topic globally?"
unpin_globally: "Remove this topic from the top of all topic lists." unpin_globally: "Remove this topic from the top of all topic lists."
global_pin_note: "Users can unpin the topic individually for themselves." global_pin_note: "Users can unpin the topic individually for themselves."
already_pinned_globally: already_pinned_globally:
zero: "No topic currently pinned globally." zero: "There are no topics pinned globally."
one: "Topic currently pinned globally: <strong>1.</strong>" one: "Topics currently pinned globally: <strong class='badge badge-notification unread'>1</strong>"
other: "Topics currently pinned globally: <strong>{{count}}</strong>." other: "Topics currently pinned globally: <strong class='badge badge-notification unread'>{{count}}</strong>."
make_banner: "Make this topic into a banner that appears at the top of all pages." make_banner: "Make this topic into a banner that appears at the top of all pages."
remove_banner: "Remove the banner that appears at the top of all pages." remove_banner: "Remove the banner that appears at the top of all pages."
banner_note: "Users can dismiss the banner by closing it. Only one topic can be bannered at any given time." banner_note: "Users can dismiss the banner by closing it. Only one topic can be bannered at any given time."
already_banner: already_banner:
zero: "There is currently no banner topic." zero: "There is no banner topic."
one: "There is currently a banner topic." one: "There <strong class='badge badge-notification unread'>is</strong> currently a banner topic."
inviting: "Inviting..." inviting: "Inviting..."
automatically_add_to_groups_optional: "This invite also includes access to these groups: (optional, admin only)" automatically_add_to_groups_optional: "This invite also includes access to these groups: (optional, admin only)"