Commit 59c5e7b823c6de212fbbc3c851371f65523002a7
1 parent
792d271e
Exists in
master
and in
4 other branches
updating theme
Showing
1 changed file
with
52 additions
and
8 deletions
Show diff stats
style.css
... | ... | @@ -2306,11 +2306,33 @@ input.button.with-text { |
2306 | 2306 | } |
2307 | 2307 | |
2308 | 2308 | #pairwise_main .skip_vote { |
2309 | - width: 100%; | |
2310 | - background-color: #7D8874; | |
2311 | - font-size: 15px; | |
2309 | + width: 100% !important; | |
2310 | + background-color: #7D8874 !important; | |
2311 | + font-size: 15px !important; | |
2312 | 2312 | color: #fff; |
2313 | 2313 | padding: 1em 0 !important; |
2314 | + | |
2315 | +/*cópia do css do plugin*/ | |
2316 | +/* | |
2317 | + background-color: #CCCCCC; | |
2318 | + border-color: #CCCCCC; | |
2319 | + border-radius: 7px 7px 7px 7px; | |
2320 | + border-style: solid; | |
2321 | + border-width: 1px; | |
2322 | + color: white; | |
2323 | + float: none; | |
2324 | + font-size: 12pt; | |
2325 | + height: auto; | |
2326 | + margin-left: auto; | |
2327 | + margin-right: auto; | |
2328 | + margin-top: 12px; | |
2329 | + min-height: 18px; | |
2330 | + padding: 0.5em; | |
2331 | + text-align: center; | |
2332 | + vertical-align: top; | |
2333 | + word-wrap: break-word; | |
2334 | +*/ | |
2335 | + | |
2314 | 2336 | } |
2315 | 2337 | |
2316 | 2338 | #pairwise_main .skip_vote_reasons {} |
... | ... | @@ -2321,9 +2343,20 @@ input.button.with-text { |
2321 | 2343 | |
2322 | 2344 | #pairwise_main .skip_vote_reasons ul li a {color: white;} |
2323 | 2345 | |
2324 | -#pairwise_main #suggestions_box {display: block !important;} | |
2346 | +#pairwise_main #suggestions_box { | |
2347 | + display: block !important; | |
2348 | + margin-top: 15px; | |
2349 | + padding: 10px; | |
2350 | + text-align: left; | |
2351 | +} | |
2325 | 2352 | |
2326 | -#pairwise_main #suggestions_box span {} | |
2353 | +#pairwise_main #suggestions_box span { | |
2354 | + color: #4B7421; | |
2355 | + font-size: 15px; | |
2356 | + font-weight: bold; | |
2357 | + text-align: left; | |
2358 | + text-transform: uppercase; | |
2359 | +} | |
2327 | 2360 | |
2328 | 2361 | #pairwise_main .suggestion_form {} |
2329 | 2362 | |
... | ... | @@ -2331,13 +2364,24 @@ input.button.with-text { |
2331 | 2364 | |
2332 | 2365 | #pairwise_main .div_text_input_container {} |
2333 | 2366 | |
2334 | -#pairwise_main .div_text_input_container .div_text_input {} | |
2367 | +#pairwise_main .div_text_input_container .div_text_input { | |
2368 | + display: inline-block; | |
2369 | + width: 80%; | |
2370 | +} | |
2335 | 2371 | |
2336 | -#pairwise_main .div_text_input_container .div_text_input textarea {} | |
2372 | +#pairwise_main .div_text_input_container .div_text_input textarea { | |
2373 | + border: 1px solid #CCCCCC; | |
2374 | + border-radius: 0 0 0 0; | |
2375 | +} | |
2337 | 2376 | |
2338 | 2377 | #pairwise_main .div_text_input_container .div_text_input .jqEasyCounterMsg {} |
2339 | 2378 | |
2340 | -#pairwise_main .div_text_input_container .suggest_idea_btn {} | |
2379 | +#pairwise_main .div_text_input_container .suggest_idea_btn { | |
2380 | + display: inline-block; | |
2381 | + margin-left: 5%; | |
2382 | + vertical-align: top; | |
2383 | + width: 14%; | |
2384 | +} | |
2341 | 2385 | |
2342 | 2386 | #pairwise_main .div_text_input_container .suggest_idea_btn input#new_idea_button{ |
2343 | 2387 | background: url("images/botao-enviar-pairwise.png") no-repeat top center #CCCCCC; | ... | ... |