provide entity.list css and remove debug info

This commit is contained in:
Alexander Meindl
2021-07-31 18:41:27 +02:00
parent 9b08ce0d03
commit 582b55849d
2 changed files with 18 additions and 1 deletions

View File

@ -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; }

View File

@ -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