Commit 2ab21bc008ac576eb9e2046375b0f5ea49575ae1

Authored by Ábner Silva de Oliveira
2 parents 6898cdd3 d7d8a8b4

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

Showing 2 changed files with 7 additions and 0 deletions   Show diff stats
style.css
... ... @@ -2323,6 +2323,9 @@ input.button.with-text {
2323 2323 padding: 0.5em 1em;
2324 2324 }
2325 2325 /*Pairwise*/
  2326 +.pairwise-plugin_pairwise-content #article-header .title {
  2327 + display: none;
  2328 +}
2326 2329  
2327 2330 #pairwise_main {
2328 2331 text-align: center;
... ...
theme.js
... ... @@ -6,6 +6,10 @@ function alignBlocks(containerIndex){
6 6 if(jQuery(this).height() > longerBlock)
7 7 longerBlock = jQuery(this).height();
8 8 });
  9 +
  10 + jt.find("#block-48504 .block-inner-2").height(492);
  11 + jt.find("#block-55304 .block-inner-2").height(378);
  12 +
9 13 //Aligns the blocks in the most common situations
10 14 jt.find(".block-outer").height(longerBlock);
11 15 //Only used for blocks with video, since it uses the size of the iframe
... ...