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 --- css/narrow.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'css/narrow.css') diff --git a/css/narrow.css b/css/narrow.css index 29aad6b..dc69296 100644 --- a/css/narrow.css +++ b/css/narrow.css @@ -53,4 +53,21 @@ header, footer { div.table img.table { width:50%; -} \ No newline at end of file +} + +.message { + position: relative; + background-color: #fff; + width: 100%; + top:0em; + left:0%; + right:0%; + text-align: center; + z-index:1; +} +.message >div { border: 2px solid black; } +.message div div { + width: 100%; + text-align: right; + font-size: smaller; +} -- cgit v1.2.3-18-g5258