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
Jérome Perrin
gitlab-ce
Commits
5067e9dc
Commit
5067e9dc
authored
Jul 04, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor UI improve for dashboard events
parent
5f0b50db
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
9 deletions
+17
-9
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+8
-5
app/assets/stylesheets/sections/events.scss
app/assets/stylesheets/sections/events.scss
+7
-2
app/views/projects/notes/_form_errors.html.haml
app/views/projects/notes/_form_errors.html.haml
+1
-1
app/views/shared/_no_ssh.html.haml
app/views/shared/_no_ssh.html.haml
+1
-1
No files found.
app/assets/stylesheets/common.scss
View file @
5067e9dc
...
@@ -311,14 +311,17 @@ li.note {
...
@@ -311,14 +311,17 @@ li.note {
}
}
}
}
.error_message
{
.error-message
{
@extend
.cred
;
border-left
:
4px
solid
#E99
;
padding
:
10px
;
padding
:
10px
;
margin-bottom
:
10px
;
background
:
#C67
;
background
:
#FEE
;
padding-left
:
20px
;
padding-left
:
20px
;
margin
:
0
;
color
:
#FFF
;
a
{
color
:
#fff
;
text-decoration
:
underline
;
}
&
.centered
{
&
.centered
{
text-align
:
center
;
text-align
:
center
;
}
}
...
...
app/assets/stylesheets/sections/events.scss
View file @
5067e9dc
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
margin-bottom
:
5px
;
margin-bottom
:
5px
;
.avatar
{
.avatar
{
width
:
18px
;
width
:
18px
;
margin
-top
:
3
px
;
margin
:
2px
4
px
;
}
}
}
}
...
@@ -118,7 +118,12 @@
...
@@ -118,7 +118,12 @@
}
}
&
.commits-stat
{
&
.commits-stat
{
display
:
block
;
display
:
block
;
margin-top
:
5px
;
padding
:
3px
;
margin-top
:
3px
;
&
:hover
{
background
:
none
;
}
}
}
}
}
}
}
...
...
app/views/projects/notes/_form_errors.html.haml
View file @
5067e9dc
.error
_
message.js-errors
.error
-
message.js-errors
-
note
.
errors
.
full_messages
.
each
do
|
msg
|
-
note
.
errors
.
full_messages
.
each
do
|
msg
|
%div
=
msg
%div
=
msg
app/views/shared/_no_ssh.html.haml
View file @
5067e9dc
-
if
current_user
.
require_ssh_key?
-
if
current_user
.
require_ssh_key?
%p
.error
_
message.centered
%p
.error
-
message.centered
You won't be able to pull or push project code via SSH until you
#{
link_to
'add an SSH key'
,
new_profile_key_path
}
to your profile
You won't be able to pull or push project code via SSH until you
#{
link_to
'add an SSH key'
,
new_profile_key_path
}
to your profile
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