Commit d8c085a3 authored by Randall Leeds's avatar Randall Leeds

whitespace -> tabs to spaces

parent c6f5055a
...@@ -17,43 +17,43 @@ $heatmap-width: 27px; ...@@ -17,43 +17,43 @@ $heatmap-width: 27px;
/* Annotator styles */ /* Annotator styles */
.annotator-adder { .annotator-adder {
background-image: url(../annotator/img/annotator-icon-sprite.png); background-image: url(../annotator/img/annotator-icon-sprite.png);
background-repeat: no-repeat; background-repeat: no-repeat;
margin-top: -48px; margin-top: -48px;
margin-left: -24px; margin-left: -24px;
width: 48px; width: 48px;
height: 48px; height: 48px;
background-position: left top; background-position: left top;
position: absolute; position: absolute;
z-index: 999; z-index: 999;
} }
.annotator-adder:hover { .annotator-adder:hover {
background-position: center top; background-position: center top;
} }
.annotator-adder:active { .annotator-adder:active {
background-position: center right; background-position: center right;
} }
.annotator-adder button { .annotator-adder button {
display: block; display: block;
width: 36px; width: 36px;
height: 41px; height: 41px;
margin: 0 auto; margin: 0 auto;
border: none; border: none;
background: none; background: none;
text-indent: -999em; text-indent: -999em;
cursor: pointer; cursor: pointer;
} }
.annotator-hide { .annotator-hide {
display: none; display: none;
visibility: hidden; visibility: hidden;
} }
.annotator-wrapper { .annotator-wrapper {
position: relative; position: relative;
padding-right: $heatmap-width; padding-right: $heatmap-width;
} }
...@@ -128,7 +128,7 @@ $iconset: iconset_wireframe; ...@@ -128,7 +128,7 @@ $iconset: iconset_wireframe;
} }
.annotator-hl.hyp-active { .annotator-hl.hyp-active {
background: rgba(255, 255, 10, 0.3); background: rgba(255, 255, 10, 0.3);
} }
// Styles for the sidebar // Styles for the sidebar
...@@ -665,9 +665,9 @@ $threadexp-width: 1em; ...@@ -665,9 +665,9 @@ $threadexp-width: 1em;
} }
/* /*
Mobile layout Mobile layout
240–479 px 240–479 px
Zoomed out below 320 px Zoomed out below 320 px
*/ */
@media screen and (min-width: 15em) { @media screen and (min-width: 15em) {
...@@ -681,9 +681,9 @@ $threadexp-width: 1em; ...@@ -681,9 +681,9 @@ $threadexp-width: 1em;
} }
/* /*
Wide mobile layout Wide mobile layout
480-767 px 480-767 px
Zoomed in above 480 px Zoomed in above 480 px
*/ */
@media screen and (min-width: 30em) { @media screen and (min-width: 30em) {
...@@ -697,9 +697,9 @@ $threadexp-width: 1em; ...@@ -697,9 +697,9 @@ $threadexp-width: 1em;
} }
/* /*
Tablet layout Tablet layout
600-911 px 600-911 px
Zoomed in above 600 px Zoomed in above 600 px
*/ */
@media screen and (min-width: 37.5em) { @media screen and (min-width: 37.5em) {
...@@ -713,18 +713,18 @@ $threadexp-width: 1em; ...@@ -713,18 +713,18 @@ $threadexp-width: 1em;
} }
/* /*
Widescreen layout Widescreen layout
912-1887 px 912-1887 px
Zoomed in above 912 px Zoomed in above 912 px
*/ */
@media screen and (min-width: 57em) { @media screen and (min-width: 57em) {
} }
/* /*
Huge-screen layout Huge-screen layout
1888-2520 px 1888-2520 px
Zoomed in above 1920 px Zoomed in above 1920 px
*/ */
@media screen and (min-width: 118em) { @media screen and (min-width: 118em) {
......
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