scalable cli

10.3.x-maintenance
cTn 2014-05-05 12:20:39 +02:00
parent ce9110e45d
commit e1698b481c
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
.tab-cli {
height: 100%;
}
.tab-cli p {
padding: 5px;
@ -6,7 +7,7 @@
}
.tab-cli .window {
margin-top: 10px;
height: 345px;
height: calc(100% - 80px); /* - (p, textarea) */
padding: 5px;