Page 3 of 3

ui has changed overnight?

Posted: Tue Jan 22, 2013 3:12 pm
by Michael4771079

Sorry Katya,
but the app with the problems we spoke about is called "sometaxi"

http://project.tiggzi.com/mobile-fram...


ui has changed overnight?

Posted: Tue Jan 22, 2013 6:29 pm
by Maryna Brodina

Hello!
Michael sorry for all this misunderstanding. Let's try again:) Please check your inbox messages. Let us know if you still have any problem!


ui has changed overnight?

Posted: Tue Jan 22, 2013 6:46 pm
by Maryna Brodina

As for button in footer - try next CSS:
code.mobileFooter {
padding: 3px 3px 3px 3px !important;
}/code


ui has changed overnight?

Posted: Wed Jan 23, 2013 2:24 pm
by Michael4771079

Hi Marina,
thanks for the conversion, I can use it when the bug with selectmenu is fixed, (select menu will not accept an email address as a value)

footer css works a treat!
thanks for your help


ui has changed overnight?

Posted: Mon Mar 18, 2013 8:21 pm
by Mike5654406

Hello,
I am using ui-btn-left and ui-btn-right in the footer. The CSS mentioned above fixed the bottom padding of both buttons, but I am having an issue with the right padding of the right button.
Image


ui has changed overnight?

Posted: Mon Mar 18, 2013 10:00 pm
by Maryna Brodina

Hello! Now footer has left and right padding. Taking that into account you would need to add next rule into CSS:

code.mobileFooter .ui-btn-right{
right: 11px !important;
}/code