修改了按钮样式
This commit is contained in:
parent
718fa65fc4
commit
22ce616a78
|
@ -78,7 +78,7 @@
|
||||||
<td rowspan="2" >
|
<td rowspan="2" >
|
||||||
<div class="project-search" style="float: right">
|
<div class="project-search" style="float: right">
|
||||||
<%= text_field_tag 'name', params[:name], :size => 30 %>
|
<%= 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>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -1864,7 +1864,7 @@ div.tableline{
|
||||||
/*added by bai*/
|
/*added by bai*/
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
width: 55px;
|
width: auto;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
font-family: '微软雅黑',Arial,Helvetica,sans-serif;
|
font-family: '微软雅黑',Arial,Helvetica,sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
Loading…
Reference in New Issue