diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-02-23 19:58:22 -0800 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-02-23 19:58:22 -0800 |
| commit | c1ab3ea0daff8c40983893d00160ec4dfb8c0f1f (patch) | |
| tree | 669ff790c749699a6e18ec4b968038ca372ca7e4 /public/css/chat.css | |
| parent | bf32beb46a38615fa16fc96f2c0225d04cc90434 (diff) | |
css
Diffstat (limited to 'public/css/chat.css')
| -rw-r--r-- | public/css/chat.css | 12 |
1 files 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 { |
