Remove old menu and UI, link clipboards between connections.

This commit is contained in:
Michael Jumper
2012-11-04 15:58:59 -08:00
parent 68b53e0c08
commit bf7a973477
10 changed files with 54 additions and 469 deletions

View File

@@ -360,3 +360,11 @@ div#recent-connections .protocol {
.caption .name {
margin-left: 0.25em;
}
#clipboardDiv {
padding: 1em;
}
#clipboardDiv textarea {
width: 100%;
}