add a specific height to chatinput - the chat panel itself is already specifically 23px up, so anything other than that doesn't make sense

This commit is contained in:
Jon Atkins 2015-01-20 18:35:21 +00:00
parent 2cab4f71f9
commit 52e49399d1

View File

@ -334,6 +334,7 @@ summary {
padding: 0 2px; padding: 0 2px;
background: rgba(8, 48, 78, 0.9); background: rgba(8, 48, 78, 0.9);
width: 708px; width: 708px;
height: 23px;
border: 1px solid #20A8B1; border: 1px solid #20A8B1;
z-index: 3001; z-index: 3001;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;