Commit efa9752377bcb5a5b19c92a7b31db4872cd3c51c
Exists in
master
and in
4 other branches
Merge branch 'master' of github.com:SerproLivre/participa-theme
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -2296,6 +2296,14 @@ input.button.with-text { |
2296 | 2296 | margin: -1px; |
2297 | 2297 | } |
2298 | 2298 | |
2299 | +#pairwise_main ul.pairwise_menu li a.active{ | |
2300 | + color: #497B16; | |
2301 | + background-color: #ECF2E7; | |
2302 | + border-radius: 10px 10px 0 0; | |
2303 | + border: 1px solid #b3c4a6; | |
2304 | + border-bottom: 0px; | |
2305 | +} | |
2306 | + | |
2299 | 2307 | #pairwise_main .pairwise_content { |
2300 | 2308 | background-color: #ECF2E7; |
2301 | 2309 | padding: 1em; |
... | ... | @@ -2338,6 +2346,7 @@ input.button.with-text { |
2338 | 2346 | /*height: 170px;*/ |
2339 | 2347 | max-width: 369px; |
2340 | 2348 | padding: 10px 0; |
2349 | + height: 100%; | |
2341 | 2350 | } |
2342 | 2351 | |
2343 | 2352 | #pairwise_main .separator { | ... | ... |