Changeset 7933
- Timestamp:
- Feb 22, 2009, 8:08:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5x/web/javascript/common.js
r6787 r7933 70 70 $('div.dialog_container div.dialog_window a').css('padding', '2px 10px 3px'); 71 71 } 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'); 72 77 }); 73 78
Note: See TracChangeset
for help on using the changeset viewer.