diff --git a/app/views/poll/statistics_result.html.erb b/app/views/poll/statistics_result.html.erb
index a33daacfb..fd78d9230 100644
--- a/app/views/poll/statistics_result.html.erb
+++ b/app/views/poll/statistics_result.html.erb
@@ -2,34 +2,43 @@
-
<%= @poll.polls_name %> <%= l(:label_poll) %>
+
+ <%= @poll.polls_name %>
+ <%= l(:label_poll) %>
+
-
- <% @poll_questions.each do |poll_question| %>
-
- -
-
- 第<%= poll_question.question_number %>题:<%= poll_question.question_title %> [<%= options_show(poll_question.question_type) %>]
-
- <% if poll_question.question_type == 1 || poll_question.question_type == 2 %>
- <%= render :partial =>'choice_show', :locals =>{ :poll_question => poll_question } %>
- <% else %>
- <%= render :partial =>'quiz_answers', :locals =>{ :poll_question => poll_question } %>
- <% end %>
-
-
- <% end %>
-
- <%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false, :remote => false, :flag => true%>
-
-
-
+
+ <% @poll_questions.each do |poll_question| %>
+
+ -
+
+
+ 第<%= poll_question.question_number %>题:
+
+ <%= poll_question.question_title %>
+
+ [<%= options_show(poll_question.question_type) %>]
+
+
+ <% if poll_question.question_type == 1 || poll_question.question_type == 2 %>
+ <%= render :partial =>'choice_show', :locals =>{ :poll_question => poll_question } %>
+ <% else %>
+ <%= render :partial =>'quiz_answers', :locals =>{ :poll_question => poll_question } %>
+ <% end %>
+
+
+ <% end %>
+
+ <%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false, :remote => false, :flag => true%>
+
diff --git a/public/stylesheets/polls.css b/public/stylesheets/polls.css
index a4e2010f0..da775ec2a 100644
--- a/public/stylesheets/polls.css
+++ b/public/stylesheets/polls.css
@@ -1,17 +1,17 @@
/* CSS Document */
#polls{ font-size:12px; font-family:"微软雅黑","宋体" !important; line-height:1.9; background:#fff; font-style:normal;}
div,html,img,ul,li,p,body,h1,h2,h3,h4,p,a,table,tr,td,fieldset,input,span{ margin:0; padding:0;}
-#polls div,img,tr,td{ border:0;}
-#polls table,tr,td{border:0; cellspacing:0; cellpadding:0;}
-#polls ul,li{ list-style-type:none}
-#polls .cl{ clear:both; overflow:hidden; }
-#polls a{ text-decoration:none; }
-#polls a:hover{ text-decoration:underline; }
-#polls .ml10{ margin-left:10px;}
-#polls .ml20{ margin-left:20px;}
-#polls .mr10{ margin-right:10px;}
-#polls .fl{ float: left;}
-#polls .fr{ float:right;}
+div,img,tr,td{ border:0;}
+table,tr,td{border:0; cellspacing:0; cellpadding:0;}
+ul,li{ list-style-type:none}
+.cl{ clear:both; overflow:hidden; }
+a{ text-decoration:none; }
+a:hover{ text-decoration:underline; }
+.ml10{ margin-left:10px;}
+.ml20{ margin-left:20px;}
+.mr10{ margin-right:10px;}
+.fl{ float: left;}
+.fr{ float:right;}
/*问卷按钮*/
/*.polls_btn{ height:33px;border-top:1px solid #15bed1; border-bottom:1px solid #15bed1;border-right:1px solid #cee6e6; width:225px; padding:7px 0 0 15px; }*/