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

minor design improvements

parent 0e9080e3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -100,8 +100,9 @@
margin-top: 0;
}
 
.btn-tiny {
@include box-shadow(0 0px 0px 1px #f1f1f1);
.btn {
position: relative;
top: -2px;
}
 
.nav-pills {
Loading
Loading
.ui-box
%h5.title
Groups
%small
%span.light
(#{groups.count})
- if current_user.can_create_group?
%span.pull-right
= link_to new_group_path, class: "btn btn-tiny info" do
= link_to new_group_path, class: "btn btn-small" do
%i.icon-plus
New Group
%ul.well-list
Loading
Loading
.ui-box
%h5.title
Projects
%small
%span.light
(#{@projects_count})
- if current_user.can_create_project?
%span.pull-right
= link_to new_project_path, class: "btn btn-tiny info" do
= link_to new_project_path, class: "btn btn-small" do
%i.icon-plus
New Project
 
Loading
Loading
.ui-box.teams-box
%h5.title
Teams
%small
%span.light
(#{teams.count})
%span.pull-right
= link_to new_team_path, class: "btn btn-tiny info" do
= link_to new_team_path, class: "btn btn-small" do
%i.icon-plus
New Team
%ul.well-list
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