fix display of channel timestamps
This commit is contained in:
parent
6ff22048b4
commit
68ddc6012c
@ -214,8 +214,6 @@ padding-top:20px;
|
|||||||
.username a { color: #3478E3; font-weight: bold; }
|
.username a { color: #3478E3; font-weight: bold; }
|
||||||
|
|
||||||
.timeago {
|
.timeago {
|
||||||
|
|
||||||
|
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
@ -562,6 +560,6 @@ clear:right; float:right;width:475px;padding-top:23px
|
|||||||
font-weight:bold;font-size:1.2em
|
font-weight:bold;font-size:1.2em
|
||||||
}
|
}
|
||||||
.channel_time_text {
|
.channel_time_text {
|
||||||
color:black;font-size:1em;
|
color:black !important; font-size:1em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,3 +7,4 @@
|
|||||||
color: #ccc;
|
color: #ccc;
|
||||||
margin-left:10px;
|
margin-left:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@ ActiveRecord::Schema.define(version: 20140410174033) do
|
|||||||
create_table "active_admin_comments", force: true do |t|
|
create_table "active_admin_comments", force: true do |t|
|
||||||
t.string "namespace"
|
t.string "namespace"
|
||||||
t.text "body"
|
t.text "body"
|
||||||
t.string "resource_id", limit: 50, null: false
|
t.string "resource_id", null: false
|
||||||
t.string "resource_type", limit: 50, null: false
|
t.string "resource_type", null: false
|
||||||
t.integer "author_id"
|
t.integer "author_id"
|
||||||
t.string "author_type"
|
t.string "author_type"
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
@ -402,6 +402,7 @@ ActiveRecord::Schema.define(version: 20140410174033) do
|
|||||||
t.datetime "remember_created_at"
|
t.datetime "remember_created_at"
|
||||||
t.integer "sign_in_count", default: 0, null: false
|
t.integer "sign_in_count", default: 0, null: false
|
||||||
t.string "authentication_token"
|
t.string "authentication_token"
|
||||||
|
t.datetime "terms_agreed_at"
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "users", ["api_key"], name: "index_users_on_api_key", using: :btree
|
add_index "users", ["api_key"], name: "index_users_on_api_key", using: :btree
|
||||||
|
103
public/assets/application-2e103faea16529cc182f0042afff6782.css
Normal file
103
public/assets/application-2e103faea16529cc182f0042afff6782.css
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user