Made upvote button close menu and downvote show message

This commit is contained in:
Ajay Ramachandran
2019-07-15 20:38:26 -04:00
parent 987b7b036c
commit 255f049c96
2 changed files with 38 additions and 0 deletions

View File

@@ -37,6 +37,20 @@
margin-top: 0px;
}
#sponsorTimesThanksForVotingText {
font-size: 20px;
font-weight: bold;
color: #000000;
text-align: center;
}
#sponsorTimesThanksForVotingInfoText {
font-size: 12px;
font-weight: bold;
color: #000000;
text-align: center;
}
.voteButton {
height: 32px;
margin-right: 15px;