fix(attachment-css): Tiny style tweaks

This commit is contained in:
Ben Gotow 2015-06-29 17:25:00 -07:00
parent b738770379
commit 7ff724493c
2 changed files with 4 additions and 2 deletions

View file

@ -57,10 +57,12 @@
.attachment-file-name {
font-weight: @font-weight-medium;
vertical-align: middle;
}
.attachment-file-and-name {
position: relative;
z-index: 2;
vertical-align: middle;
}
.attachment-file-actions {
@ -68,8 +70,6 @@
z-index: 3;
.attachment-icon {
float: right;
position: relative;
top: 2px;
margin-left: 10px;
}
}

View file

@ -176,6 +176,8 @@
padding:12px;
margin-left: 0.5em;
background-image:url(../static/images/message-list/icon-attachment-@2x.png);
position: relative;
top: -2px;
}
.collapsed-from {