diff options
Diffstat (limited to 'phpBB/adm/style')
| -rw-r--r-- | phpBB/adm/style/admin.css | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/ajax.js | 12 | ||||
| -rw-r--r-- | phpBB/adm/style/install_update_diff.html | 26 | ||||
| -rw-r--r-- | phpBB/adm/style/overall_footer.html | 4 | ||||
| -rw-r--r-- | phpBB/adm/style/overall_header.html | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/simple_footer.html | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/simple_header.html | 2 | 
7 files changed, 25 insertions, 25 deletions
| diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 7afcc3d23b..94f421030d 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1,4 +1,4 @@ -/*  phpBB 3.0 Admin Style Sheet +/*  phpBB 3.1 Admin Style Sheet  	------------------------------------------------------------------------  	Original author:	subBlue ( http://www.subblue.com/ )  	Copyright 2007 phpBB Group ( http://www.phpbb.com/ ) diff --git a/phpBB/adm/style/ajax.js b/phpBB/adm/style/ajax.js index fd2f7a2122..12541cb057 100644 --- a/phpBB/adm/style/ajax.js +++ b/phpBB/adm/style/ajax.js @@ -28,7 +28,8 @@ phpbb.add_ajax_callback('forum_down', function() {  		phpbb.ajaxify({  			selector: el.parents('span').siblings('.up').children('a'), -			callback: 'forum_up' +			callback: 'forum_up', +			overlay: false  		});  	} @@ -43,7 +44,8 @@ phpbb.add_ajax_callback('forum_down', function() {  		phpbb.ajaxify({  			selector: tr.prev().find('.down').children('a'), -			callback: 'forum_down' +			callback: 'forum_down', +			overlay: false  		});  	}  }); @@ -61,7 +63,8 @@ phpbb.add_ajax_callback('forum_up', function() {  		phpbb.ajaxify({  			selector: el.parents('span').siblings('.down').children('a'), -			callback: 'forum_down' +			callback: 'forum_down', +			overlay: false  		});  	} @@ -76,7 +79,8 @@ phpbb.add_ajax_callback('forum_up', function() {  		phpbb.ajaxify({  			selector: tr.next().find('.up').children('a'), -			callback: 'forum_up' +			callback: 'forum_up', +			overlay: false  		});  	}  }); diff --git a/phpBB/adm/style/install_update_diff.html b/phpBB/adm/style/install_update_diff.html index 39c73d5652..b5d25e82f2 100644 --- a/phpBB/adm/style/install_update_diff.html +++ b/phpBB/adm/style/install_update_diff.html @@ -11,12 +11,12 @@  // <