two-way subscriptions working with federated social accounts
This commit is contained in:
parent
1335ef7595
commit
c16f314ec3
15 changed files with 356 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue