summaryrefslogtreecommitdiff
path: root/web-ui/app/scss
diff options
context:
space:
mode:
authorJefferson Stachelski <jstachel@thoughtworks.com>2016-02-01 17:50:06 -0200
committerJefferson Stachelski <jstachel@thoughtworks.com>2016-02-01 17:50:47 -0200
commite3939d4c1dff0f152fa13ce8a89f751c79ecace2 (patch)
tree67bfc6d9024a271ece8b306101304a01f1f96962 /web-ui/app/scss
parentc7c8607665de3fbe7238436c6b6b240673549aec (diff)
Issue #549 - Implemented UI part of remote attachments
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r--web-ui/app/scss/_read.scss15
1 files changed, 10 insertions, 5 deletions
diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss
index 93e33c27..1b6f8334 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;
@@ -81,14 +81,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);
@@ -104,6 +104,13 @@
right: 0;
padding: 7px 10px;
}
+
+ i.remove-icon {
+ float: right;
+ padding-right: 5px;
+ padding-top: 7px;
+ color: #999;
+ }
}
}
}
@@ -154,5 +161,3 @@
}
}
}
-
-