From 9c90fd05f7377151c614aab76c69a346c3dd114a Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Thu, 15 Oct 2009 14:20:42 +0000 Subject: [PATCH] Set width only to textarea --- plugins/MobileProfile/mp-screen.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css index 0f97de17c4..6adf7b1aae 100644 --- a/plugins/MobileProfile/mp-screen.css +++ b/plugins/MobileProfile/mp-screen.css @@ -40,8 +40,11 @@ float:none; .form_settings .form_data input { margin-left:0; display:block; +} +.form_settings .form_data textarea { width:96.41%; } + .form_settings .form_data label { float:none; }