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
200956ef
Commit
200956ef
authored
Aug 21, 2013
by
gergely-ujvari
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #656 from hypothesis/CSStweaksV1-2
CSS tweaks for tags, search, and other small things
parents
7dd717ad
a6e05b8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
8 deletions
+45
-8
common.scss
h/css/common.scss
+45
-7
tag-it.js
h/lib/tag-it.js
+0
-1
No files found.
h/css/common.scss
View file @
200956ef
...
...
@@ -628,7 +628,7 @@ blockquote {
@include
smallshadow
;
background
:
$white
;
border
:
solid
1px
$grayLighter
;
height
:
2
.25
em
;
height
:
2em
;
position
:
fixed
;
left
:
-1px
;
right
:
-1px
;
...
...
@@ -880,6 +880,7 @@ blockquote {
margin-left
:
1
.5em
;
.share-text
{
width
:
100%
;
margin-bottom
:
4px
;
}
}
}
...
...
@@ -1093,6 +1094,7 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
background
:
none
;
clear
:
both
;
margin-top
:
.2em
;
margin-bottom
:
.2em
;
.tagit-close
{
cursor
:
pointer
;
...
...
@@ -1118,8 +1120,10 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
margin
:
.6em
.2em
;
padding
:
.01em
1
.3em
.01em
.3em
;
position
:
relative
;
right
:
2px
;
font-size
:
12px
;
opacity
:
0
.7
;
opacity
:
0
.8
;
&
:hover
{
opacity
:
1
;
}
...
...
@@ -1147,13 +1151,23 @@ h3.stream {
}
//Visual Search////////////////////////////////
//
Imported
their css here
//
Override
their css here
.collapsed-container
{
height
:
1em
;
visibility
:
hidden
;
}
.VS-search
.search_facet
{
float
:
left
;
margin
:
0
;
padding
:
0
0
0
14px
;
position
:
relative
;
border
:
1px
solid
transparent
;
height
:
20px
;
margin
:
3px
-8px
4px
0
;
}
.small-inner
{
margin
:
0px
0
.5em
0px
1em
;
}
...
...
@@ -1164,6 +1178,30 @@ h3.stream {
overflow
:
hidden
;
}
.VS-search
.VS-search-box
{
min-height
:
20px
;
height
:
24px
;
}
.VS-search
.VS-icon-search
{
position
:
absolute
;
left
:
9px
;
top
:
7px
;
}
.VS-search
.VS-icon-cancel
{
position
:
absolute
;
right
:
9px
;
top
:
7px
;
}
.VS-search
.VS-search-inner
{
position
:
relative
;
margin
:
0
20px
0
22px
;
overflow
:
hidden
;
display
:
block
;
}
.visual-search
{
.VS-search
.VS-search-box
{
border
:
0
;
...
...
@@ -1214,10 +1252,10 @@ h3.stream {
}
.fadeIn-setup
,
.fadeOut-setup
{
-webkit-transition
:
1
s
linear
opacity
;
-moz-transition
:
1
s
linear
opacity
;
-o-transition
:
1
s
linear
opacity
;
transition
:
1
s
linear
opacity
;
-webkit-transition
:
.25
s
linear
opacity
;
-moz-transition
:
.25
s
linear
opacity
;
-o-transition
:
.25
s
linear
opacity
;
transition
:
.25
s
linear
opacity
;
}
.fadeIn-setup
{
...
...
h/lib/tag-it.js
View file @
200956ef
...
...
@@ -551,4 +551,3 @@
});
})(
jQuery
);
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