Commit 3a5ae9c8c2f55b6bcab3a428acf9f924a71d6f5d

Authored by Gustavo Cruz
1 parent 9226cf66

updating theme

Showing 1 changed file with 14 additions and 5 deletions   Show diff stats
@@ -263,6 +263,14 @@ p { @@ -263,6 +263,14 @@ p {
263 width: 45%; 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 #TB_window .login-box form .button-bar { 274 #TB_window .login-box form .button-bar {
267 float: none; 275 float: none;
268 width: 100% 276 width: 100%
@@ -2519,7 +2527,7 @@ input.button.with-text { @@ -2519,7 +2527,7 @@ input.button.with-text {
2519 2527
2520 2528
2521 #pairwise_main .skip_vote { 2529 #pairwise_main .skip_vote {
2522 - width: 100% !important; 2530 + width: 200px !important;
2523 text-align: center; 2531 text-align: center;
2524 padding: 0; 2532 padding: 0;
2525 border-width: 0px; 2533 border-width: 0px;
@@ -2534,16 +2542,17 @@ input.button.with-text { @@ -2534,16 +2542,17 @@ input.button.with-text {
2534 2542
2535 #pairwise_main .skip_vote a { 2543 #pairwise_main .skip_vote a {
2536 background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important; 2544 background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important;
2537 -  
2538 - background-color: #CCCCCC;  
2539 color: transparent !important; 2545 color: transparent !important;
2540 display: inline-block; 2546 display: inline-block;
2541 height: 1px; 2547 height: 1px;
2542 line-height: 0; 2548 line-height: 0;
2543 padding: 1em 0; 2549 padding: 1em 0;
2544 text-decoration: none; 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 #pairwise_main .skip_vote_reasons {background-color: #7D8874;padding-top: 0 !important;} 2558 #pairwise_main .skip_vote_reasons {background-color: #7D8874;padding-top: 0 !important;}