Commit 6588f5b0bd8e42008296cd2c7f7f4a202827dc0b
1 parent
470f2299
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
8 additions
and
25 deletions
Show diff stats
style.css
... | ... | @@ -2427,36 +2427,19 @@ input.button.with-text { |
2427 | 2427 | |
2428 | 2428 | #pairwise_main .skip_vote { |
2429 | 2429 | width: 100% !important; |
2430 | - /*background-color: #7D8874 !important;*/ | |
2431 | - background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important; | |
2430 | + text-align: center; | |
2431 | +/* background-color: #7D8874 !important; | |
2432 | 2432 | font-size: 15px !important; |
2433 | 2433 | color: #fff; |
2434 | 2434 | padding: 1em 0 !important; |
2435 | 2435 | border-width: 0px !important; |
2436 | - border-radius: 7px 7px 0px 0px !important; | |
2437 | - | |
2438 | - | |
2439 | -/*cópia do css do plugin*/ | |
2440 | -/* | |
2441 | - background-color: #CCCCCC; | |
2442 | - border-color: #CCCCCC; | |
2443 | - border-radius: 7px 7px 7px 7px; | |
2444 | - border-style: solid; | |
2445 | - border-width: 1px; | |
2446 | - color: white; | |
2447 | - float: none; | |
2448 | - font-size: 12pt; | |
2449 | - height: auto; | |
2450 | - margin-left: auto; | |
2451 | - margin-right: auto; | |
2452 | - margin-top: 12px; | |
2453 | - min-height: 18px; | |
2454 | - padding: 0.5em; | |
2455 | - text-align: center; | |
2456 | - vertical-align: top; | |
2457 | - word-wrap: break-word; | |
2458 | -*/ | |
2436 | + border-radius: 7px 7px 0px 0px !important;*/ | |
2437 | +} | |
2459 | 2438 | |
2439 | +#pairwise_main .skip_vote a { | |
2440 | + background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important; | |
2441 | + display: block; | |
2442 | + | |
2460 | 2443 | } |
2461 | 2444 | |
2462 | 2445 | #pairwise_main .skip_vote_reasons {background-color: #7D8874;padding-top: 0 !important;} | ... | ... |