diff --git a/css/structure/jquery.mobile.listview.css b/css/structure/jquery.mobile.listview.css index 9726cc5b..c8917a47 100644 --- a/css/structure/jquery.mobile.listview.css +++ b/css/structure/jquery.mobile.listview.css @@ -10,7 +10,7 @@ ol.ui-listview .ui-link-inherit:before, ol.ui-listview .ui-li-static:before, .ui ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid chance of duplication */ .ui-listview-inset .ui-li { border-right-width: 1px; border-left-width: 1px; } .ui-li:last-child, .ui-li.ui-field-contain:last-child { border-bottom-width: 1px; } -.ui-li>.ui-btn-inner { display: block; position: relative; padding: 0; } +.ui-li>.ui-btn-inner { display: block; position: relative; padding-right: 0; } .ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li { padding: .7em 15px .7em 15px; display: block; } .ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb { min-height: 60px; padding-left: 100px; } .ui-li-has-icon .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-icon { min-height: 20px; padding-left: 40px; } diff --git a/docs/lists/lists-themes.html b/docs/lists/lists-themes.html index 2a5dc555..5bb18227 100755 --- a/docs/lists/lists-themes.html +++ b/docs/lists/lists-themes.html @@ -105,7 +105,23 @@
The default icon position for each list item is to the right. To override this, set the data-iconpos="left" attribute on the desired list item.
+
+<li data-iconpos="left"><a href="#">Left to Right</a></li>
+<li data-iconpos="right"><a href="#">Right to Left</a></li>
+<li><a href="#">Left to Right</a></li>
+
+
+
-- - - diff --git a/tests/unit/fetchlink/ext-2.html b/tests/unit/fetchlink/ext-2.html deleted file mode 100644 index 9dfa2ac0..00000000 --- a/tests/unit/fetchlink/ext-2.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - -“You will not apply my precept,” he said, shaking his head. “How often have I said to you that when you have eliminated the impossible, whatever remains, however improbable, must be the truth?”
- Arthur Conan Doyle - Sherlock Holmes: The Sign of the Four -
-- - - diff --git a/tests/unit/fetchlink/fetchlink_core.js b/tests/unit/fetchlink/fetchlink_core.js deleted file mode 100644 index eeb866bf..00000000 --- a/tests/unit/fetchlink/fetchlink_core.js +++ /dev/null @@ -1,20 +0,0 @@ -/* - * fetchlink unit tests - */ - -(function($){ - - module( 'jquery.mobile.fetchlink.js' ); - - test( "This test knows what the hell I’m talking about.", function(){ - ok( $( "#typeless-input" ).hasClass( "ui-input-text" ) ); - }); - - test( "This test does nothing.", function(){ - expect( 2 ); - - ok( true, "This is true.") - equal( false, false, "False equals false." ); - }); - -})(jQuery); diff --git a/tests/unit/fetchlink/index.html b/tests/unit/fetchlink/index.html deleted file mode 100644 index af01b063..00000000 --- a/tests/unit/fetchlink/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - -“What the deuce is it to me?” he interrupted impatiently; “you say that we go ’round the sun. If we went ’round the moon it would not make a pennyworth of difference to me or to my work.”
- Arthur Conan Doyle - Sherlock Holmes: A Study in Scarlet -