From dfc94b40798a20a2c34b41c005d311d1221a4de3 Mon Sep 17 00:00:00 2001
From: Connor Turland <connorturland@gmail.com>
Date: Tue, 22 Dec 2015 16:34:30 -0500
Subject: [PATCH] fix up styling on chat text input

---
 app/assets/stylesheets/clean.css.erb | 2 +-
 app/assets/stylesheets/junto.css.erb | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/app/assets/stylesheets/clean.css.erb b/app/assets/stylesheets/clean.css.erb
index 93f6d9c9..09b5eba8 100644
--- a/app/assets/stylesheets/clean.css.erb
+++ b/app/assets/stylesheets/clean.css.erb
@@ -25,7 +25,7 @@
 }
 
 #famousOverlay {
-  position:fixed;
+  position:absolute;
   top: 0;
   width: 100%;
   height: 100%;
diff --git a/app/assets/stylesheets/junto.css.erb b/app/assets/stylesheets/junto.css.erb
index e0660cad..1b8eac25 100644
--- a/app/assets/stylesheets/junto.css.erb
+++ b/app/assets/stylesheets/junto.css.erb
@@ -255,10 +255,11 @@
 }
 .chat-box .chat-input {
   min-height: 80px;
-  width: 100%;
-  padding: 8px 8px 8px 8px;
+  width: 94%;
+  padding: 8px 3% 8px 3%;
   font-size: 13px;
   outline: none;
+  resize: none;
 }
 .chat-box .chat-messages {
   width: 100%;