diff --git a/css/glowingbear.css b/css/glowingbear.css index 06d633c..39afeb4 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -100,8 +100,10 @@ body { padding-bottom:70px; } -input#sendMessage { +#sendMessage { width: 100%; + height: 36px; + resize: none; } #footer button { border-radius: 0; @@ -109,7 +111,7 @@ input#sendMessage { .panel input, .panel .input-group { max-width: 300px; } -input[type=text], input[type=password], .badge { +input[type=text], input[type=password], #sendMessage, .badge { border: 0; border-radius: 0; color: #ccc; diff --git a/directives/input.html b/directives/input.html index 4b58053..27eb6be 100644 --- a/directives/input.html +++ b/directives/input.html @@ -1,6 +1,7 @@ -