diff options
| -rw-r--r-- | web-ui/app/scss/_compose.scss | 1 | ||||
| -rw-r--r-- | web-ui/app/scss/_read.scss | 15 | 
2 files changed, 11 insertions, 5 deletions
diff --git a/web-ui/app/scss/_compose.scss b/web-ui/app/scss/_compose.scss index dfde3d19..c60e83d1 100644 --- a/web-ui/app/scss/_compose.scss +++ b/web-ui/app/scss/_compose.scss @@ -143,6 +143,7 @@          height: 100%;          background-color: rgba($light_blue, 0.3);        } +      }    } diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss index d98e10a7..4a11ca76 100644 --- a/web-ui/app/scss/_read.scss +++ b/web-ui/app/scss/_read.scss @@ -31,7 +31,7 @@          height: 27px;          margin-right: 3px;        } -       +        .full-view-header {          display:inline-block;          padding-top: 5px; @@ -82,14 +82,14 @@          border-radius: 2px;          background-color: #F5F5F5;          margin-bottom: 8px; -     +        a {          color: $attachment_text;          display: block;          text-decoration: none;          line-height: inherit;          padding: 4px 5px; -       +          &:hover, &:focus {            i.download-icon {              color: lighten($attachment_icon, 15); @@ -105,6 +105,13 @@            right: 0;            padding: 7px 10px;          } + +        i.remove-icon { +          float: right; +          padding-right: 5px; +          padding-top: 7px; +          color: #999; +        }        }      }    } @@ -155,5 +162,3 @@      }    }  } - -  | 
