Further bugfixes related to chat/debug.

This commit is contained in:
Jon Benson
2013-05-07 15:21:05 +10:00
parent 0108d1b49c
commit 1a701e5a32
6 changed files with 15 additions and 9 deletions

View File

@ -67,8 +67,15 @@ body {
width: 77px;
}
#chatcontrols a.active {
border-color: #FFCE00;
border-bottom-width:0px;
font-weight:bold
}
#chatcontrols a.active + a {
border-left-color: #FFCE00
}
#sidebartoggle {
display: none !important;

View File

@ -313,7 +313,7 @@ public class IITC_Mobile extends Activity {
return true;
case R.id.menu_debug:
iitc_view.loadUrl("javascript: window.show('debug')");
actionBar.setTitle(getString(R.string.menu_debug));
actionBar.setTitle(getString(R.string.menu_debug));
return true;
default:
return super.onOptionsItemSelected(item);