Commit 8b99683014957f3f031b9e552615890646222627

Authored by Evandro Junior
2 parents 7035cb69 98abf4a2

Merge branch 'master' of https://gitlab.com/participa/participa-theme

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
style.css
... ... @@ -994,6 +994,7 @@ ul.profile-list .common-profile-list-block {
994 994 .action-home-index #wrap-2,
995 995 .action-environment_design-index #wrap-2 {
996 996 background: url(images/bg-palacio-do-planalto.jpg) no-repeat fixed center top;
  997 + background-size: 100%;
997 998 }
998 999  
999 1000 /***************content*************/
... ... @@ -2428,6 +2429,9 @@ input.button.with-text {
2428 2429 #pairwise_main .skip_vote {
2429 2430 width: 100% !important;
2430 2431 text-align: center;
  2432 + padding: 0;
  2433 + border-width: 0px;
  2434 + background-color: transparent !important;
2431 2435 /* background-color: #7D8874 !important;
2432 2436 font-size: 15px !important;
2433 2437 color: #fff;
... ... @@ -2440,7 +2444,7 @@ input.button.with-text {
2440 2444 background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important;
2441 2445  
2442 2446 background-color: #CCCCCC;
2443   - color: white;
  2447 + color: transparent !important;
2444 2448 display: inline-block;
2445 2449 height: 1px;
2446 2450 line-height: 0;
... ...