Browse Source

gixed issue with about popup not appearing. Noe issue with colophon

master
nglk 4 years ago
parent
commit
6d382a6333
  1. 11
      wells/index.html
  2. 2
      wells/static/css/style.css

11
wells/index.html

@ -41,12 +41,15 @@
</div> </div>
</div> </div>
<div class="col-md-3"> <div class="col-md-3">
<div id="about_colophon"> <div id="about">
<a href="#" >About</a>|<a href="#" >Colophon</a> <a href="#" >About</a>|
</div> </div>
<div id="showabout" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">&times</span><div>about texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf</div> <div id="colophon">
<a href="#" >Colophon</a>
</div> </div>
<div id="showcolophon" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">&times</span><div>about texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf</div> <div id="showabout" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">&times</span><div>about texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf</div>
</div><br>
<div id="showcolophon" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">&times</span><div>colophon texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf</div>
</div> </div>
</div> </div>
</div> </div>

2
wells/static/css/style.css

@ -327,7 +327,7 @@ h2 {
#showabout, #showcolophon { #showabout, #showcolophon {
display: none; display: none;
left: 20%; left: 20%;
background-image: url("../images/poster1.png"); /* background-image: url("../images/poster1.png"); */
word-wrap: break-word; word-wrap: break-word;
background-size: 100%; background-size: 100%;
width: 50%; width: 50%;

Loading…
Cancel
Save