Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
19ab03f4
Commit
19ab03f4
authored
Apr 01, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor design improvements
parent
0e9080e3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
8 deletions
+9
-8
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+3
-2
app/views/dashboard/_groups.html.haml
app/views/dashboard/_groups.html.haml
+2
-2
app/views/dashboard/_projects.html.haml
app/views/dashboard/_projects.html.haml
+2
-2
app/views/dashboard/_teams.html.haml
app/views/dashboard/_teams.html.haml
+2
-2
No files found.
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
View file @
19ab03f4
...
...
@@ -100,8 +100,9 @@
margin-top
:
0
;
}
.btn-tiny
{
@include
box-shadow
(
0
0px
0px
1px
#f1f1f1
);
.btn
{
position
:
relative
;
top
:
-2px
;
}
.nav-pills
{
...
...
app/views/dashboard/_groups.html.haml
View file @
19ab03f4
.ui-box
%h5
.title
Groups
%s
mall
%s
pan
.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
...
...
app/views/dashboard/_projects.html.haml
View file @
19ab03f4
.ui-box
%h5
.title
Projects
%s
mall
%s
pan
.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
...
...
app/views/dashboard/_teams.html.haml
View file @
19ab03f4
.ui-box.teams-box
%h5
.title
Teams
%s
mall
%s
pan
.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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment