1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-30 10:49:40 +02:00

Add message view and controller

This commit is contained in:
Michael Crosby 2013-06-19 17:40:58 -09:00
parent dd8c4ce672
commit 37ea44a4dc
6 changed files with 61 additions and 11 deletions

View file

@ -94,7 +94,7 @@
}
.footer {
max-height:6px;
max-height:6px;
}
#response {
@ -108,3 +108,8 @@
border: 1px solid #DDD;
margin-top: 5px;
}
.messages {
overflow: scroll;
max-height: 50px;
}