Commit abd5caaf8fc023b69eabd0fc51f0bf3fdfc695f6

Authored by Gustavo Cruz
1 parent ddb1a2cd

updating theme

Showing 1 changed file with 16 additions and 6 deletions   Show diff stats
style.css
... ... @@ -2274,6 +2274,7 @@ input.button.with-text {
2274 2274 border-radius: 10px 10px 0 0;
2275 2275 border: 1px solid #b3c4a6;
2276 2276 border-bottom: 0px;
  2277 + margin: -1px;
2277 2278 }
2278 2279  
2279 2280 #pairwise_main .pairwise_content {
... ... @@ -2283,22 +2284,25 @@ input.button.with-text {
2283 2284  
2284 2285 #pairwise_main .pairwise_body {
2285 2286 background-color: white;
  2287 + border-radius: 7px 7px 7px 7px;
2286 2288 display: block;
2287   - margin: 1em;
  2289 + font-size: 22px;
  2290 + margin: 0 0 0.5em;
2288 2291 padding: 1em;
2289   - font-size: 22px;
2290 2292 }
2291 2293  
2292 2294 #pairwise_main .pairwise_call_for_action {
2293 2295 color: #4B7421;
2294 2296 font-size: 14px;
  2297 + line-height: 1.5em;
2295 2298 }
2296 2299  
2297 2300 #pairwise_main .prompt {
2298 2301 background-color: #cfe1bf !important;
2299 2302 border-width: 0px;
2300   - max-width: 360px;
2301   - min-height: 190px;
  2303 + max-width: 369px;
  2304 + height: 170px;
  2305 + padding: 10px 0;
2302 2306 border-width: 0 !important;
2303 2307 }
2304 2308  
... ... @@ -2308,7 +2312,12 @@ input.button.with-text {
2308 2312  
2309 2313 #pairwise_main .prompt a{
2310 2314 color: #2a2d28;
2311   - font-size: 14px;
  2315 + /*font-size: 14px;*/
  2316 + font-size: 12px;/*rEDUZIDO PARA CABER 160 CARACTERES.*/
  2317 + display: block;
  2318 + height: 170px;
  2319 + max-width: 369px;
  2320 + padding: 10px 0;
2312 2321 }
2313 2322  
2314 2323 #pairwise_main .separator {
... ... @@ -2401,13 +2410,14 @@ input.button.with-text {
2401 2410 }
2402 2411  
2403 2412 #pairwise_main .div_text_input_container .suggest_idea_btn input#new_idea_button{
2404   - background: url("images/botao-enviar-pairwise.png") no-repeat top center #CCCCCC;
  2413 + background: url("images/botao-enviar-pairwise.png") no-repeat top center transparent;
2405 2414 border-radius: 0px;
2406 2415 cursor: pointer;
2407 2416 display: block;
2408 2417 min-height: 71px;
2409 2418 padding: 5px 10px;
2410 2419 width: 93px;
  2420 + border-width: 0;
2411 2421 }
2412 2422  
2413 2423  
... ...