Commit c56edb41d28dfd2cab8f761464ca1f3e9e26a5e7
1 parent
11c0bc8c
Exists in
master
and in
2 other branches
pairWise azul
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
style.css
... | ... | @@ -712,7 +712,7 @@ border-top: 1px solid #9CC8EB; |
712 | 712 | border-bottom: 1px solid #9CC8EB; |
713 | 713 | } |
714 | 714 | |
715 | -#pairwise_main .prompt { | |
715 | +#pairwise_main div.prompt { | |
716 | 716 | background: #FFF; |
717 | 717 | border-width: 0px; |
718 | 718 | max-width: 369px; |
... | ... | @@ -724,7 +724,7 @@ border-bottom: 1px solid #9CC8EB; |
724 | 724 | box-shadow: 2px 2px 4px #CCC; |
725 | 725 | } |
726 | 726 | |
727 | -#pairwise_main .prompt:before { | |
727 | +/*#pairwise_main div.prompt:before { | |
728 | 728 | content: ""; |
729 | 729 | display: block; |
730 | 730 | width: 100%; |
... | ... | @@ -732,7 +732,7 @@ height: 50px; |
732 | 732 | background: #0050A5; |
733 | 733 | margin-top: -10px; |
734 | 734 | margin-bottom: 10px; |
735 | -} | |
735 | +}*/ | |
736 | 736 | |
737 | 737 | #pairwise_main .separator {background-color: #EEE;} |
738 | 738 | |
... | ... | @@ -767,7 +767,7 @@ margin-bottom: 10px; |
767 | 767 | } |
768 | 768 | |
769 | 769 | #pairwise_main #suggestions_box span { |
770 | -color: #0050A5; | |
770 | + color: #0050A5; | |
771 | 771 | } |
772 | 772 | |
773 | 773 | #pairwise_main div.skip_vote { | ... | ... |