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
cbbd1daf
Commit
cbbd1daf
authored
Jul 24, 2013
by
Ujvari Gergely
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Css changes:
- Using '-' instead of '_' - sidebar does not resize when search bar grows
parent
121eecf0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
common.scss
h/css/common.scss
+7
-8
services.coffee
h/js/services.coffee
+1
-1
No files found.
h/css/common.scss
View file @
cbbd1daf
...
...
@@ -624,13 +624,12 @@ blockquote {
@include
smallshadow
;
background
:
$white
;
border
:
solid
1px
$grayLighter
;
height
:
2em
;
height
:
2
.25
em
;
position
:
fixed
;
left
:
-1px
;
right
:
-1px
;
top
:
.5em
;
z-index
:
5
;
height
:
auto
;
.barbutton
{
&
:hover
{
...
...
@@ -1153,12 +1152,12 @@ h3.stream {
overflow
:
hidden
;
}
.visual
_
search
{
.visual
-
search
{
.VS-search
.VS-search-box
{
height
:
1em
;
border
:
0
;
min-height
:
24px
;
margin-top
:
2px
;
min-height
:
22px
;
margin-top
:
1px
;
margin-bottom
:
1px
;
}
.VS-search
input
,
.VS-search
.VS-input-width-tester
{
...
...
@@ -1169,13 +1168,13 @@ h3.stream {
}
}
.visual
_
container
{
.visual
-
container
{
margin-left
:
3em
;
}
.magnify-glass
{
width
:
2
.25em
;
min-height
:
2
8
px
;
min-height
:
2
2
px
;
}
.magnify-glass
.VS-icon
{
...
...
h/js/services.coffee
View file @
cbbd1daf
...
...
@@ -123,7 +123,7 @@ class Hypothesis extends Annotator
@
user_filter
=
$filter
(
'userName'
)
@
visualSearch
=
VS
.
init
container
:
$
(
'.visual
_
search'
)
container
:
$
(
'.visual
-
search'
)
query
:
''
callbacks
:
search
:
(
query
,
searchCollection
)
=>
...
...
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