1
0
Fork 0

Support of "share" through the API.

This commit is contained in:
Michael Vogel 2012-12-30 21:30:39 +01:00
commit ad287914c7
2 changed files with 17 additions and 4 deletions

View file

@ -1258,7 +1258,8 @@ border-bottom: 1px solid #D2D2D2;
#profile-jot-form #profile-jot-text {
height: 2.0em;
width: 99%;
/* width: 99%; */
width: 752px;
font-size: 15px;
color: #999999;
border: 1px solid #DDD;
@ -1272,7 +1273,8 @@ border-bottom: 1px solid #D2D2D2;
font-weight: bold;
height: 20px;
margin: 0 0 5px;
width: 60%;
/* width: 60%; */
width: 762px;
border: 1px solid #d2d2d2;
}