summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_read.scss
diff options
context:
space:
mode:
authorGislene Pereira <gislene01@gmail.com>2016-01-19 17:25:40 -0300
committerGislene Pereira <gislene01@gmail.com>2016-01-19 17:25:40 -0300
commit7bc660d72730ed02794aadb66f7a37aa7dada60b (patch)
tree5cd3596fed047d5d55de1c89ceaf6030d02ca5d3 /web-ui/app/scss/_read.scss
parent6c239f13207e53281ad9d930dd1614844d3acdec (diff)
Issue #572 - Remove Attachment text, attachment box takes full width +
+ Attachment size color in lighter gray + Add space between each attachment
Diffstat (limited to 'web-ui/app/scss/_read.scss')
-rw-r--r--web-ui/app/scss/_read.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss
index 3d657ec7..ed462d38 100644
--- a/web-ui/app/scss/_read.scss
+++ b/web-ui/app/scss/_read.scss
@@ -68,6 +68,10 @@
padding: 15px 30px 0 30px;
}
+#attachment-list {
+ margin-top: 6px;
+}
+
.attachmentsAreaWrap {
padding: 0 30px;
@@ -80,6 +84,7 @@
border: 1px solid #D9D9D9;
border-radius: 2px;
background-color: #F5F5F5;
+ margin-bottom: 7px;
a {
color: $attachment_text;
@@ -92,6 +97,7 @@
i.download-icon {
color: lighten($attachment_icon, 15);
}
+
color: $attachment_icon;
outline: none;
}