diff --git a/.gitignore b/.gitignore index 71ad9428..f02ccf93 100755 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ _base_d7.tmproj node_modules .sass-cache +typescript diff --git a/sites/all/modules/features/materio_home_v2/materio_home_v2.pages_default.inc b/sites/all/modules/features/materio_home_v2/materio_home_v2.pages_default.inc index 0782742e..0961bcfe 100644 --- a/sites/all/modules/features/materio_home_v2/materio_home_v2.pages_default.inc +++ b/sites/all/modules/features/materio_home_v2/materio_home_v2.pages_default.inc @@ -325,6 +325,38 @@ function materio_home_v2_default_page_manager_pages() { $pane->uuid = '639eb2c7-bf5d-4920-b1bb-c33d8f72a650'; $display->content['new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650'] = $pane; $display->panels['middle'][8] = 'new-639eb2c7-bf5d-4920-b1bb-c33d8f72a650'; + $pane = new stdClass(); + $pane->pid = 'new-ab2ebbf2-7338-4db9-8df4-8b825058f98d'; + $pane->panel = 'middle'; + $pane->type = 'node'; + $pane->subtype = 'node'; + $pane->shown = TRUE; + $pane->access = array(); + $pane->configuration = array( + 'nid' => '11175', + 'links' => 0, + 'leave_node_title' => 0, + 'identifier' => '', + 'build_mode' => 'full', + 'link_node_title' => 0, + 'override_title' => 1, + 'override_title_text' => '', + 'override_title_heading' => 'h2', + ); + $pane->cache = array(); + $pane->style = array( + 'settings' => NULL, + ); + $pane->css = array( + 'css_id' => 'contact-pane', + 'css_class' => '', + ); + $pane->extras = array(); + $pane->position = 9; + $pane->locks = array(); + $pane->uuid = 'ab2ebbf2-7338-4db9-8df4-8b825058f98d'; + $display->content['new-ab2ebbf2-7338-4db9-8df4-8b825058f98d'] = $pane; + $display->panels['middle'][9] = 'new-ab2ebbf2-7338-4db9-8df4-8b825058f98d'; $display->hide_title = PANELS_TITLE_NONE; $display->title_pane = '0'; $handler->conf['display'] = $display; diff --git a/sites/all/themes/gui/materiobasetheme/css/styles.css b/sites/all/themes/gui/materiobasetheme/css/styles.css index f3347886..48a9e064 100644 --- a/sites/all/themes/gui/materiobasetheme/css/styles.css +++ b/sites/all/themes/gui/materiobasetheme/css/styles.css @@ -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; } diff --git a/sites/all/themes/gui/materiobasetheme/scss/styles.scss b/sites/all/themes/gui/materiobasetheme/scss/styles.scss index f763447f..37239417 100644 --- a/sites/all/themes/gui/materiobasetheme/scss/styles.scss +++ b/sites/all/themes/gui/materiobasetheme/scss/styles.scss @@ -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 \ No newline at end of file +// end diff --git a/sites/all/themes/gui/materiobasetheme/templates/node.tpl.php b/sites/all/themes/gui/materiobasetheme/templates/node.tpl.php index b52c94b7..f9236e73 100644 --- a/sites/all/themes/gui/materiobasetheme/templates/node.tpl.php +++ b/sites/all/themes/gui/materiobasetheme/templates/node.tpl.php @@ -1,10 +1,10 @@
- +

- +
- + @@ -24,6 +24,6 @@ - +