Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
updated admin styles from brandon's branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Jan 17, 2009
2 parents 4ebbe46 + df27729 commit 54f30a4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
13 changes: 2 additions & 11 deletions db/schema.rb
Expand Up @@ -9,7 +9,7 @@
#
# It's strongly recommended to check this file into your version control system.

ActiveRecord::Schema.define(:version => 20090114005523) do
ActiveRecord::Schema.define(:version => 20090103012646) do

create_table "ansuz_themes", :force => true do |t|
t.string "name"
Expand All @@ -35,9 +35,6 @@
t.datetime "created_at"
t.datetime "updated_at"
t.string "url"
t.integer "creator_id"
t.integer "updater_id"
t.integer "deleter_id"
end

create_table "content_section_versions", :force => true do |t|
Expand Down Expand Up @@ -170,6 +167,7 @@
t.string "name"
t.string "title"
t.string "full_title"
t.string "status"
t.text "body"
t.datetime "created_at"
t.datetime "updated_at"
Expand All @@ -180,9 +178,7 @@
t.boolean "published", :default => true
t.boolean "linked", :default => true
t.boolean "show_sub_menu", :default => false
t.string "status"
t.datetime "publish_at"
t.datetime "expires_on"
end

add_index "pages", ["publish_at"], :name => "index_pages_on_publish_at"
Expand All @@ -203,11 +199,6 @@
t.string "display_type"
end

create_table "plugin_schema_info", :id => false, :force => true do |t|
t.string "plugin_name"
t.integer "version"
end

create_table "posts", :force => true do |t|
t.integer "user_id"
t.integer "topic_id"
Expand Down
19 changes: 19 additions & 0 deletions public/stylesheets/admin.css
Expand Up @@ -457,3 +457,22 @@ ul.admin_actions li{
.blog_post p{
margin-bottom: 1em;
}
/* -- tree ---*/
table.tree tr{
border: 0 !important;
font-size: 1.4em;
height: 35px !important;
min-height: 35px !important;
}
table.tree tr a{
font-weight: 600;
}
th.status{
width: 135px;
}
table.tree tr.even:hover td {
background-color:#fbfbfb !important;
}
table.tree tr.odd:hover td {
background-color:#ebebeb !important;
}

0 comments on commit 54f30a4

Please sign in to comment.