Hide menu on connect, remove rounded edges of clipboard, separate menu hide/show code into own file.

This commit is contained in:
Michael Jumper
2011-11-19 23:05:12 -08:00
parent 8aa228a290
commit cd7ffd4e63
3 changed files with 59 additions and 60 deletions

View File

@@ -125,10 +125,6 @@ div#clipboardDiv {
padding: 1em;
border: 1px solid black;
-khtml-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
width: 50em;
opacity: 0.5;