diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2014-11-18 00:35:28 +0100 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2014-11-18 00:35:28 +0100 |
commit | 59939b8b2901550029480920f0d1b39097ce4a59 (patch) | |
tree | 6abc083acf3afa2d2cf4adcd2ac8b08e719ce7ed /web-ui/app/scss | |
parent | 9d051a63165ca505017e9d02f572d2be985d4aa1 (diff) |
#30 - Fixing paperclip icon placement
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/styles.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index ef3691f0..7fe0ec05 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -133,6 +133,11 @@ right: 10px; font-size: 0.7em; } + + .attachment-indicator { + margin: 2px 0 0 25px; + font-size: initial; + } .from { white-space: nowrap; font-size: 0.8em; |