minor cleanups to the #toolbox

- ensure each added item in plugins has a space before
- use   in links so they're not split over lines
- make case consistant between core IITC and plugins
This commit is contained in:
Jon Atkins
2013-04-12 14:55:08 +01:00
parent 278fdfae61
commit 04b5e3e52b
5 changed files with 6 additions and 6 deletions

View File

@ -389,7 +389,7 @@ window.plugin.scoreboard.fieldArea = function(field) {
}
var setup = function() {
$('#toolbox').append('<a onclick="window.plugin.scoreboard.display()">scoreboard</a>');
$('#toolbox').append(' <a onclick="window.plugin.scoreboard.display()">Scoreboard</a>');
$('head').append('<style>' +
'.ui-dialog-scoreboard {max-width:600px !important; width:600px !important;}' +
'#scoreboard table {margin-top:10px; border-collapse: collapse; empty-cells: show; width:100%; clear: both;}' +