版本库时间显示调整,配置页面中选框高度一致
This commit is contained in:
parent
b5b6f49d7c
commit
b93946cd07
|
@ -34,7 +34,7 @@
|
||||||
<% if !@project.gpid.nil? && !@gitlab_branches.blank? %>
|
<% if !@project.gpid.nil? && !@gitlab_branches.blank? %>
|
||||||
<li class="clear">
|
<li class="clear">
|
||||||
<label class="fl"> 默认分支 :</label>
|
<label class="fl"> 默认分支 :</label>
|
||||||
<%= select_tag :branch, options_for_select(["#{@gitlab_default_branch}"]+ @branch_names, @rev), :id => 'branch', :class => "ml5" %>
|
<%= select_tag :branch, options_for_select(["#{@gitlab_default_branch}"]+ @branch_names, @rev), :id => 'branch', :class => "ml5", :style => "height: 28px;" %>
|
||||||
</li>
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
<li class="clear">
|
<li class="clear">
|
||||||
|
|
|
@ -160,9 +160,9 @@ div.thumbnails div {background:#fff;display:inline-block;margin-right:2px;}
|
||||||
.repos_files ul:hover{ background:#ffffdd;}
|
.repos_files ul:hover{ background:#ffffdd;}
|
||||||
.repos_t_c li{ text-align:center;}
|
.repos_t_c li{ text-align:center;}
|
||||||
.pic_stats{display:block; background:url(/images/public_icon.png) 0px -548px no-repeat; width:20px; height:15px;}
|
.pic_stats{display:block; background:url(/images/public_icon.png) 0px -548px no-repeat; width:20px; height:15px;}
|
||||||
.tree-age{width:20%; text-align:right;}
|
.tree-age{width:15%; text-align:right;}
|
||||||
.tree-author{width:10%; text-align:left;}
|
.tree-author{width:10%; text-align:left;}
|
||||||
.tree-comments{width:35%; text-align:left;}
|
.tree-comments{width:40%; text-align:left;}
|
||||||
|
|
||||||
/* 里程碑 */
|
/* 里程碑 */
|
||||||
.roadmap_box{ background:#f8f8f8; width:648px; padding:10px; margin-top:5px; border:1px solid #ddd; color:#555;}
|
.roadmap_box{ background:#f8f8f8; width:648px; padding:10px; margin-top:5px; border:1px solid #ddd; color:#555;}
|
||||||
|
@ -368,7 +368,7 @@ div.changeset { border-bottom: 1px solid #ddd; }
|
||||||
tr.entry { border: 1px solid #DDD; }
|
tr.entry { border: 1px solid #DDD; }
|
||||||
tr.entry td { white-space: nowrap; }
|
tr.entry td { white-space: nowrap; }
|
||||||
tr.entry td.filename { width: 30%; }
|
tr.entry td.filename { width: 30%; }
|
||||||
tr.entry td.filename_no_report { width: 40%; }
|
tr.entry td.filename_no_report { width: 35%; }
|
||||||
tr.entry td.size { text-align: right; font-size: 90%; }
|
tr.entry td.size { text-align: right; font-size: 90%; }
|
||||||
tr.entry td.revision, tr.entry td.author { text-align: center; }
|
tr.entry td.revision, tr.entry td.author { text-align: center; }
|
||||||
tr.entry td.age { text-align: right; }
|
tr.entry td.age { text-align: right; }
|
||||||
|
|
Loading…
Reference in New Issue