bugfix: some styling modifs

This commit is contained in:
Benoit Alessandroni 2020-09-23 06:49:56 +02:00
parent 5d56589312
commit a7abbd89d2
1 changed files with 3 additions and 3 deletions

View File

@ -273,16 +273,16 @@ solid-poll > div {
div[name="progressBar"] div .progressBarValue { div[name="progressBar"] div .progressBarValue {
margin: 0; margin: 0;
} }
#poll-votes-form input[type="submit"] { .poll-votes-form input[type="submit"] {
height: 38px; height: 38px;
width: 149px; width: 149px;
border-radius: 19px; border-radius: 19px;
box-shadow: 0 0 7px 0 rgba(0,0,0,0.15); box-shadow: 0 0 7px 0 rgba(0,0,0,0.15);
} }
#poll-votes-form input[type="submit"]:disabled { .poll-votes-form input[type="submit"]:disabled {
opacity: 0.3; opacity: 0.3;
} }
#unavailablePoll { .unavailablePoll {
font-style: italic; font-style: italic;
} }
.progressBarValue { .progressBarValue {