增加问卷调查按钮的样式

This commit is contained in:
sw 2015-01-17 14:59:43 +08:00
parent 989ff4fcbe
commit 2f9e658697
1 changed files with 6 additions and 1 deletions

View File

@ -276,7 +276,12 @@
<div class="user_underline"></div>
<div class="user_fans">
<div class="polls_btn">
<!--<a href="#">问卷调查<span >12</span></a>-->
<style type="text/css">
.polls_btn{ height:33px;border-top:1px solid #15bed1; border-bottom:1px solid #15bed1;border-right:1px solid #cee6e6; width:224px !important; padding:7px 0 0 15px; }
.polls_btn a{font-size:14px; color:#444444;font-weight:bold;}
</style>
<%= link_to l(:label_poll), poll_index_path(:polls_type => "Course", :polls_group_id => @course.id)%>
</div>
</div>