polish(quick-schedule): Use calendar icon in the composer

This commit is contained in:
Ben Gotow 2015-12-09 10:55:08 -08:00
parent c993a1f51a
commit e19a69c4a8
4 changed files with 4 additions and 3 deletions

View file

@ -70,7 +70,7 @@ class TranslateButton extends React.Component
# `RetinaImg` will automatically chose the best image format for our display.
#
_renderButton: =>
<button className="btn btn-toolbar">
<button className="btn btn-toolbar" title="Translate">
<RetinaImg mode={RetinaImg.Mode.ContentIsMask} url="nylas://N1-Composer-Translate/assets/translate-icon@2x.png" style={}/>
<span style={fontSize: "9px", verticalAlign: "top"}>▼</span>
</button>

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View file

@ -5,8 +5,8 @@ class CalendarButton extends React.Component
@displayName: 'CalendarButton'
render: =>
<button className="btn btn-toolbar" onClick={@_onClick}>
QuickSchedule
<button className="btn btn-toolbar" onClick={@_onClick} title="QuickSchedule">
<RetinaImg url="nylas://N1-Quick-Schedule/assets/quickschedule-icon@2x.png" mode={RetinaImg.Mode.ContentIsMask} />
</button>
_onClick: =>

View file

@ -135,6 +135,7 @@ body.platform-win32 {
.mail-important-icon {
margin-right:@spacing-half;
margin-bottom:2px;
flex-shrink: 0;
}
.message-subject {
font-size: @font-size-large;