diff --git a/app/views/statistics/_form.html.erb b/app/views/statistics/_form.html.erb index b907c1931..140e44a7d 100644 --- a/app/views/statistics/_form.html.erb +++ b/app/views/statistics/_form.html.erb @@ -15,12 +15,12 @@ <% end %>
- + <%= f.text_field :name, :class => "wb85" %>

请输入数据名称

- + <%= f.select :main_category_id, (@main_categories.collect { |mc| [mc.name, mc.id] }), {:no_label => true}, :onchange => 'getSubCategory(this.options[this.options.selectedIndex].value)', :class => "w150" %> @@ -31,13 +31,13 @@
- +
<%= f.text_area :description, :class => "wb85 h200 mb20", :style => "display: none;" %>
- +
<%= render :partial => 'attachments/form_statistic', :locals => {:container => @statistic, :isReply => @isReply} %>
diff --git a/public/stylesheets/css/public.css b/public/stylesheets/css/public.css index 3e0368487..c588072dd 100644 --- a/public/stylesheets/css/public.css +++ b/public/stylesheets/css/public.css @@ -952,9 +952,9 @@ a.syllabusbox_a_blue{ color:#3b94d6;} .mainCon{position: relative;min-height: 100%;height: auto !important;height: 100%;} .pos_footer{position: absolute;bottom: 0;width: 100%;clear: both;z-index: 99999; } #create_new_statis form div.field{clear: both;zoom: 1;} -#create_new_statis form label{float: left;width: 10%;text-align: center;font-size: 14px;height: 35px;line-height: 35px;} -#create_new_statis form label span{color: red} -#create_new_statis .line_field input,#create_new_statis .line_field select{float: left;height: 35px;line-height: 35px;border-radius: 4px;} +#create_new_statis form label.field_lab{float: left;width: 10%;text-align: center;font-size: 14px;height: 35px;line-height: 35px;} +#create_new_statis form label.field_lab span{color: red} +#create_new_statis .line_field input[type='text'],#create_new_statis .line_field select{float: left;height: 35px;line-height: 35px;border-radius: 4px;} .input_tag{height: 30px!important;border-radius: 3px!important;width: 160px} .tag_modal span{display: inline-block;border-radius: 3px;border:1px solid #dddddd;background: #FFFFFF;padding: 3px 7px;margin-right: 5px ;margin-top: 3px} .tag_del{cursor: pointer}