修改留言按钮和新建需求按钮
This commit is contained in:
parent
47e680a7b0
commit
5c0f8e6438
|
@ -6,8 +6,8 @@
|
||||||
height: 30px;
|
height: 30px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(119, 119, 119);
|
||||||
background: url("../images/button/bg104.jpg") no-repeat scroll left top transparent;
|
background: url("../images/button/bg103.jpg") no-repeat scroll left top transparent;
|
||||||
padding: 0px 0px 4px 0px;
|
padding: 0px 0px 4px 0px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
border: 1px solid rgb(148, 148, 148);
|
border: 1px solid rgb(148, 148, 148);
|
||||||
|
@ -21,8 +21,8 @@
|
||||||
height: 30px;
|
height: 30px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(119, 119, 119);
|
||||||
background: url("../images/button/bg104.jpg") no-repeat scroll left top transparent;
|
background: url("../images/button/bg103.jpg") no-repeat scroll left top transparent;
|
||||||
padding: 0px 0px 4px 0px;
|
padding: 0px 0px 4px 0px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
border: 1px solid rgb(148, 148, 148);
|
border: 1px solid rgb(148, 148, 148);
|
||||||
|
@ -66,8 +66,8 @@
|
||||||
<%= f.text_field :reference_user_id, :style=>"display:none"%>
|
<%= f.text_field :reference_user_id, :style=>"display:none"%>
|
||||||
<table border="0" width="525px" align="center">
|
<table border="0" width="525px" align="center">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right"> <%= submit_tag l(:button_leave_meassge), :name => nil , :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -30px'"%>
|
<td align="right"> <%= submit_tag l(:button_leave_meassge), :name => nil , :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -31px'"%>
|
||||||
<%= submit_tag l(:button_clear), :name => nil, :onclick => "clearMessage('bid_message_message');", :type => 'button', :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -30px'" %> </td>
|
<%= submit_tag l(:button_clear), :name => nil, :onclick => "clearMessage('bid_message_message');", :type => 'button', :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -31px'" %> </td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: rgb(119, 119, 119);
|
color: rgb(119, 119, 119);
|
||||||
background: url("../images/button/bg103.jpg") no-repeat scroll left top transparent;
|
background: url("../images/button/bg106.jpg") no-repeat scroll left top transparent;
|
||||||
padding: 0px 0px 4px 0px;
|
padding: 0px 0px 4px 0px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
border: 1px solid rgb(148, 148, 148);
|
border: 1px solid rgb(148, 148, 148);
|
||||||
|
@ -74,7 +74,7 @@ border-top: 1px solid #acaeb1; border-bottom: 1px solid #acaeb1; margin-top: 30p
|
||||||
</table>
|
</table>
|
||||||
<table id="bidding_table" border="0" width="600" style="margin-top: 10px; margin-left: 30px;">
|
<table id="bidding_table" border="0" width="600" style="margin-top: 10px; margin-left: 30px;">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right"> <%= submit_tag l(:button_new_bid), :name => nil , :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -30px'"%> </td>
|
<td align="right"> <%= submit_tag l(:button_new_bid), :name => nil , :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -31px'"%> </td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<%end%>
|
<%end%>
|
|
@ -6,8 +6,8 @@
|
||||||
height: 30px;
|
height: 30px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(119, 119, 119);
|
||||||
background: url("/images/button/bg104.jpg") no-repeat scroll left top transparent;
|
background: url("/images/button/bg103.jpg") no-repeat scroll left top transparent;
|
||||||
padding: 0px 0px 4px 0px;
|
padding: 0px 0px 4px 0px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
border: 1px solid rgb(148, 148, 148);
|
border: 1px solid rgb(148, 148, 148);
|
||||||
|
@ -21,8 +21,8 @@
|
||||||
height: 30px;
|
height: 30px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(119, 119, 119);
|
||||||
background: url("/images/button/bg104.jpg") no-repeat scroll left top transparent;
|
background: url("/images/button/bg103.jpg") no-repeat scroll left top transparent;
|
||||||
padding: 0px 0px 4px 0px;
|
padding: 0px 0px 4px 0px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
border: 1px solid rgb(148, 148, 148);
|
border: 1px solid rgb(148, 148, 148);
|
||||||
|
@ -66,8 +66,8 @@
|
||||||
<%= f.text_field :reference_user_id, :style=>"display:none"%>
|
<%= f.text_field :reference_user_id, :style=>"display:none"%>
|
||||||
<table border="0" width="525px" align="center">
|
<table border="0" width="525px" align="center">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right"> <%= submit_tag l(:button_leave_meassge), :name => nil , :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -30px'"%>
|
<td align="right"> <%= submit_tag l(:button_leave_meassge), :name => nil , :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -31px'"%>
|
||||||
<%= submit_tag l(:button_clear), :name => nil, :onclick => "clearMessage('bid_message_message');", :type => 'button', :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -30px'" %> </td>
|
<%= submit_tag l(:button_clear), :name => nil, :onclick => "clearMessage('bid_message_message');", :type => 'button', :class => "bid_btn", :onmouseout => "this.style.backgroundPosition = 'left top'", :onmouseover => "this.style.backgroundPosition = 'left -31px'" %> </td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|
Loading…
Reference in New Issue