upgrade jquery UI to 1.9.2, fixing chrome display bug

pull/83/head
Thibault Duplessis 2012-12-18 00:08:06 +01:00
parent cb90a3d284
commit 36838db373
7 changed files with 11 additions and 86 deletions

View File

@ -7,7 +7,7 @@ import play.api.templates.Html
trait AssetHelper {
val assetVersion = 18
val assetVersion = 19
def cssTag(name: String) = css("stylesheets/" + name)

File diff suppressed because one or more lines are too long

View File

@ -19,7 +19,7 @@ function customFunctionOnPgnGameLoad() {
return false;
});
redrawBoardMarks();
$("#GameButtons table").css('width', '514px').buttonset();
$("#GameButtons table").css('width', '514px').find("input").button();
$("#autoplayButton").click(refreshButtonset);
}
@ -68,5 +68,5 @@ function redrawBoardMarks() {
}
function refreshButtonset() {
$("#autoplayButton").addClass("ui-button ui-widget ui-state-default");
$("#autoplayButton").addClass("ui-button ui-widget ui-state-default ui-corner-all");
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,8 @@ input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;
/* jquery-ui */
/* button */
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-state-default {
border: 1px solid #d3d3d3;
}
@ -63,7 +64,7 @@ ul.ui-autocomplete li a {
padding: 0.6em 1em;
text-decoration: none;
}
ul.ui-autocomplete li a.ui-state-hover {
ul.ui-autocomplete li a.ui-state-focus {
background: #E1F6F8;
color: #444;
}

1
todo
View File

@ -45,7 +45,6 @@ add fullscreen mode for spectators and load new games in a loop (based on certai
make chess captcha more usable
tournament 404 page
log off = tournament resign
[!!!!] chrome shows checkboxes on setup screen
show all join requests
show join requests in teams list
kick someone out of a team