From 4064c0f157255114c6f262f4709fea2b92460be9 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 13 Nov 2011 21:17:12 -0800 Subject: LAYOUT: moved output of all game message after the tricks and table this should make the html layout more consistent and easier to manage for different screen sizes, e.g. for mobile phones --- include/output.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/output.php') diff --git a/include/output.php b/include/output.php index 1d39074..1adcaa7 100644 --- a/include/output.php +++ b/include/output.php @@ -418,6 +418,8 @@ function output_header() $(".doregister").slideToggle(); }); + $(".message div div").parent().click ( function() { $(this).hide(); }); + }); -- cgit v1.2.3-18-g5258