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
c6f5055a
Commit
c6f5055a
authored
Jun 06, 2012
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make the heatmap larger; sass variable
parent
6c31cb14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
14 deletions
+16
-14
app.scss
hypothesis/sass/app.scss
+16
-14
No files found.
hypothesis/sass/app.scss
View file @
c6f5055a
...
...
@@ -2,6 +2,18 @@
@import
'compass'
;
@import
'compass/reset/utilities'
;
//STANCE COLORS
$positive
:
#3aab39
;
$negative
:
#d11c2b
;
$neutral
:
#0171ba
;
//OTHER VARIABLES
$thread-padding
:
1
.5em
;
$score-width
:
40px
;
$score-height
:
$score-width
;
$sidepane-width
:
510px
;
$heatmap-width
:
27px
;
/* Annotator styles */
.annotator-adder
{
...
...
@@ -42,19 +54,9 @@
.annotator-wrapper
{
position
:
relative
;
padding-right
:
$heatmap-width
;
}
//STANCE COLORS
$positive
:
#3aab39
;
$negative
:
#d11c2b
;
$neutral
:
#0171ba
;
//OTHER VARIABLES
$thread-padding
:
1
.5em
;
$score-width
:
40px
;
$score-height
:
$score-width
;
$sidepane-width
:
510px
;
//ANNOTATOR TEXT STYLES
@mixin
primarytext
{
font-weight
:
bold
;
...
...
@@ -116,7 +118,7 @@ $iconset: iconset_wireframe;
@include
tinyshadow
(
-1px
,
0
,
0
.2
);
background
:
hsla
(
0
,
0
,
90%
,
0
.4
);
position
:
fixed
;
width
:
15px
;
width
:
$heatmap-width
;
z-index
:
1
;
}
...
...
@@ -163,12 +165,12 @@ $iconset: iconset_wireframe;
position
:
fixed
;
top
:
0
;
overflow-y
:
auto
;
padding-left
:
15px
;
padding-left
:
$heatmap-width
;
}
}
.hyp-sidebar.hyp-collapsed
{
margin-left
:
-
15px
;
margin-left
:
-
$heatmap-width
;
width
:
0
;
.annotator-outer
{
...
...
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