From 7faf3f5a37e0046cf4e898de52e5f0fac11cd3b6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 19 Feb 2011 17:08:52 +0000 Subject: [PATCH] Enhancement in smartphone menu management --- .../theme/phones/smartphone/theme/default/default.css.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/phones/smartphone/theme/default/default.css.php b/htdocs/theme/phones/smartphone/theme/default/default.css.php index f21618b6132..8bcd6f25e3f 100644 --- a/htdocs/theme/phones/smartphone/theme/default/default.css.php +++ b/htdocs/theme/phones/smartphone/theme/default/default.css.php @@ -79,12 +79,17 @@ input.ui-input-text, textarea.ui-input-text { padding: 0.2em; } +.ui-body-b { + background: #FFFFFF; +} + .ui-body-c { background: #FFFFFF; } .loginform { - margin: 40px; + margin-left: 10px; + margin-right: 10px; padding: 10px; }