Commit 0a4731ff080e9002ee9d342f3ab0e9124f39fac9

Authored by Gustavo Cruz
1 parent 6588f5b0

updating theme

Showing 1 changed file with 10 additions and 2 deletions   Show diff stats
style.css
... ... @@ -2437,8 +2437,16 @@ input.button.with-text {
2437 2437 }
2438 2438  
2439 2439 #pairwise_main .skip_vote a {
2440   - background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important;
2441   - display: block;
  2440 + background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important;
  2441 +
  2442 + background-color: #CCCCCC;
  2443 + color: white;
  2444 + display: inline-block;
  2445 + height: 1px;
  2446 + line-height: 0;
  2447 + padding: 1em 0;
  2448 + text-decoration: none;
  2449 + width: 150px;
2442 2450  
2443 2451 }
2444 2452  
... ...