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
Tatuya Kamada
gitlab-ce
Commits
f6f72d4b
Commit
f6f72d4b
authored
Jan 21, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
per line comment improved
parent
f4e3ec29
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
34 deletions
+35
-34
app/assets/stylesheets/commits.css.scss
app/assets/stylesheets/commits.css.scss
+32
-4
app/assets/stylesheets/projects.css.scss
app/assets/stylesheets/projects.css.scss
+0
-27
app/views/notes/_form.html.haml
app/views/notes/_form.html.haml
+1
-1
app/views/notes/_per_line_form.html.haml
app/views/notes/_per_line_form.html.haml
+2
-2
No files found.
app/assets/stylesheets/commits.css.scss
View file @
f6f72d4b
...
...
@@ -148,16 +148,44 @@ ul.bordered-list li:last-child { border:none }
}
.per_line_form
{
background
:
#79C3E0
;
font-family
:
"Helvetica"
,
sans-serif
;
background
:
#2FA0BB
;
td
{
padding
:
0
;
}
form
{
width
:
743px
;
margin
:
5px
;
width
:
756px
;
border
:
1px
solid
#CCC
;
padding
:
20px
;
background
:
white
;
}
}
tr
.line_notes_row
{
font-family
:
"Helvetica"
,
sans-serif
;
&
:hover
{
background
:none
;
}
td
{
margin
:
0px
;
padding
:
0px
;
border-bottom
:
1px
solid
#DEE2E3
;
.hide-button
{
color
:
#c33
;
ul
{
display
:block
;
list-style
:none
;
margin
:
0px
;
padding
:
0px
;
li
{
border-top
:
1px
solid
#DEE2E3
;
padding
:
10px
;
}
}
}
}
app/assets/stylesheets/projects.css.scss
View file @
f6f72d4b
...
...
@@ -566,33 +566,6 @@ a.project-update.titled {
}
tr
.line_notes_row
{
&
:hover
{
background
:none
;
}
td
{
margin
:
0px
;
padding
:
0px
;
border-bottom
:
1px
solid
#DEE2E3
;
ul
{
display
:block
;
list-style
:none
;
margin
:
0px
;
padding
:
0px
;
li
{
border-top
:
1px
solid
#DEE2E3
;
padding
:
10px
;
.delete-note
{
display
:none
;
}
}
}
}
}
.new-project-hodler
{
padding
:
20px
;
...
...
app/views/notes/_form.html.haml
View file @
f6f72d4b
...
...
@@ -34,4 +34,4 @@
.clear
%br
=
f
.
submit
'Add note'
,
:class
=>
"
grey
-button"
,
:id
=>
"submit_note"
=
f
.
submit
'Add note'
,
:class
=>
"
positive
-button"
,
:id
=>
"submit_note"
app/views/notes/_per_line_form.html.haml
View file @
f6f72d4b
...
...
@@ -21,9 +21,9 @@
.clear
%br
=
f
.
submit
'Add note'
,
:class
=>
"
grey
-button"
,
:id
=>
"submit_note"
=
f
.
submit
'Add note'
,
:class
=>
"
positive
-button"
,
:id
=>
"submit_note"
.right
=
link_to
"
remove"
,
"#"
,
:class
=>
"
hide-button"
=
link_to
"
Close"
,
"#"
,
:class
=>
"grey-button
hide-button"
:javascript
$
(
function
(){
...
...
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