fix hyperlink position for image downloads

pull/585/head
Matthew Hodgson 2016-01-05 03:38:53 +00:00
parent b996022db2
commit 1df4f2d556
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@ limitations under the License.
.mx_MImageBody_download { .mx_MImageBody_download {
color: #76cfa6; color: #76cfa6;
cursor: pointer; cursor: pointer;
margin-left: -16px;
} }
.mx_MImageBody_download a { .mx_MImageBody_download a {
@ -34,7 +35,6 @@ limitations under the License.
.mx_MImageBody_download object { .mx_MImageBody_download object {
padding-right: 4px; padding-right: 4px;
margin-left: -16px;
margin-top: -4px; margin-top: -4px;
vertical-align: middle; vertical-align: middle;
pointer-events: none; pointer-events: none;