Simple fixes

This commit is contained in:
RainLoop Team 2016-08-30 23:24:02 +03:00
parent b28d4f8cf3
commit 9e38a59df3
4 changed files with 46 additions and 8 deletions

View file

@ -6,6 +6,7 @@
right: 0;
top: auto;
height: 0;
z-index: 10000;
background: rgba(0, 0, 0, .85);
border-top: 1px solid #000;
@ -16,7 +17,7 @@
.transition(height 0.1s ease-out);
&.opened {
height: 300px;
height: 250px;
}
.rl-cmd-clr-error {

View file

@ -72,6 +72,8 @@
font-size: 18px;
height: 40px;
line-height: 20px;
padding-left: 12px;
padding-right: 12px;
}
}