Skip to content
Snippets Groups Projects
Commit ac148c50 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

style counters on navbar. minor ui changes

parent 9a94f5eb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,17 +10,17 @@
top: 3px;
overflow: hidden;
.count {
position: relative;
top: -1px;
font-weight: normal;
display: inline-block;
height: 15px;
margin: 0 0 0 5px;
padding: 0 8px 1px 8px;
padding: 1px 6px;
height: auto;
font-size: 0.82em;
line-height: 14px;
text-align: center;
color: #777;
background: #eee;
@include border-radius(8px);
}
.label {
background: $hover;
Loading
Loading
Loading
Loading
@@ -5,7 +5,7 @@
*/
.ui_basic {
.separator {
background: white;
background: #F9F9F9;
border-left: 1px solid #DDD;
}
}
Loading
Loading
@@ -7,7 +7,7 @@
- unless @project.empty_repo?
- if can?(current_user, :fork_project, @project) && @project.namespace != current_user.namespace
- if current_user.already_forked?(@project)
= link_to project_path(current_user.fork_of(@project)), class: 'btn grouped success' do
= link_to project_path(current_user.fork_of(@project)), class: 'btn grouped btn-primary' do
Forked
- else
= link_to fork_project_path(@project), title: "Fork", class: "btn grouped", method: "POST" do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment