diff --git a/css/glowingbear.css b/css/glowingbear.css index b44c71a..983c98d 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -105,10 +105,8 @@ body { padding-bottom:70px; } -#sendMessage { +input#sendMessage { width: 100%; - height: 36px; - resize: none; } #footer button { border-radius: 0; @@ -116,7 +114,7 @@ body { .panel input, .panel .input-group { max-width: 300px; } -input[type=text], input[type=password], #sendMessage, .badge { +input[type=text], input[type=password], .badge { border: 0; border-radius: 0; color: #ccc; diff --git a/directives/input.html b/directives/input.html index 181748f..43fd60d 100644 --- a/directives/input.html +++ b/directives/input.html @@ -1,7 +1,6 @@ -