Added copy URL functionality

This commit is contained in:
John Crepezzi 2011-11-27 15:34:09 -05:00
parent c4a5184962
commit 4233e58995
7 changed files with 343 additions and 9 deletions

View file

@ -68,6 +68,10 @@ textarea {
display: inline-block;
}
#key .box2 .link embed {
vertical-align: bottom; /* fix for zeroClipboard style */
}
#key .box2 .function.enabled:hover {
cursor: hand;
cursor: pointer;