From: Sarven Capadisli Date: Thu, 15 Oct 2009 14:20:42 +0000 (+0000) Subject: Set width only to textarea X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9c90fd05f7377151c614aab76c69a346c3dd114a;p=quix0rs-gnu-social.git Set width only to textarea --- 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; }