[refs #569] tuning fork modal

This commit is contained in:
Alexander Machehin 2012-07-17 20:25:02 +06:00
parent cd681ab0ae
commit 08534810f6
2 changed files with 6 additions and 2 deletions

View File

@ -1187,5 +1187,9 @@ hr.bootstrap {
}
.fork-modal {
top: 35%;
top: 45%;
}
.modal-body-fork {
max-height: 280px;
}

View File

@ -4,7 +4,7 @@
.modal-header
%a.close{"data-dismiss" => "modal"} ×
%h3=t 'layout.projects.fork_modal_header'
.modal-body
.modal-body.modal-body-fork
=render 'choose_fork', :owner => current_user
%hr.bootstrap
- Group.can_own_project(current_user).each do |group|