From 2f01bd1309f211c88a3584d513360508811c784e Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Mon, 19 Sep 2011 21:29:09 +0000 Subject: [PATCH] Disclaimer and button size. --- gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html index 3661aae1b..8c31c6ac5 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html @@ -34,8 +34,15 @@ } #disclaimer { - font-size: 20%; + color: #ffffff; + font-size: 80%; } + + .ui-button-text-only .ui-button-text { + font-size: 70%; + padding: .2em .5em; + } +