From 0c822dbea60ff068327350eb71e1ac273f809529 Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Wed, 24 Aug 2011 12:36:44 +0000 Subject: [PATCH] Restore css for inputs --- db/schema.rb | 4 +++- public/stylesheets/application.css | 1 - public/stylesheets/search.css | 12 +++++++----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index 1f48a0b..a189582 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -175,6 +175,8 @@ ActiveRecord::Schema.define(:version => 20111004184104) do t.integer "children_count", :default => 0 t.boolean "accept_products", :default => true t.integer "image_id" + t.string "acronym" + t.string "abbreviation" end create_table "categories_profiles", :id => false, :force => true do |t| @@ -436,9 +438,9 @@ ActiveRecord::Schema.define(:version => 20111004184104) do create_table "roles", :force => true do |t| t.string "name" + t.text "permissions" t.string "key" t.boolean "system", :default => false - t.text "permissions" t.integer "environment_id" end diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 2c0dd03..4e08ae5 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -2454,7 +2454,6 @@ div#activation_enterprise label, div#activation_enterprise input, div#activation .formfield input { text-indent: 5px; padding: 2px 0px; - background: #fff; } .msie5 .formfield input, .msie6 .formfield input { background-attachment: fixed; diff --git a/public/stylesheets/search.css b/public/stylesheets/search.css index 3dedbb1..c3a808f 100644 --- a/public/stylesheets/search.css +++ b/public/stylesheets/search.css @@ -663,11 +663,6 @@ li.search-product-item hr { background: transparent !important; padding:0 !important; } -.formfield input { - border: 1px solid #231F20; - height: 28px; - width: 558px; -} .search-field .formfield { height: 34px; display: inline-block @@ -730,3 +725,10 @@ li.search-product-item hr { .facet-menu a.facet-options-toggle.facet-less-options { background-position: 0 -32px; } +.controller-search .formfield input { + border: 1px solid #231F20; + height: 28px; + width: 558px; + background: none; +} + -- libgit2 0.21.2