gnu-social/plugins/MobileProfile
Brion Vibber 84726791d3 Fix for ticket #2286: [mobile] Text extends beyond border of repeat confirmation dialog floater box on iPhone
http://status.net/open-source/issues/2286

This bit of CSS was constricting the vertical size of the popup form for repeats:

.notice-options form {
 width:16px;
 height:16px;
}

I can only assume this was originally meant to constrain the mini inline AJAX forms to the size of the clickable buttons, but it doesn't make a difference to how those are displayed on iPhone, Android, or Opera Mini.
Removing the statement lets the popup form go to its natural size, covering the button.
2010-07-30 14:12:37 -07:00
..
locale Pull localization updates from 0.9.x branch 2010-05-03 12:27:44 -07:00
MobileProfilePlugin.php Allow plugins to load their styles for mobile view; fixes bad realtime button layout 2010-05-07 01:28:37 +00:00
mp-handheld.css Init mp-handheld stylesheet. For now, it is reusing mp-screen. Future 2009-10-12 12:29:19 +00:00
mp-screen.css Fix for ticket #2286: [mobile] Text extends beyond border of repeat confirmation dialog floater box on iPhone 2010-07-30 14:12:37 -07:00