CC-4725: Have a "share" button on the popup player

-done
This commit is contained in:
denise 2013-01-03 13:13:27 -05:00
parent 91caec8a75
commit 59f3826055
2 changed files with 62 additions and 13 deletions

View file

@ -2955,3 +2955,38 @@ dd .stream-status {
.edit-user-global input {
width: 170px;
}
.jp-container a#popup-link {
width: 104px;
border: 1px solid black;
font-size: 13px;
font-weight: bold;
text-decoration: none;
margin-top:3px;
text-align: center;
right: 16px;
position: absolute;
top: 40px;
color: #FF5D1A
}
#popup-share {
display:none;
position: fixed;
width:360px;
height: 26px;
margin-left:8px;
margin-right: 150px;
margin-top: 0px;
border:1px solid black;
background-color:#282828;
padding:10px;
z-index:102;
font-size:10pt;
font-weight:bold;
}
#popup-share-link {
width: 320px;
}