DataZombies / jQTouch

jQT extensions jqt.activityIndicator, jqt.bars (with numeric badges), jqt.checkGroup & jqt.segmentedControl.Get updates via Twitter http://twitter.com/HeadDZombie. If you find this fork useful please make a donation via PayPal (http://tinyurl.com/2fpmx27). See below for demo links.
MIT License
159 stars 34 forks source link

[BUG] Class button not positioned correctly #22

Closed chanders closed 13 years ago

chanders commented 13 years ago

I downloaded your package (82MB!) and I must say I love this fork, especially with the tabbar at the bottom.

I noticed your apple/theme.css file is different from the one when you browse the source here on git. It looks much more realistic and I like the fact that you used gradients instead of images for the buttons.

The default button class however, even though it has the CSS property float:right it sill defaults to the left if added to page. This means I cant add any buttons to the right of a page just using the button class.

http://trinifieds.com/classifieds/wp-content/themes/mobile/text.html

DataZombies commented 13 years ago

I downloaded your package (82MB!) and I must say I love this fork, especially with the tabbar at the bottom.

Thank you. I'm glad you like it.

I noticed your apple/theme.css file is different from the one when you browse the source...

Nope. Sorry, that's not me. I'm not modifying any of Sencha Labs' files. Perhaps you mean BeeDesk's fork?

The default button class however, even though it has the CSS property float:right it sill defaults to the left...

The style sheet ( apple / theme.css, lines 54 - 75) set the classes .button, .back, .cancel & .add to right: 6px. Only the .back class has that reset to left: 6px.

I don't think this is the the fork your'e looking for. :-)