provide entity.list css and remove debug info
This commit is contained in:
@ -377,6 +377,24 @@ select.dashboard-block-select {
|
||||
div.drdn-items a.disabled,
|
||||
div.drdn-items a.disabled:hover { color: #aaa; }
|
||||
|
||||
table.entity-list td.block_column {
|
||||
color: #777;
|
||||
font-size: 90%;
|
||||
padding: 4px 4px 4px 24px;
|
||||
text-align: left;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
table.entity-list td.block_column span {
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
table.entity-list td.block_column pre {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 899px) {
|
||||
.gototop { display: none; }
|
||||
|
||||
|
@ -37,7 +37,6 @@ module Additionals
|
||||
# Saves the changes in a Journal
|
||||
# Called after_save
|
||||
def create_journal
|
||||
Additionals.debug current_journal.inspect
|
||||
current_journal&.save
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user