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
Boxiang Sun
gitlab-ce
Commits
560e717f
Commit
560e717f
authored
Jan 06, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
parents
0adc2689
165199cb
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
8 deletions
+23
-8
app/assets/stylesheets/generic/common.scss
app/assets/stylesheets/generic/common.scss
+9
-3
app/assets/stylesheets/generic/forms.scss
app/assets/stylesheets/generic/forms.scss
+6
-1
app/assets/stylesheets/sections/events.scss
app/assets/stylesheets/sections/events.scss
+5
-1
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 @
560e717f
...
...
@@ -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/assets/stylesheets/generic/forms.scss
View file @
560e717f
...
...
@@ -31,7 +31,12 @@ fieldset legend {
margin-bottom
:
18px
;
background-color
:
whitesmoke
;
border-top
:
1px
solid
#e5e5e5
;
}
@media
(
min-width
:
$screen-sm-min
)
{
.form-actions
{
padding-left
:
17%
;
}
}
label
{
...
...
app/assets/stylesheets/sections/events.scss
View file @
560e717f
...
...
@@ -145,8 +145,12 @@
* Last push widget
*/
.event-last-push
{
overflow
:
auto
;
.event-last-push-text
{
@include
str-truncated
(
75%
);
@include
str-truncated
(
100%
);
float
:left
;
margin-right
:
-150px
;
padding-right
:
150px
;
line-height
:
24px
;
}
}
...
...
app/views/dashboard/_zero_authorized_projects.html.haml
View file @
560e717f
...
...
@@ -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