Changeset 7933


Ignore:
Timestamp:
Feb 22, 2009, 8:08:06 PM (14 years ago)
Author:
livings124
Message:

(1.5x) on the iPhone, when the web interface is in portrait mode and run full screen, display the footer bar in the correct place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.5x/web/javascript/common.js

    r6787 r7933  
    7070                $('div.dialog_container div.dialog_window a').css('padding', '2px 10px 3px');
    7171        }
     72    if (iPhone)
     73        if(window.navigator.standalone)
     74            // Fix min height for iPhone when run in full screen mode from home screen
     75            // so the footer appears in the right place
     76            $('body div#torrent_container').css('min-height', '338px');
    7277});
    7378
Note: See TracChangeset for help on using the changeset viewer.