File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ function loop_search_node_no_results() {
7272
7373 // Get "post" node create form.
7474 $form = drupal_get_form('node_form', $node);
75- $form['additional_settings']['#access'] = FALSE;
7675
7776 drupal_json_output(array(
7877 'settings' => $form['field_keyword']['und']['#attached']['js'],
Original file line number Diff line number Diff line change @@ -3458,6 +3458,8 @@ a.question--term {
34583458 -ms-border-radius : 0 ;
34593459 -o-border-radius : 0 ;
34603460 border-radius : 0 ; }
3461+ .search-result--block .vertical-tabs-panes {
3462+ display : none; }
34613463
34623464.search-result--link {
34633465 display : block;
Original file line number Diff line number Diff line change 116116 .layout-full-width {
117117 @include border-radius (0 );
118118 }
119+
120+ .vertical-tabs-panes {
121+ display : none ;
122+ }
119123}
120124
121125.search-result--link {
You can’t perform that action at this time.
0 commit comments