diff --git a/htdocs/theme/phones/smartphone/theme/default/default.css.php b/htdocs/theme/phones/smartphone/theme/default/default.css.php index b5b2ae4de59..5e375ea6982 100644 --- a/htdocs/theme/phones/smartphone/theme/default/default.css.php +++ b/htdocs/theme/phones/smartphone/theme/default/default.css.php @@ -41,4 +41,8 @@ else header('Cache-Control: no-cache'); ?> -.ui-mobile #dol-homeheader { text-align: center } +.ui-mobile #dol-home { background: #e5e5e5 url(../images/jqm-sitebg.png) top center repeat-x; } +.ui-mobile #dol-homeheader { padding: 5px 5px 0; text-align: center } +.ui-mobile #dol-homeheader h1 { margin: 0 0 10px; } +.ui-mobile #dol-homeheader p { margin: 0; } + diff --git a/htdocs/theme/phones/smartphone/tpl/login.tpl.php b/htdocs/theme/phones/smartphone/tpl/login.tpl.php index a4ff3eeacb0..9e4d37f9c41 100644 --- a/htdocs/theme/phones/smartphone/tpl/login.tpl.php +++ b/htdocs/theme/phones/smartphone/tpl/login.tpl.php @@ -67,14 +67,14 @@ $smartphone->smartheader();