Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Issue #670: Move attachment button to compose-view
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhammerl committed Mar 31, 2016
1 parent 7ae96a4 commit 095e5ec
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 18 deletions.
18 changes: 0 additions & 18 deletions web-ui/app/scss/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -742,21 +742,3 @@ div.side-nav-bottom {
}
}

.buttons-group span#attachment-button{
cursor: pointer;
outline: 0;
margin-left: 18px;
padding-top: 0px;
-ms-transform: rotate(224deg); /* IE 9 */
-webkit-transform: rotate(224deg); /* Chrome, Safari, Opera */
transform: rotate(224deg);

i.fa-paperclip {
font-size: 1.7em;
}

&.busy {
color: lighten($recipients_font_color, 10%);
cursor: progress;
}
}
23 changes: 23 additions & 0 deletions web-ui/app/scss/views/_compose-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,29 @@

.buttons-group {
margin-top: 0px;

span#attachment-button {
cursor: pointer;
outline: 0;
margin-left: 18px;
padding-top: 0px;
-ms-transform: rotate(224deg);

/* IE 9 */
-webkit-transform: rotate(224deg);

/* Chrome, Safari, Opera */
transform: rotate(224deg);

i.fa-paperclip {
font-size: 1.7em;
}

&.busy {
color: lighten($recipients_font_color, 10%);
cursor: progress;
}
}
}

#attachment-upload-item {
Expand Down

0 comments on commit 095e5ec

Please sign in to comment.