1
0
Fork 0

two-way subscriptions working with federated social accounts

This commit is contained in:
Mike Macgirvin 2010-10-25 21:52:30 -07:00
commit c16f314ec3
15 changed files with 356 additions and 34 deletions

View file

@ -32,9 +32,12 @@ input, select {
border: 1px solid #858585;
}
input:hover {
background-color: #29BBF2;
color: #F5F6FB;
border: 1px solid #F5F6FB;
/* background-color: #49dbFa; */
color: black;
/* color: #F5F6FB; */
/* border: 1px solid #F5F6FB; */
cursor: pointer;
}
option {
@ -1550,6 +1553,16 @@ a.mail-list-link:hover {
margin-top: 10px;
}
#side-follow-wrapper {
margin-top: 20px;
}
#side-follow-url {
margin-top: 5px;
}
#side-follow-submit {
margin-top: 15px;
}
.photo-album-image-wrapper {
float: left;
margin-top: 15px;