Feature: Toggle event message in event reports

Toggle event message in reports

cursor pointer and indent of message

rebase from master
This commit is contained in:
Lars Sjöström
2013-11-04 14:20:24 +01:00
parent de6a77951c
commit fb763e637f
2 changed files with 27 additions and 2 deletions

View File

@@ -61,6 +61,18 @@ h1.success {
h1.noop {
color:#aaa;
}
tr.event {
cursor: pointer;
}
td.message {
padding: 0;
border: 0;
background-color: #FFFFE9;
}
div[id^='message-event'] {
display: none;
padding: 4px 15px 4px 15px;
}
.label-count {
width:25px;
text-align:center;