From b93946cd078e305689de6d80ff43783250e84a18 Mon Sep 17 00:00:00 2001 From: huang Date: Tue, 1 Nov 2016 13:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=BA=93=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=B0=83=E6=95=B4=EF=BC=8C=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=AD=E9=80=89=E6=A1=86=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/projects/settings/_new_edit.html.erb | 2 +- public/stylesheets/css/project.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/projects/settings/_new_edit.html.erb b/app/views/projects/settings/_new_edit.html.erb index bb48220b8..d61352c6e 100644 --- a/app/views/projects/settings/_new_edit.html.erb +++ b/app/views/projects/settings/_new_edit.html.erb @@ -34,7 +34,7 @@ <% if !@project.gpid.nil? && !@gitlab_branches.blank? %>
  • - <%= 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;" %>
  • <% end %>
  • diff --git a/public/stylesheets/css/project.css b/public/stylesheets/css/project.css index d452a6064..4cf971437 100644 --- a/public/stylesheets/css/project.css +++ b/public/stylesheets/css/project.css @@ -160,9 +160,9 @@ div.thumbnails div {background:#fff;display:inline-block;margin-right:2px;} .repos_files ul:hover{ background:#ffffdd;} .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;} -.tree-age{width:20%; text-align:right;} +.tree-age{width:15%; text-align:right;} .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;} @@ -368,7 +368,7 @@ div.changeset { border-bottom: 1px solid #ddd; } tr.entry { border: 1px solid #DDD; } tr.entry td { white-space: nowrap; } 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.revision, tr.entry td.author { text-align: center; } tr.entry td.age { text-align: right; }