Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Polish voting page - Closes #344 #384

Merged
merged 10 commits into from
Jun 12, 2017
Merged

Conversation

yasharAyari
Copy link
Contributor

  • Make the vote checkboxes more prominent (blue like on login page)
  • Highlight voted delegate row in blue (similarly to currently used red/green)
  • Change "Confirm vote" to "Confirm" in vote dialog button.

@reyraa reyraa changed the title 344 polish voting page Polish voting page - #344 Jun 10, 2017
@reyraa reyraa changed the title Polish voting page - #344 Polish voting page - Closes #344 Jun 10, 2017
@@ -34,7 +34,7 @@ delegates {
background-color: rgb(255, 228, 220);
}
.pending {
background-color: #eaeae9;
background-color: rgb(204, 231, 236);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Highlight voted delegate row in blue (similarly to currently used red/green)

This was supposed to mean something else. Sorry that my description was ambiguous. Pending votes should stay gray, but not pending placed votes should be blue. That is the state when the checkbox is checked and (currently) the background is white.

Also, I personally find the blue you chose bit too greenish, I like more something like #d6f0ff

@@ -36,6 +36,9 @@ delegates {
.pending {
background-color: #eaeae9;
}
.voted{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.voted should be defined before .pending in order to have the pending vote gray, not blue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants