diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-25 19:36:38 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-25 19:40:20 +0000 |
| commit | 46224ce156a9a2782a21172c39c40968db7f89e0 (patch) | |
| tree | 2ac7ec52d115e0748641c304e11432029f9c891e /app/static | |
| parent | Add assignment template (diff) | |
| download | AnnotateChange-46224ce156a9a2782a21172c39c40968db7f89e0.tar.gz AnnotateChange-46224ce156a9a2782a21172c39c40968db7f89e0.zip | |
first working version of pan + zoom + click
Diffstat (limited to 'app/static')
| -rw-r--r-- | app/static/annotate.css | 27 |
1 files changed, 4 insertions, 23 deletions
diff --git a/app/static/annotate.css b/app/static/annotate.css index d6e30fc..0ee40f6 100644 --- a/app/static/annotate.css +++ b/app/static/annotate.css @@ -3,25 +3,6 @@ text-align: center; } -/* -path { - stroke-width: 2; - fill: none; -} - -.axis path, .axis line { - fill: none; - stroke: grey; - stroke-width: 1; - shape-rendering: crispEdges; -} - -#changepoint-table { - margin: 0 auto; -} - -*/ - .line { fill: none; stroke: blue; @@ -33,8 +14,8 @@ circle { fill: blue; } -.zoom { - cursor: move; - fill: none; - pointer-events: fill; +rect { + fill: white; + opacity: 0; } + |
