Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
79a3ee24
Commit
79a3ee24
authored
Dec 23, 2014
by
Aron Carroll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1831 from hypothesis/1808-fix-cc0-message-style-alt
Remove negative margin on thread reply counts.
parents
368fc518
928842d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
annotations.scss
h/static/styles/annotations.scss
+9
-5
threads.scss
h/static/styles/threads.scss
+2
-6
annotation.html
h/templates/client/annotation.html
+1
-1
No files found.
h/static/styles/annotations.scss
View file @
79a3ee24
...
...
@@ -6,7 +6,6 @@
font-family
:
$sans-font-family
;
font-weight
:
300
;
position
:
relative
;
@include
pie-clearfix
;
&
:hover
.annotation-timestamp
,
&
:hover
.reply-count
{
color
:
$link-color
;
...
...
@@ -20,10 +19,15 @@
&
:focus
{
outline
:
0
;
}
}
.annotation-header
{
margin-bottom
:
.8em
}
.annotation-section
{
margin
:
.8em
0
}
.annotation-target
{
margin
:
.8em
0
}
.annotation-footer
{
margin-top
:
.8em
}
.annotation-section
,
.annotation-header
,
.annotation-footer
{
@include
pie-clearfix
;
margin
:
.8em
0
;
}
.annotation-header
{
margin-top
:
0
}
.annotation-footer
{
margin-bottom
:
0
}
.annotation-user
{
color
:
$text-color
;
...
...
h/static/styles/threads.scss
View file @
79a3ee24
...
...
@@ -22,6 +22,7 @@ $threadexp-width: .6em;
}
.thread
{
@include
pie-clearfix
;
cursor
:
pointer
;
position
:
relative
;
...
...
@@ -101,7 +102,7 @@ $threadexp-width: .6em;
}
.thread-message
{
margin-bottom
:
.
8
em
;
margin-bottom
:
.
5
em
;
}
.thread-deleted
{
...
...
@@ -109,11 +110,6 @@ $threadexp-width: .6em;
margin-bottom
:
2
.8em
;
}
.thread-reply
{
margin-top
:
-2
.153em
;
margin-bottom
:
.8em
;
}
.thread-message
:hover
+
.thread-reply
{
.reply-count
{
color
:
$link-color
;
...
...
h/templates/client/annotation.html
View file @
79a3ee24
...
...
@@ -42,7 +42,7 @@
</header>
<!-- Excerpts -->
<section
class=
"annotation-
target
"
<section
class=
"annotation-
section
"
ng-repeat=
"target in vm.annotation.target track by $index"
>
<blockquote
class=
"annotation-quote"
ng-hide=
"target.diffHTML && vm.showDiff"
...
...
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