Commit c56edb41d28dfd2cab8f761464ca1f3e9e26a5e7

Authored by Gustavo Cruz
1 parent 11c0bc8c

pairWise azul

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