BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
9 deletions
+17
-9
common.scss
app/assets/stylesheets/common.scss
+8
-5
events.scss
app/assets/stylesheets/sections/events.scss
+7
-2
_form_errors.html.haml
app/views/projects/notes/_form_errors.html.haml
+1
-1
_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 {
}
}
.error_message
{
@extend
.cred
;
border-left
:
4px
solid
#E99
;
.error-message
{
padding
:
10px
;
margin-bottom
:
10px
;
background
:
#FEE
;
background
:
#C67
;
padding-left
:
20px
;
margin
:
0
;
color
:
#FFF
;
a
{
color
:
#fff
;
text-decoration
:
underline
;
}
&
.centered
{
text-align
:
center
;
}
...
...
app/assets/stylesheets/sections/events.scss
View file @
5067e9dc
...
...
@@ -99,7 +99,7 @@
margin-bottom
:
5px
;
.avatar
{
width
:
18px
;
margin
-top
:
3
px
;
margin
:
2px
4
px
;
}
}
...
...
@@ -118,7 +118,12 @@
}
&
.commits-stat
{
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
|
%div
=
msg
app/views/shared/_no_ssh.html.haml
View file @
5067e9dc
-
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
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