From c1ab3ea0daff8c40983893d00160ec4dfb8c0f1f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 23 Feb 2013 19:58:22 -0800 Subject: css --- public/css/chat.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/public/css/chat.css b/public/css/chat.css index f792709..7657f6e 100644 --- a/public/css/chat.css +++ b/public/css/chat.css @@ -11,6 +11,7 @@ padding-left: 10px; padding-right: 10px; padding-bottom: 5px; + width: 250px; } #chat #chat_shim { height: 390px; @@ -38,14 +39,17 @@ } #form { - position: absolute; + margin: 0; } #form input { outline: 0; - border: 1px solid #cccccc; + margin-top: 0; + border: 1px solid #ddd; + border-right-width: 4px; padding: 2px; - width: 100%; + margin-left: 10px; font-size: 13px; + width: 251px; } #form #open-emoticons { position: absolute; @@ -64,7 +68,7 @@ bottom: 39px; width: 110px; padding: 2px 0px 2px 5px; - border: 1px solid #dddddd; + border: 1px solid #ddd; background: white; } #form #emoticons img { -- cgit v1.2.3-70-g09d2