修改了按钮样式

This commit is contained in:
huangjingquan 2013-11-08 22:02:52 +08:00
parent 718fa65fc4
commit 22ce616a78
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
<td rowspan="2" >
<div class="project-search" style="float: right">
<%= text_field_tag 'name', params[:name], :size => 30 %>
<%= submit_tag l(:label_search), :class => "small", :name => nil %>
<%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
</div>
</td>
</tr>

View File

@ -1864,7 +1864,7 @@ div.tableline{
/*added by bai*/
input[type="submit"] {
padding-bottom: 5px;
width: 55px;
width: auto;
height: 25px;
font-family: '微软雅黑',Arial,Helvetica,sans-serif;
font-size: 12px;