diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-15 14:20:42 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-15 14:20:42 +0000 |
commit | 9c90fd05f7377151c614aab76c69a346c3dd114a (patch) | |
tree | 234e638545a9b7c5e68f148cf358a35354276010 /plugins/MobileProfile/mp-screen.css | |
parent | 70a39c5b7b99f6b9d8805761c23a585dc1016eb6 (diff) |
Set width only to textarea
Diffstat (limited to 'plugins/MobileProfile/mp-screen.css')
-rw-r--r-- | plugins/MobileProfile/mp-screen.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css index 0f97de17c..6adf7b1aa 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; } |