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
9b020a4b
Commit
9b020a4b
authored
Jul 29, 2015
by
Randall Leeds
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2394 from hypothesis/frontend-fixes
Two front-end fixes
parents
4c7dfada
98c865c6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
annotations.scss
h/static/styles/annotations.scss
+1
-0
threads.scss
h/static/styles/threads.scss
+2
-5
annotation.html
h/templates/client/annotation.html
+1
-1
No files found.
h/static/styles/annotations.scss
View file @
9b020a4b
...
...
@@ -184,6 +184,7 @@ privacy {
.annotation-collapsed-replies
{
display
:
inline
;
margin-left
:
.25em
;
}
}
}
h/static/styles/threads.scss
View file @
9b020a4b
...
...
@@ -63,12 +63,9 @@ $thread-padding: 1em;
}
}
.thread-message
{
margin-bottom
:
.5em
;
}
.thread-message
,
.thread-deleted
{
margin
:
.
8
em
0
;
margin
:
.
5
em
0
;
}
.thread-load-more
{
...
...
h/templates/client/annotation.html
View file @
9b020a4b
...
...
@@ -103,7 +103,7 @@
</tags-input>
</div>
<div
class=
"annotation-
section
tags tags-read-only"
<div
class=
"annotation-
body
tags tags-read-only"
ng-if=
"vm.annotation.tags.length && !vm.editing"
>
<ul
class=
"tag-list"
>
<li
class=
"tag-item"
ng-repeat=
"tag in vm.annotation.tags"
>
...
...
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