Commit df95b9c846f40131bacde080be6e3812828665cd

Authored by Ábner Silva de Oliveira
2 parents 8af31d34 f8ec386a

Merge branch 'master' of github.com:SerproLivre/participa-theme

cabecalho-amarelo-theme.css
... ... @@ -526,12 +526,13 @@ background: url(images/icone-verde-flickr.png) 0 20px;
526 526 #footer-license {
527 527 max-width: 960px;
528 528 margin: 0 auto;
529   - text-align: center;
  529 + text-align: left;
530 530 padding: 19px;
531 531 }
532 532  
533 533 #footer-license p {
534 534 color: #F28F00;
  535 + text-align: left;
535 536 }
536 537  
537 538  
... ...
images/prompt_bg_hover.png 0 → 100644

5.17 KB

images/prompt_bg_normal.png 0 → 100644

3.33 KB

style.css
... ... @@ -881,7 +881,7 @@ p {
881 881  
882 882 .search-results-box .common-profile-list-block li {
883 883 display: inline-block;
884   - width: 99px;
  884 + width: 112px;
885 885 }
886 886  
887 887 .common-profile-list-block,
... ... @@ -895,7 +895,8 @@ ul.profile-list .common-profile-list-block {
895 895 }
896 896  
897 897 #search-results .common-profile-list-block {
898   - display: block;
  898 + display: inline-block;
  899 + vertical-align: top;
899 900 }
900 901  
901 902 .vcard .menu-submenu-list li {
... ... @@ -904,7 +905,8 @@ ul.profile-list .common-profile-list-block {
904 905  
905 906 .common-profile-list-block .profile-image {
906 907 display: block;
907   - height: 100%;
  908 + height: 56px;
  909 + max-height: 100%;
908 910 width: 100%;
909 911 }
910 912  
... ... @@ -2107,9 +2109,11 @@ input.button.with-text {
2107 2109  
2108 2110 .box-2 .common-profile-list-block .profile-image,
2109 2111 .box-3 .common-profile-list-block .profile-image{
  2112 + height: 56px;
2110 2113 /* border: 1px solid #CCCCCC;
2111 2114 height: 100%;
2112 2115 margin: -1px;*/
  2116 +
2113 2117 }
2114 2118  
2115 2119  
... ... @@ -2274,6 +2278,7 @@ input.button.with-text {
2274 2278 border-radius: 10px 10px 0 0;
2275 2279 border: 1px solid #b3c4a6;
2276 2280 border-bottom: 0px;
  2281 + margin: -1px;
2277 2282 }
2278 2283  
2279 2284 #pairwise_main ul.pairwise_menu li a.active{
... ... @@ -2291,27 +2296,41 @@ input.button.with-text {
2291 2296  
2292 2297 #pairwise_main .pairwise_body {
2293 2298 background-color: white;
  2299 + border-radius: 7px 7px 7px 7px;
2294 2300 display: block;
2295   - margin: 1em;
  2301 + font-size: 22px;
  2302 + margin: 0 0 0.5em;
2296 2303 padding: 1em;
2297   - font-size: 22px;
2298 2304 }
2299 2305  
2300 2306 #pairwise_main .pairwise_call_for_action {
2301 2307 color: #4B7421;
2302 2308 font-size: 14px;
  2309 + line-height: 1.5em;
2303 2310 }
2304 2311  
2305 2312 #pairwise_main .prompt {
2306   - background-color: #cfe1bf !important;
  2313 + /*background-color: #cfe1bf !important;*/
  2314 + background: url("images/prompt_bg_normal.png") no-repeat center top #cfe1bf;
2307 2315 border-width: 0px;
2308   - max-width: 360px;
2309   - min-height: 190px;
  2316 + max-width: 369px;
  2317 + height: 170px !important;
  2318 + padding: 10px 0;
2310 2319 border-width: 0 !important;
2311 2320 }
2312 2321  
2313 2322 #pairwise_main .prompt:hover {
2314   - background: url("images/prompt_bg.png") no-repeat top center #548A1C;
  2323 + background: url("images/prompt_bg_hover.png") no-repeat center top #548A1C;
  2324 +}
  2325 +
  2326 +#pairwise_main .prompt a{
  2327 + color: #2a2d28 !important;
  2328 + /*font-size: 14px;*/
  2329 + font-size: 12px;/*REDUZIDO PARA CABER 160 CARACTERES.*/
  2330 + display: block;
  2331 + /*height: 170px;*/
  2332 + max-width: 369px;
  2333 + padding: 10px 0;
2315 2334 }
2316 2335  
2317 2336 #pairwise_main .separator {
... ... @@ -2359,7 +2378,7 @@ input.button.with-text {
2359 2378  
2360 2379 #pairwise_main .skip_vote_reasons ul li {color: white; padding: 0.5em 0.5em 0.5em 2em; text-align: left;}
2361 2380  
2362   -#pairwise_main .skip_vote_reasons ul li:hover{background-color:#ECF2E7;}
  2381 +#pairwise_main .skip_vote_reasons ul li:hover{background-color:#666;}
2363 2382  
2364 2383 #pairwise_main .skip_vote_reasons ul li a {color: white;text-decoration: none;font-size: 14px;}
2365 2384  
... ... @@ -2404,13 +2423,14 @@ input.button.with-text {
2404 2423 }
2405 2424  
2406 2425 #pairwise_main .div_text_input_container .suggest_idea_btn input#new_idea_button{
2407   - background: url("images/botao-enviar-pairwise.png") no-repeat top center #CCCCCC;
  2426 + background: url("images/botao-enviar-pairwise.png") no-repeat top center transparent;
2408 2427 border-radius: 0px;
2409 2428 cursor: pointer;
2410 2429 display: block;
2411 2430 min-height: 71px;
2412 2431 padding: 5px 10px;
2413 2432 width: 93px;
  2433 + border-width: 0;
2414 2434 }
2415 2435  
2416 2436  
... ...