Commit 3a5ae9c8c2f55b6bcab3a428acf9f924a71d6f5d
1 parent
9226cf66
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
14 additions
and
5 deletions
Show diff stats
style.css
... | ... | @@ -263,6 +263,14 @@ p { |
263 | 263 | width: 45%; |
264 | 264 | } |
265 | 265 | |
266 | +#TB_window .login-box .button-bar .icon-add{ | |
267 | + | |
268 | +} | |
269 | + | |
270 | +#TB_window .login-box .button-bar .icon-help{ | |
271 | + | |
272 | +} | |
273 | + | |
266 | 274 | #TB_window .login-box form .button-bar { |
267 | 275 | float: none; |
268 | 276 | width: 100% |
... | ... | @@ -2519,7 +2527,7 @@ input.button.with-text { |
2519 | 2527 | |
2520 | 2528 | |
2521 | 2529 | #pairwise_main .skip_vote { |
2522 | - width: 100% !important; | |
2530 | + width: 200px !important; | |
2523 | 2531 | text-align: center; |
2524 | 2532 | padding: 0; |
2525 | 2533 | border-width: 0px; |
... | ... | @@ -2534,16 +2542,17 @@ input.button.with-text { |
2534 | 2542 | |
2535 | 2543 | #pairwise_main .skip_vote a { |
2536 | 2544 | background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important; |
2537 | - | |
2538 | - background-color: #CCCCCC; | |
2539 | 2545 | color: transparent !important; |
2540 | 2546 | display: inline-block; |
2541 | 2547 | height: 1px; |
2542 | 2548 | line-height: 0; |
2543 | 2549 | padding: 1em 0; |
2544 | 2550 | text-decoration: none; |
2545 | - width: 150px; | |
2546 | - | |
2551 | + width: 200px; | |
2552 | +} | |
2553 | + | |
2554 | +#pairwise_main .skip_vote a:hover { | |
2555 | + background: url("images/btn_duvida_pairwise_hover.png") no-repeat center center #fff !important; | |
2547 | 2556 | } |
2548 | 2557 | |
2549 | 2558 | #pairwise_main .skip_vote_reasons {background-color: #7D8874;padding-top: 0 !important;} | ... | ... |