added contact footer on home V2

This commit is contained in:
Bachir Soussi Chiadmi
2015-07-16 15:02:15 +02:00
parent feef7951cd
commit 54f496acad
5 changed files with 71 additions and 6 deletions

View File

@@ -11888,6 +11888,25 @@ body.not-logged-in #home-v2 .field-name-field-liens a.member {
opacity: 0.4;
}
}
/* line 3360, ../scss/styles.scss */
#home-v2 #contact-pane {
margin: 2em 0;
padding: 1em;
background-color: #e6e6e6;
}
/* line 3363, ../scss/styles.scss */
#home-v2 #contact-pane .field-name-body {
text-align: center;
}
/* line 3365, ../scss/styles.scss */
#home-v2 #contact-pane .field-name-body p {
display: moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
min-width: 20%;
}
/*
_ __
@@ -11897,7 +11916,7 @@ body.not-logged-in #home-v2 .field-name-field-liens a.member {
/____/_/_/ /_/ /_/ .___/_/\___/_/ /_/\___/|__/|__/____/
/_/
*/
/* line 3370, ../scss/styles.scss */
/* line 3383, ../scss/styles.scss */
.node-type-simplenews img {
max-width: none !important;
}

View File

@@ -3356,6 +3356,19 @@ body.home-v2{
&:after{z-index: -1; opacity:0.4;}
}
}
#contact-pane{
margin:2em 0; padding:1em;
background-color: #e6e6e6;
.field-name-body{
text-align: center;
p{
@include inlineblock();
min-width: 20%;
}
}
}
} // homeV2
/*
@@ -3374,4 +3387,4 @@ body.home-v2{
@import "misc.scss";
// end
// end

View File

@@ -1,10 +1,10 @@
<!-- start article.node -->
<article class="<?php print $classes; ?>">
<?php if ($page == 0): ?>
<?php if ($page == 0 && $title !== ""): ?>
<a href="<?php print $node_url?>"><h1 class="nodetitle"><?php print $title?></h1></a>
<?php endif; ?>
<section class="content">
<?php
hide($content['comments']);
@@ -12,7 +12,7 @@
print render($content);
?>
</section>
<?php //if ($submitted): ?>
<!-- <aside class="submitted"> -->
<?php //print $submitted?>
@@ -24,6 +24,6 @@
<?php print $links; ?>
</nav>
<?php endif; ?>
</article>
<!-- end article.node -->