LSP preview page merge info

This commit is contained in:
cat 2014-08-21 12:03:44 +02:00 committed by Thulinma
parent f350a3c7b0
commit 34856509ea
4 changed files with 167 additions and 7 deletions

View file

@ -451,6 +451,20 @@ button[disabled=disabled] {
.cell {
display: table-cell;
}
.embed_info {
float: left;
margin: 0 1em 1em 0;
}
.embed_container {
width: 100%;
float: left;
}
.stream_info {
max-height: 30em;
overflow-y: auto;
padding-right: 1em;
float: left;
}
#graphcontainer {
width: 100%;
background-color: white;