个人资料修改提示信息样式修改

项目资源库上传按钮样式修改
This commit is contained in:
Linda 2017-02-27 14:18:02 +08:00
parent 91017041ac
commit e508477e7f
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@
<%#= submit_tag "全站搜索", :class => "re_schbtn b_lblue",:name => "insite",:id => "insite",:onmouseover => "presscss('insite')",:onmouseout =>"buttoncss()" %> <%#= submit_tag "全站搜索", :class => "re_schbtn b_lblue",:name => "insite",:id => "insite",:onmouseover => "presscss('insite')",:onmouseout =>"buttoncss()" %>
<!--REDO: 权限测试--> <!--REDO: 权限测试-->
<% if User.current.member_of?(@project) %> <% if User.current.member_of?(@project) %>
<input class="blueBtn fr mr5" value="上传资源" onclick="project_files_upload();"> <a href="#" class="blue-btn fr mr5" value="上传资源" onclick="project_files_upload();">上传资源</a>
<%= link_to("导入资源", import_resources_user_path(User.current, :type => 6, :project_id => @project.id), :class => "blue-btn fr mr5", :remote => true) %> <%= link_to("导入资源", import_resources_user_path(User.current, :type => 6, :project_id => @project.id), :class => "blue-btn fr mr5", :remote => true) %>
<!--<input class="blueBtn fr mr5" value="导入资源" onclick="project_files_import();">--> <!--<input class="blueBtn fr mr5" value="导入资源" onclick="project_files_import();">-->
<% end %> <% end %>

View File

@ -6,8 +6,8 @@
<% message.update_attribute(:viewed, true)%> <% message.update_attribute(:viewed, true)%>
</div> </div>
<% end %> <% end %>
<div class="homepageRightBanner" style="border-bottom:2px solid #ddd;"> <div class="alert alert-orange mb10 mt10" >
<div class="polls_head" style="color:red; font-size:17px;">&nbsp;&nbsp;提示:&nbsp;&nbsp;您尚未完善您的基本资料,完善后可使用更多功能</div> <div >&nbsp;&nbsp;提示:&nbsp;&nbsp;您尚未完善您的基本资料,完善后可使用更多功能</div>
</div> </div>
<% end %> <% end %>
<div id="RSide" style="margin-left:0px; margin-bottom:0px; width:728px;"> <div id="RSide" style="margin-left:0px; margin-bottom:0px; width:728px;">