Skip to content
Snippets Groups Projects
Commit a7abbd89 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

bugfix: some styling modifs

parent 5d565893
No related branches found
No related tags found
1 merge request!172First integration to Hubl of the resource component
Pipeline #7592 failed
...@@ -273,16 +273,16 @@ solid-poll > div { ...@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment