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
@@ -2323,6 +2323,9 @@ input.button.with-text { @@ -2323,6 +2323,9 @@ input.button.with-text {
2323 padding: 0.5em 1em; 2323 padding: 0.5em 1em;
2324 } 2324 }
2325 /*Pairwise*/ 2325 /*Pairwise*/
  2326 +.pairwise-plugin_pairwise-content #article-header .title {
  2327 + display: none;
  2328 +}
2326 2329
2327 #pairwise_main { 2330 #pairwise_main {
2328 text-align: center; 2331 text-align: center;
@@ -6,6 +6,10 @@ function alignBlocks(containerIndex){ @@ -6,6 +6,10 @@ function alignBlocks(containerIndex){
6 if(jQuery(this).height() > longerBlock) 6 if(jQuery(this).height() > longerBlock)
7 longerBlock = jQuery(this).height(); 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 //Aligns the blocks in the most common situations 13 //Aligns the blocks in the most common situations
10 jt.find(".block-outer").height(longerBlock); 14 jt.find(".block-outer").height(longerBlock);
11 //Only used for blocks with video, since it uses the size of the iframe 15 //Only used for blocks with video, since it uses the size of the iframe