Changeset 1413906
- Timestamp:
- 05/10/2016 02:27:14 PM (10 years ago)
- Location:
- wp-back-button/trunk
- Files:
-
- 2 edited
-
css/style.css (modified) (1 diff)
-
js/wp-backbutton.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-back-button/trunk/css/style.css
r1403131 r1413906 1 1 .home .backButton{ 2 display:none !important; 3 } 2 4 .backButton.Right{ 3 5 text-align: right; -
wp-back-button/trunk/js/wp-backbutton.js
r1403131 r1413906 2 2 3 3 $(document).ready(function() { 4 $('.backButton.Right').css("right" , "0px"); 5 $('.backButton.Left').css("left" , "0px"); 4 if($(document.body)[0].scrollHeight > $(window).height() == false){ 5 $('.backButton.Right').css("right" , "0px"); 6 $('.backButton.Left').css("left" , "0px"); 7 } 6 8 }); 7 9
Note: See TracChangeset
for help on using the changeset viewer.