upgrade jquery UI to 1.9.2, fixing chrome display bug

This commit is contained in:
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 { trait AssetHelper {
val assetVersion = 18 val assetVersion = 19
def cssTag(name: String) = css("stylesheets/" + name) 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; return false;
}); });
redrawBoardMarks(); redrawBoardMarks();
$("#GameButtons table").css('width', '514px').buttonset(); $("#GameButtons table").css('width', '514px').find("input").button();
$("#autoplayButton").click(refreshButtonset); $("#autoplayButton").click(refreshButtonset);
} }
@ -68,5 +68,5 @@ function redrawBoardMarks() {
} }
function refreshButtonset() { 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 */ /* jquery-ui */
/* button */ /* 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 { .ui-state-default {
border: 1px solid #d3d3d3; border: 1px solid #d3d3d3;
} }
@ -63,7 +64,7 @@ ul.ui-autocomplete li a {
padding: 0.6em 1em; padding: 0.6em 1em;
text-decoration: none; text-decoration: none;
} }
ul.ui-autocomplete li a.ui-state-hover { ul.ui-autocomplete li a.ui-state-focus {
background: #E1F6F8; background: #E1F6F8;
color: #444; 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 make chess captcha more usable
tournament 404 page tournament 404 page
log off = tournament resign log off = tournament resign
[!!!!] chrome shows checkboxes on setup screen
show all join requests show all join requests
show join requests in teams list show join requests in teams list
kick someone out of a team kick someone out of a team