ACP event log

This commit is contained in:
calzoneman 2014-02-07 10:45:28 -06:00
parent afa17165f7
commit 0a480515d7
6 changed files with 101 additions and 2 deletions

View file

@ -11,3 +11,18 @@
overflow-y: scroll;
overflow-x: hidden;
}
#acp-eventlog-text {
border-top-left-radius: 0;
border-top-right-radius: 0;
max-height: 500px;
overflow-y: scroll;
overflow-x: hidden;
}
#acp-eventlog-refresh {
margin-top: 20px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom: 0;
}