Support note list view and sorter

This commit is contained in:
lealife
2017-02-18 20:01:43 +08:00
parent ae29119664
commit d5d853ffd3
21 changed files with 1533 additions and 261 deletions

View File

@ -268,7 +268,7 @@ a:hover {
visibility: hidden;
}
#inviteFriends {
#inviteFriends, #upgradeAccount {
position: relative;
.dot {
display: inline-block;
@ -281,6 +281,14 @@ a:hover {
background: #FF9263;
}
}
#upgradeAccountModal {
.label {
font-size: 12px;
}
.a {
color:#428bca;
}
}
#inviteUrl {
width: 400px;