From 396bfd5f8ddbc8169c7ad199d1ad56f98c939795 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 27 Jun 2011 09:55:39 -0400 Subject: [PATCH] CC-2453:Make textarea non resizable - fixed --- airtime_mvc/public/css/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index 037bd5dc3..ed9062730 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -1771,13 +1771,12 @@ label span { margin:0; width:100%; line-height:180%; + resize: none; } #show_what_sending textarea:focus { border:none; } #show_what_sending dl { - height:180px; - overflow:scroll; overflow-x: hidden; }