Fix InputPlayer
This commit is contained in:
parent
b7c21ae104
commit
0852de4222
3 changed files with 115 additions and 72 deletions
|
|
@ -377,8 +377,26 @@ table.listing-ct > thead th:last-child, tr.listing-ct-item td:last-child {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#recording-wrap {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#input-textarea {
|
||||
width: 100%;
|
||||
heigth: 100%;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
#input-player-wrap {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.logs-view-log-time {
|
||||
display: inline-block;
|
||||
width: 150px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#input-player textarea{
|
||||
resize: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue