Howdy,

I am looking at getting my application usable on an iPhone preferably in
vertical mode.

As I was already using the standard simplicity css theme and I am by no
means a css expert, I started by creating an additional css file to sit
above that (See below). It works ok for most of the screens, although I
still need to do something with the menus. 

Has anybody got something working on an iPhone ?


iPhone.css

div#page {
                width:100%;
        max-width:780px;
    }
div#content {
        width:100%;
        max-width:701px;
}

div#main {
        width:95%;
        min-width:100px;
}


div#header {
            margin: 0 0 2em 0;
        }
        
div#branding {
             display:none; 
        }
.table {
        width:99%;      
}

        
div.exportlinks {

width:95%;
}

/* add this class to list columns like email addresses that you want the
text to be 
split over multiple lines even if it does not have spaces, Note does not
work with FF*/

.wordBreakable {
        word-break:break-all;
        }

Thanks,
Harps.


-- 
View this message in context: 
http://www.nabble.com/Appfuse-viewable-on-iPhone-tp25734848s2369p25734848.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to