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
3d751901
Commit
3d751901
authored
Jan 05, 2015
by
Wanfung Joshua Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix the wacky dashboard intro icon styling [ci skip]
parent
d884c210
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
app/assets/stylesheets/generic/common.scss
app/assets/stylesheets/generic/common.scss
+9
-3
app/views/dashboard/_zero_authorized_projects.html.haml
app/views/dashboard/_zero_authorized_projects.html.haml
+3
-3
No files found.
app/assets/stylesheets/generic/common.scss
View file @
3d751901
...
...
@@ -292,11 +292,17 @@ table {
.dashboard-intro-icon
{
float
:
left
;
text-align
:
center
;
font-size
:
32px
;
color
:
#AAA
;
padding
:
5px
0
;
width
:
50px
;
min-height
:
100px
;
width
:
60px
;
}
.dashboard-intro-text
{
display
:
inline-block
;
margin-left
:
-60px
;
padding-left
:
60px
;
width
:
100%
;
}
.broadcast-message
{
...
...
app/views/dashboard/_zero_authorized_projects.html.haml
View file @
3d751901
...
...
@@ -4,7 +4,7 @@
%div
.dashboard-intro-icon
%i
.fa.fa-bookmark-o
%div
.dashboard-intro-text
%p
.slead
You don't have access to any projects right now.
%br
...
...
@@ -24,7 +24,7 @@
%div
.dashboard-intro-icon
%i
.fa.fa-users
%div
.dashboard-intro-text
%p
.slead
You can create a group for several dependent projects.
%br
...
...
@@ -38,7 +38,7 @@
%div
.dashboard-intro-icon
%i
.fa.fa-globe
%div
.dashboard-intro-text
%p
.slead
There are
%strong
=
@publicish_project_count
...
...
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