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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
0853eebd
Commit
0853eebd
authored
May 24, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve comments css
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
cc28b21a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
12 deletions
+6
-12
app/assets/stylesheets/sections/notes.scss
app/assets/stylesheets/sections/notes.scss
+6
-12
No files found.
app/assets/stylesheets/sections/notes.scss
View file @
0853eebd
...
...
@@ -83,6 +83,7 @@ ul.notes {
overflow
:
hidden
;
display
:
block
;
position
:relative
;
border-bottom
:
1px
solid
#eee
;
p
{
color
:
$style_color
;
}
.avatar
{
...
...
@@ -98,22 +99,16 @@ ul.notes {
.note-header
{
padding-bottom
:
3px
;
}
&
:last-child
{
border-bottom
:
none
;
}
}
.note
:target
{
-webkit-animation
:target-note
2s
linear
;
background
:
#fffff0
;
}
// paint top or bottom borders depending on notes direction
&
:not
(
.reversed
)
.note
,
&
:not
(
.reversed
)
.discussion
{
border-bottom
:
1px
solid
#eee
;
}
&
.reversed
.note
,
&
.reversed
.discussion
{
border-top
:
1px
solid
#eee
;
}
}
.diff-file
.notes_holder
{
...
...
@@ -308,14 +303,13 @@ ul.notes {
.common-note-form
{
margin
:
0
;
background
:
#F9F9F9
;
padding
:
3
px
;
padding
:
5
px
;
border
:
1px
solid
#DDD
;
}
.note-form-actions
{
background
:
#F9F9F9
;
height
:
45px
;
padding
:
0
5px
;
.note-form-option
{
margin-top
:
8px
;
...
...
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