From 5f63c0279fcc09a54473a683e3b006b6f0efcc3d Mon Sep 17 00:00:00 2001
From: Sarven Capadisli <csarven@status.net>
Date: Mon, 30 Nov 2009 12:27:48 +0000
Subject: [PATCH] Better notice_data-attach alignment for mobile devices that
 support input type file

---
 plugins/MobileProfile/mp-screen.css | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css
index fa94275f44..88826a199b 100644
--- a/plugins/MobileProfile/mp-screen.css
+++ b/plugins/MobileProfile/mp-screen.css
@@ -73,8 +73,6 @@ width:auto;
 margin-left:0;
 }
 
-
-
 #site_nav_global_primary {
 margin:0;
 width:100%;
@@ -90,7 +88,6 @@ float:left;
 font-size:0.9em;
 }
 
-
 #form_notice {
 width:100%;
 }
@@ -115,13 +112,16 @@ iPhone/iPod Touch, Android, Opera Mini Simulator
 display:none;
 }
 #form_notice #notice_data-attach {
-top:auto;
-bottom:0;
-left:0;
-right:auto;
-opacity:1;
+position:static;
+clear:both;
+width:50%;
+height:auto;
+display:block;
 z-index:9;
-width:65%;
+padding:0;
+margin:0;
+background:none;
+opacity:1;
 }
 
 #form_notice #notice_action-submit {
-- 
2.39.5