diff --git a/wells/index.html b/wells/index.html index 7a9f3e1..5010279 100644 --- a/wells/index.html +++ b/wells/index.html @@ -57,22 +57,22 @@ -
Bio Aşık Ali İzzet
×
+
Bio Aşık Ali İzzet
×
-
Bio
+
Bio
- +
-
+
-
+
-
+
-
+
-
+
diff --git a/wells/static/css/style.css b/wells/static/css/style.css index 2dc3e34..0d37493 100644 --- a/wells/static/css/style.css +++ b/wells/static/css/style.css @@ -182,7 +182,6 @@ stroke-dasharray:6px; font-size: .8em; padding-left: 2em; position: relative; - padding-top: 2em; } /* text area */ @@ -191,7 +190,7 @@ stroke-dasharray:6px; display: none; overflow-y: scroll; max-height: 300px; -max-width: 30%; +max-width: 40%; scroll-behavior: smooth; font-size: .6em; border: 1px black solid; @@ -260,12 +259,16 @@ h2 { @media all and (max-width: 350px) { } -draggable { +.draggable { position: absolute; /* cursor: all-scroll; */ - } +/* .scaleable-wrapper { + resize: both; + overflow: auto; + position:relative; +} */ diff --git a/wells/static/js/d3_map.js b/wells/static/js/d3_map.js index 061009f..776a5e4 100644 --- a/wells/static/js/d3_map.js +++ b/wells/static/js/d3_map.js @@ -82,7 +82,7 @@ function connectedNodes() { node.append("image") // .attr("xlink:href", "/static/images/squig2.png") - .attr("xlink:href", "/static/images/circle.png") + .attr("xlink:href", "/static/images/circleB.png") .attr("x", -8) .attr("y", -8) .attr("width", 16) @@ -191,7 +191,6 @@ function popup(name,time) { }); - }); // function stop(name) {