From c241fc00e9631b507424a71e3b19739e47d3bf2c Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Thu, 14 May 2015 16:48:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=89=88--=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?--=E8=AF=BE=E7=A8=8B=E4=BD=9C=E4=B8=9A=EF=BC=9A=E5=A6=82?= =?UTF-8?q?=E5=9B=BE=E4=BD=9C=E4=B8=9A=E9=99=84=E4=BB=B6=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=8E=E5=9B=BE=E6=A0=87=E9=87=8D=E5=8F=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index a757bee3a..57edafd18 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -2511,7 +2511,7 @@ a.close-icon:hover {background-image:url('../images/close_hl.png');} .icon-user { background-image: url(../images/user.png); } .icon-projects { background-image: url(../images/projects.png); } .icon-help { background-image: url(../images/help.png); } -.icon-attachment { background-image: url(../images/attachment.png); } +.icon-attachment { background-image: url(../images/attachment.png);padding-left: 20px !important; } .icon-history { background-image: url(../images/history.png); } .icon-time { background-image: url(../images/time.png); } .icon-time-add { background-image: url(../images/time_add.png); }