diff --git a/db/schema.rb b/db/schema.rb index b14cb82..f2becea 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -71,8 +71,8 @@ ActiveRecord::Schema.define(:version => 46) do t.boolean "virtual", :default => false end - add_index "articles_categories", ["article_id"], :name => "index_articles_categories_on_article_id" add_index "articles_categories", ["category_id"], :name => "index_articles_categories_on_category_id" + add_index "articles_categories", ["article_id"], :name => "index_articles_categories_on_article_id" create_table "blocks", :force => true do |t| t.string "title" @@ -244,8 +244,8 @@ ActiveRecord::Schema.define(:version => 46) do t.datetime "created_at" end - add_index "taggings", ["tag_id"], :name => "index_taggings_on_tag_id" add_index "taggings", ["taggable_id", "taggable_type"], :name => "index_taggings_on_taggable_id_and_taggable_type" + add_index "taggings", ["tag_id"], :name => "index_taggings_on_tag_id" create_table "tags", :force => true do |t| t.string "name" diff --git a/public/designs/themes/ecosol/stylesheets/controller_search.css b/public/designs/themes/ecosol/stylesheets/controller_search.css index b169f92..6616665 100644 --- a/public/designs/themes/ecosol/stylesheets/controller_search.css +++ b/public/designs/themes/ecosol/stylesheets/controller_search.css @@ -143,6 +143,12 @@ body.category4 .search-results-type-profile.common-profile-list-block li a { padding: 3px 0px 3px 10px; } +#product-categories-menu .cat-parent ul { + border: 1px solid red; + max-height: 90px; + overflow: auto; +} + #product-categories-menu .sub-opening, #product-categories-menu .sub-closeing { } -- libgit2 0.21.2