From 0287a0f3b463b23c3ecf89524459c86418f549fb Mon Sep 17 00:00:00 2001
From: sw <939547590@qq.com>
Date: Mon, 24 Aug 2015 11:40:09 +0800
Subject: [PATCH 1/8] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E7=A7=AF=E5=88=86?=
=?UTF-8?q?=E5=BC=B9=E5=87=BA=E6=A1=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/users/show_new_score.js.erb | 9 +++++++--
public/stylesheets/new_public.css | 1 +
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/app/views/users/show_new_score.js.erb b/app/views/users/show_new_score.js.erb
index 40ef7d5c5..51f430fa9 100644
--- a/app/views/users/show_new_score.js.erb
+++ b/app/views/users/show_new_score.js.erb
@@ -1,4 +1,9 @@
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'users/show_new_score') %>');
showModal('ajax-modal', '400px');
-$('#ajax-modal').siblings().show();
-$('#ajax-modal').addClass('new-watcher');
+$('#ajax-modal').css('height','auto');
+$('#ajax-modal').siblings().remove();
+$('#ajax-modal').before("" +
+"");
+//$('#ajax-modal').parent().removeClass("alert_praise");
+$('#ajax-modal').parent().css("top","30%").css("left","35%");
+$('#ajax-modal').parent().addClass("alert_box");
diff --git a/public/stylesheets/new_public.css b/public/stylesheets/new_public.css
index 17b17f59f..7e3e92923 100644
--- a/public/stylesheets/new_public.css
+++ b/public/stylesheets/new_public.css
@@ -9,6 +9,7 @@ a:link,a:visited{color:#7f7f7f;text-decoration:none;}
a:hover,a:active{color:#000;}
/*常用*/
+.user_score_box{width:250px;height:180px;position:fixed !important;z-index:100;left:60%;top:65%;margin:-215px 0 0 -300px; background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; box-shadow:0px 0px 8px #194a81; overflow:auto;}
.hidden{overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
.none{display: none;}
.rside_back{ width:670px; margin-left:10px; background:#fff; margin-bottom:10px;}
From 36152d19e8dd1c62cb702c8bdc251db5d0d61f47 Mon Sep 17 00:00:00 2001
From: sw <939547590@qq.com>
Date: Mon, 24 Aug 2015 11:42:26 +0800
Subject: [PATCH 2/8] =?UTF-8?q?=E4=B8=AA=E4=BA=BAshow=E7=95=8C=E9=9D=A2?=
=?UTF-8?q?=E4=B8=8B=E9=9D=A2=E6=9C=89=E4=B8=80=E5=9D=97=E7=A9=BA=E7=99=BD?=
=?UTF-8?q?=E7=95=8C=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/users/show.html.erb | 5 -----
1 file changed, 5 deletions(-)
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index 02791d02d..4975229eb 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -213,9 +213,4 @@