diff --git a/images/paperclip.png b/images/paperclip.png index dc280a81..f2463bc0 100644 Binary files a/images/paperclip.png and b/images/paperclip.png differ diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 80941439..20198b75 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -146,8 +146,7 @@ button.back { width: 36px; height: 100%; background: url('/images/paperclip.png') no-repeat center center; - background-size: 90%; - margin-top: 4px; + background-size: 70%; } input[type=file] { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 066b6f36..72449e33 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -126,8 +126,7 @@ button.back { width: 36px; height: 100%; background: url("/images/paperclip.png") no-repeat center center; - background-size: 90%; - margin-top: 4px; } + background-size: 70%; } .file-input input[type=file] { display: none; position: absolute;