Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion modules/loop_search_node/loop_search_node.module
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ function loop_search_node_no_results() {

// Get "post" node create form.
$form = drupal_get_form('node_form', $node);
$form['additional_settings']['#access'] = FALSE;

drupal_json_output(array(
'settings' => $form['field_keyword']['und']['#attached']['js'],
Expand Down
2 changes: 2 additions & 0 deletions themes/loop/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3458,6 +3458,8 @@ a.question--term {
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; }
.search-result--block .vertical-tabs-panes {
display: none; }

.search-result--link {
display: block;
Expand Down
4 changes: 4 additions & 0 deletions themes/loop/sass/modules/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@
.layout-full-width {
@include border-radius(0);
}

.vertical-tabs-panes {
display: none;
}
}

.search-result--link {
Expand Down