From 699e43b67153ee9d74acd75ccfb609b9fcfb6154 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 5 Jul 2012 19:26:36 +0200 Subject: [PATCH] fix bg --- teleforma/static/teleforma/css/teleforma.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index 348e9a6c..9f71f423 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1399,7 +1399,7 @@ input,textarea{ background-color: #FFF; color: #0000 ; font-weight: normal; - max-height: 250px; + max-height: 400px; overflow-y: auto; } @@ -1572,15 +1572,15 @@ input,textarea{ #chatwindow { min-height: 10em; - max-height: 35em; + max-height: 34em; border-bottom: 1px solid; padding: 0.8em; overflow: auto; background-color: white; font-size: 0.8125em; - -moz-border-radius: 8px 0px 8px 8px; - -webkit-border-radius: 8px 0px 8px 8px; - border-radius: 8px 0px 8px 8px; + -moz-border-radius: 8px 0px 8px 8px; + -webkit-border-radius: 8px 0px 8px 8px; + border-radius: 8px 0px 8px 8px; } .msg { -- 2.39.5