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
6f9257ce
Commit
6f9257ce
authored
Jun 07, 2012
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tighten slide-out style
fixes #61
parent
510df459
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
16 deletions
+6
-16
app.scss
hypothesis/sass/app.scss
+5
-15
site.scss
hypothesis/sass/site.scss
+1
-1
No files found.
hypothesis/sass/app.scss
View file @
6f9257ce
...
...
@@ -117,7 +117,7 @@ $iconset: iconset_wireframe;
.annotator-heatmap
{
@include
tinyshadow
(
-1px
,
0
,
0
.2
);
background
:
hsla
(
0
,
0
,
90%
,
0
.4
);
position
:
fixed
;
position
:
absolute
;
top
:
0
;
margin-left
:
-
$heatmap-width
;
width
:
$heatmap-width
;
...
...
@@ -135,7 +135,7 @@ $iconset: iconset_wireframe;
// Styles for the sidebar
.hyp-sidebar
{
@include
single-transition
(
'margin-left
,width
'
,
0
.6s
,
ease-in-out
);
@include
single-transition
(
'margin-left'
,
0
.6s
,
ease-in-out
);
background
:
url('../images/noise_1.png')
;
background-attachment
:
fixed
;
color
:
#666666
;
...
...
@@ -143,7 +143,7 @@ $iconset: iconset_wireframe;
font-size
:
$font-size
/
$em
*
.8
;
height
:
100%
;
line-height
:
$line-height
/
$em
*
.8
;
position
:
absolute
;
position
:
fixed
;
top
:
0
;
left
:
100%
;
z-index
:
500
;
...
...
@@ -164,22 +164,12 @@ $iconset: iconset_wireframe;
}
.annotator-outer
{
@include
single-transition
(
margin-left
,
0
.6s
,
ease-in-out
);
height
:
100%
;
position
:
fixed
;
top
:
0
;
overflow-y
:
auto
;
padding-left
:
$heatmap-width
;
padding
:
0
1em
;
}
}
.hyp-sidebar.hyp-collapsed
{
margin-left
:
-
$heatmap-width
;
width
:
0
;
.annotator-outer
{
margin-left
:
100%
;
}
margin-left
:
0
;
}
//LOGO
...
...
hypothesis/sass/site.scss
View file @
6f9257ce
...
...
@@ -216,7 +216,7 @@ span.error {
}
}
.toolbar
#content
{
padding-top
:
2em
;
}
.toolbar
.
annotator-outer
{
margin
-top
:
(
$font-size
+
2
)
/
$font-size
*
3em
;
}
.toolbar
.
hyp-sidebar
{
padding
-top
:
(
$font-size
+
2
)
/
$font-size
*
3em
;
}
}
/*
...
...
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