Commit e4de71ef authored by Randall Leeds's avatar Randall Leeds

make heatmap larger and add drop shadow

parent b5dd8b42
...@@ -52,14 +52,6 @@ html { ...@@ -52,14 +52,6 @@ html {
left: 0; left: 0;
} }
.annotator-heatmap {
background: hsla(0, 0, 90%, 0.4);
position: absolute;
width: 10px;
outline: solid $gray-lighter thin;
z-index: 1;
}
//STANCE COLORS //STANCE COLORS
$positive: #3aab39; $positive: #3aab39;
$negative: #d11c2b; $negative: #d11c2b;
...@@ -128,6 +120,14 @@ $iconset: iconset_wireframe; ...@@ -128,6 +120,14 @@ $iconset: iconset_wireframe;
background-image: url("../images/#{$icon}"); } background-image: url("../images/#{$icon}"); }
// Styles for base annotator elements // Styles for base annotator elements
.annotator-heatmap {
@include tinyshadow(-1px, 0, 0.2);
background: hsla(0, 0, 90%, 0.4);
position: absolute;
width: 15px;
z-index: 1;
}
.annotator-listing { .annotator-listing {
@include reset-box-model; @include reset-box-model;
@include reset-list-style; @include reset-list-style;
...@@ -165,13 +165,13 @@ $iconset: iconset_wireframe; ...@@ -165,13 +165,13 @@ $iconset: iconset_wireframe;
height: 100%; height: 100%;
position: fixed; position: fixed;
top: 0; top: 0;
padding-left: 10px; padding-left: 15px;
} }
} }
.hyp-sidebar.collapse { .hyp-sidebar.collapse {
width: 10px; width: 15px;
margin-left: -10px; margin-left: -15px;
} }
//LOGO //LOGO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment