]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix for ticket #2286: [mobile] Text extends beyond border of repeat confirmation...
authorBrion Vibber <brion@pobox.com>
Fri, 30 Jul 2010 21:12:37 +0000 (14:12 -0700)
committerBrion Vibber <brion@pobox.com>
Fri, 30 Jul 2010 21:12:37 +0000 (14:12 -0700)
commit84726791d33f63ba229aeba8b3c6035244ad2899
tree3699cbc80b88909fe9f6c5c6417f1e7b82af632b
parentfb2e00eacc7090df0d05311e39f08cb72164a78c
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.
plugins/MobileProfile/mp-screen.css