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
d9b15fc1
Commit
d9b15fc1
authored
Nov 21, 2012
by
Riyad Preukschas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Crop and rename the add diff note image
parent
494ae878
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
app/assets/images/comment_add.png
app/assets/images/comment_add.png
+0
-0
app/assets/images/diff_note_add.png
app/assets/images/diff_note_add.png
+0
-0
app/assets/stylesheets/sections/notes.scss
app/assets/stylesheets/sections/notes.scss
+8
-7
No files found.
app/assets/images/comment_add.png
deleted
100644 → 0
View file @
494ae878
781 Bytes
app/assets/images/diff_note_add.png
0 → 100644
View file @
d9b15fc1
691 Bytes
app/assets/stylesheets/sections/notes.scss
View file @
d9b15fc1
...
...
@@ -191,14 +191,14 @@ p.notify_controls span{
*/
.diff_file
tr
.line_holder
{
.add-diff-note
{
position
:absolute
;
margin-left
:
-70px
;
margin-top
:
-10px
;
z-index
:
10
;
background
:
url("comment_add.png")
no-repeat
left
0
;
width
:
32px
;
height
:
32px
;
background
:
url("diff_note_add.png")
no-repeat
left
0
;
height
:
22px
;
margin-left
:
-65px
;
position
:
absolute
;
width
:
22px
;
z-index
:
10
;
// "hide" it by default
opacity
:
0
.0
;
filter
:
alpha
(
opacity
=
0
);
...
...
@@ -208,6 +208,7 @@ p.notify_controls span{
}
}
// "show" the icon also if we just hover somwhere over the line
&
:hover
>
td
{
background
:
$hover
!
important
;
...
...
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