minor design improvements
This commit is contained in:
parent
0e9080e3dd
commit
19ab03f461
4 changed files with 9 additions and 8 deletions
|
@ -100,8 +100,9 @@
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-tiny {
|
.btn {
|
||||||
@include box-shadow(0 0px 0px 1px #f1f1f1);
|
position: relative;
|
||||||
|
top: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-pills {
|
.nav-pills {
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
.ui-box
|
.ui-box
|
||||||
%h5.title
|
%h5.title
|
||||||
Groups
|
Groups
|
||||||
%small
|
%span.light
|
||||||
(#{groups.count})
|
(#{groups.count})
|
||||||
- if current_user.can_create_group?
|
- if current_user.can_create_group?
|
||||||
%span.pull-right
|
%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
|
%i.icon-plus
|
||||||
New Group
|
New Group
|
||||||
%ul.well-list
|
%ul.well-list
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
.ui-box
|
.ui-box
|
||||||
%h5.title
|
%h5.title
|
||||||
Projects
|
Projects
|
||||||
%small
|
%span.light
|
||||||
(#{@projects_count})
|
(#{@projects_count})
|
||||||
- if current_user.can_create_project?
|
- if current_user.can_create_project?
|
||||||
%span.pull-right
|
%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
|
%i.icon-plus
|
||||||
New Project
|
New Project
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
.ui-box.teams-box
|
.ui-box.teams-box
|
||||||
%h5.title
|
%h5.title
|
||||||
Teams
|
Teams
|
||||||
%small
|
%span.light
|
||||||
(#{teams.count})
|
(#{teams.count})
|
||||||
%span.pull-right
|
%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
|
%i.icon-plus
|
||||||
New Team
|
New Team
|
||||||
%ul.well-list
|
%ul.well-list
|
||||||
|
|
Loading…
Reference in a new issue