Added new "narrow" icon to FontAwesome and placed it in the message headers and composition pane header.

(imported from commit e8f927f464f78b680a03e1647128541abe872cde)
This commit is contained in:
Allen Rabinovich 2013-05-08 15:39:47 -07:00 committed by Leo Franchi
parent 0846ebd4b5
commit dc738d01a4
8 changed files with 56 additions and 6 deletions

View File

@ -24,7 +24,7 @@
<input type="text" class="recipient_box" name="stream" id="stream"
maxlength="30"
value="" placeholder="Stream" autocomplete="off" tabindex="120"/>
&gt;
<i class="icon-vector-narrow icon-vector-small"></i>
<input type="text" class="recipient_box" name="subject" id="subject"
maxlength="60"
value="" placeholder="Subject" autocomplete="off" tabindex="130"/>

View File

@ -157,10 +157,11 @@
@font-face {
font-family: 'FontAwesome';
src: url('../third/fontawesome/fontawesome-webfont.eot?v=3.0.1');
src: url('../third/fontawesome/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
url('../third/fontawesome/fontawesome-webfont.woff?v=3.0.1') format('woff'),
url('../third/fontawesome/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
src: url('../third/fontawesome/fontawesome2-webfont.eot?v=3.0.1');
src: url('../third/fontawesome/fontawesome2-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
url('../third/fontawesome/fontawesome2-webfont.woff?v=3.0.1') format('woff'),
url('../third/fontawesome/fontawesome2-webfont.ttf?v=3.0.1') format('truetype'),
url('../third/fontawesome/fontawesome2-webfont.svg#FontAwesome') format('svg');
font-weight: normal;
font-style: normal;
}
@ -289,6 +290,9 @@ ul.icons li [class*=" icon-vector-"] {
-moz-border-radius: 3px;
border-radius: 3px;
}
.icon-vector-small {
font-size: 0.8em;
}
.icon-vector-2x {
font-size: 2em;
}
@ -435,3 +439,4 @@ ul.icons li [class*=" icon-vector-"] {
.icon-vector-check:before { content: "\f046"; }
.icon-vector-check-empty:before { content: "\f096"; }
.icon-vector-comment:before { content: "\f075"; }
.icon-vector-narrow:before { content: "\f01f"; }

View File

@ -39,7 +39,7 @@
{{#if invite_only}}<i class="icon-lock" title="This is an invite-only stream"></i>{{/if}}
<span class="message_label_clickable narrows_by_recipient stream_label"
title="Narrow to stream &quot;{{display_recipient}}&quot;">{{display_recipient}}</span>
&nbsp; &gt; &nbsp;
&nbsp;<i class="icon-vector-narrow icon-vector-small"></i>&nbsp;
<span class="message_label_clickable narrows_by_subject"
title="Narrow to stream &quot;{{display_recipient}}&quot;, subject &quot;{{subject}}&quot;">{{#if ../../../../use_match_properties}}{{{match_subject}}}{{else}}{{subject}}{{/if}}</span>
</td>

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.