implement sharing of arbitrary stuff using bookmarklet and API call, bump API version

This commit is contained in:
Andrew Dolgov
2012-09-09 16:05:59 +04:00
parent b8386ad3d1
commit 8361e72478
6 changed files with 145 additions and 4 deletions

View File

@@ -118,4 +118,28 @@ div.rss hr {
border-color : #e0e0e0;
}
body#sharepopup {
background : #88b0f0;
margin : 10px;
padding : 0px;
}
body#sharepopup h1 {
font-size : 14px;
margin : 0px;
color : #88b0f0;
}
body#sharepopup table {
background : white;
border : 1px solid black;
padding : 5px;
}
body#sharepopup form {
height : 100%;
}
body#sharepopup input {
width : 100%;
}