summaryrefslogtreecommitdiffstats
path: root/css/narrow.css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2011-11-13 21:17:12 -0800
committerArun Persaud <apersaud@lbl.gov>2011-11-13 22:00:03 -0800
commit4064c0f157255114c6f262f4709fea2b92460be9 (patch)
treefef7dbfbc4f9561c0bf0bdeab2b4f02a45f652ba /css/narrow.css
parent2bd1c94dd7e712bb2cc8e2c16fb317bd0169c59c (diff)
downloade-DoKo-4064c0f157255114c6f262f4709fea2b92460be9.tar.gz
e-DoKo-4064c0f157255114c6f262f4709fea2b92460be9.tar.bz2
e-DoKo-4064c0f157255114c6f262f4709fea2b92460be9.zip
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
Diffstat (limited to 'css/narrow.css')
-rw-r--r--css/narrow.css19
1 files changed, 18 insertions, 1 deletions
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;
+}