Skip to content

Commit

Permalink
network: what do you think? -- repos copyright, buttons to minimise n…
Browse files Browse the repository at this point in the history
…ode cover
  • Loading branch information
computermacgyver committed Oct 12, 2012
1 parent a8b2491 commit b11c36e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 24 deletions.
32 changes: 11 additions & 21 deletions network/css/style.css
Expand Up @@ -66,7 +66,8 @@ canvas#sigma_bg_1 {
word-wrap: break-word;
background-color:rgba(255,255,255,0.8);
border-left: 1px solid #ccc;
padding: 0px 18px 0px 18px;
padding: 0px 18px 0px 18px;
z-index: 1;
}


Expand Down Expand Up @@ -448,8 +449,10 @@ margin-left: 5px;

#copyright {
margin:0 auto;
width:300px;
margin-top:30px;
position: fixed;
right: 40px;
bottom: 25px;
z-index:0;
}

#copyright a {
Expand All @@ -460,32 +463,19 @@ color: #000;
display: none;
}

#zoomcontainer {
position:fixed;
bottom:0px;
margin:0px auto;
padding:0;
text-align:center;
width: 100px;
margin-left: -50px;
left: 50%;
/*width:100%;*/
/*margin-left: auto ;
margin-right: auto ;
margin: 0px auto;*/
}

#zoom {
margin-bottom: 20px;
margin:0 auto;
z-index:999;
position: fixed;
left: 45%;
bottom: 25px;
margin:0 auto;
padding: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width:200px;
text-align:left;
}

Expand Down
3 changes: 0 additions & 3 deletions network/index.html
Expand Up @@ -68,15 +68,12 @@ <h2>Legend:</h2>
<div id="information">
</div>
</div>
<div id="zoomcontainer">
<div id="zoom">
<div class="z" rel="in"></div> <div class="z" rel="out"></div> <div class="z" rel="center"></div>
<div style="clear:both"></div>
</div>
<div id="copyright">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="images/CC.png" /></a></div>
</div>
</div>
<div id="attributepane">
<div class="text">
<div title="Close" class="left-close returntext"><div class="c cf"><span>Return to the full network</span></div></div>
Expand Down

1 comment on commit b11c36e

@jthrilly
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great to me. Nice work.

Please sign in to comment.