]> git.parisson.com Git - teleforma.git/commitdiff
fix bg
authoryomguy <yomguy@parisson.com>
Thu, 5 Jul 2012 17:26:36 +0000 (19:26 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 5 Jul 2012 17:26:36 +0000 (19:26 +0200)
teleforma/static/teleforma/css/teleforma.css

index 348e9a6ce9685e14546399361ee0ec1cf3268553..9f71f423357e173640fdd5373ecb75876a2bafef 100644 (file)
@@ -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 {