From eac6f814a8ba51c979e5eeb52355fc6cc0a90281 Mon Sep 17 00:00:00 2001 From: huang Date: Thu, 26 Mar 2015 10:41:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=B5=8F=E8=A7=88=E5=99=A8?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE=E4=B8=8E?= =?UTF-8?q?=E9=82=AE=E4=BB=B6=E9=82=80=E8=AF=B7=E7=95=8C=E9=9D=A2=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/_point_browser.html.erb | 4 ++-- public/images/{ => floatbox}/img_floatbox.png | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename public/images/{ => floatbox}/img_floatbox.png (100%) diff --git a/app/views/layouts/_point_browser.html.erb b/app/views/layouts/_point_browser.html.erb index d9a46d5d6..ccb18fe68 100644 --- a/app/views/layouts/_point_browser.html.erb +++ b/app/views/layouts/_point_browser.html.erb @@ -9,8 +9,8 @@ .update{ border-bottom:1px solid #d7d7d7; color:#fea254; text-align:center; width:100%; font-size:10px; height:30px; background:#fdffd9; padding:2px 0;z-index:1000;} a.green_btn{ padding:2px 10px; background:#3caf3f; font-size:12px;color:#fff;-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;} a:hover.green_btn{ background:#289c2b;} - a.close_btn{ background:url(images/img_floatbox.png) -20px -35px no-repeat; display:block; width:16px; height:16px; float:right; margin:7px 5px 0 0;} - a:hover.close_btn{ background:url(images/img_floatbox.png) -20px -63px no-repeat;} + a.close_btn{ background:url(images/floatbox/img_floatbox.png) -20px -35px no-repeat; display:block; width:16px; height:16px; float:right; margin:7px 5px 0 0;} + a:hover.close_btn{ background:url(images/floatbox/img_floatbox.png) -20px -63px no-repeat;}