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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
da3e34c0
Commit
da3e34c0
authored
Feb 06, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
per-line comments css fixes
parent
5134aa97
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
11 deletions
+20
-11
app/assets/stylesheets/commits.css.scss
app/assets/stylesheets/commits.css.scss
+0
-3
app/assets/stylesheets/notes.css.scss
app/assets/stylesheets/notes.css.scss
+20
-8
No files found.
app/assets/stylesheets/commits.css.scss
View file @
da3e34c0
...
...
@@ -113,9 +113,6 @@ ul.bordered-list li:last-child { border:none }
}
tr
.line_notes_row
{
border-bottom
:
1px
solid
#DDD
;
}
/** FLASH **/
#flash_container
{
...
...
app/assets/stylesheets/notes.css.scss
View file @
da3e34c0
...
...
@@ -30,14 +30,14 @@
}
}
#notes-list
.note
.delete-note
{
display
:none
;
}
#notes-list
.note
:hover
.delete-note
{
display
:block
;
}
#notes-list
.note
{
padding
:
10px
0
;
border-bottom
:
1px
solid
#eee
;
overflow
:
hidden
;
display
:
block
;}
#notes-list
.note
img
{
float
:
left
;
margin-right
:
10px
;}
#notes-list
.note
span
.note-title
{
display
:
block
;}
#notes-list
.note
span
.note-title
{
margin-bottom
:
10px
}
#notes-list
.note
span
.note-author
{
color
:
#999
;
font-weight
:
normal
;
font-style
:
italic
;}
#notes-list
.note
span
.note-author
strong
{
font-weight
:
bold
;
font-style
:
normal
;}
.note
.delete-note
{
display
:none
;
}
.note
:hover
.delete-note
{
display
:block
;
}
.note
{
padding
:
10px
0
;
border-bottom
:
1px
solid
#eee
;
overflow
:
hidden
;
display
:
block
;}
.note
img
{
float
:
left
;
margin-right
:
10px
;}
.note
span
.note-title
{
display
:
block
;}
.note
span
.note-title
{
margin-bottom
:
10px
}
.note
span
.note-author
{
color
:
#999
;
font-weight
:
normal
;
font-style
:
italic
;}
.note
span
.note-author
strong
{
font-weight
:
bold
;
font-style
:
normal
;}
.note
.note-title
{
margin-left
:
55px
;
}
...
...
@@ -49,3 +49,15 @@ p.notify_controls input{
p
.notify_controls
span
{
font-weight
:
700
;
}
tr
.line_notes_row
{
border-bottom
:
1px
solid
#DDD
;
ul
{
margin
:
0
;
li
{
padding
:
0
;
border
:none
;
}
}
}
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