项目配置样式调整

This commit is contained in:
daiao 2016-10-19 17:43:05 +08:00
parent 269c061053
commit 1c80a89b8d
1 changed files with 4 additions and 4 deletions

View File

@ -8,13 +8,13 @@
</li>
<li class="mb10">
<label class="label"><span class="c_red f12">*</span>&nbsp;项目名称&nbsp;&nbsp;:&nbsp;</label>
<input type="text" name="project[name]" id="project_name" class="ml5 w690" maxlength="100" onkeyup="regex_project_name();" value="<%= @project.name %>">
<span class="c_red ml5 fl" id="project_name_notice" style="display: none;">项目名称不能为空!</span>
<input type="text" name="project[name]" id="project_name" class="ml5 w690" maxlength="100" style="height: 28px;" onkeyup="regex_project_name();" value="<%= @project.name %>">
<div></div>
<span class="c_red ml5 w690" id="project_name_notice" style="padding-left:100px;display: none;">项目名称不能为空!</span>
</li>
<li class="clear mb10">
<label class="label fl">&nbsp;项目描述&nbsp;&nbsp;:&nbsp;</label>
<textarea class="fl ml5 w690" style="height:192px; padding-top:5px;" id="project_description" name="project[description]" rows="8" placeholder="项目描述作为项目的简介,将始终显示在动态页的顶部
最多3000个汉字或6000个英文字符"><%= @project.description%></textarea>
<textarea class="fl ml5 w690" style="height:192px; padding-top:5px;" id="project_description" name="project[description]" rows="8" placeholder="项目描述作为项目的简介,将始终显示在动态页的顶部&#13;&#10;最多3000个汉字或6000个英文字符)"><%= @project.description%></textarea>
</li>
<% if !@project.gpid.nil? && !@gitlab_branches.blank? %>
<li class="clear">