Skip to content
Snippets Groups Projects
Commit f6862d4a authored by Seth Meranda's avatar Seth Meranda
Browse files

set the default zoom level for inept iPhone, adjust spacing for loginMessage again.

parent 69bbaa2e
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ body.landscapeRight #maincontent * {max-width:450px !important;}
}
#casOption .loginMessage {
float:left;
margin-left:10px;
margin-left:5px;
width:200px;
}
#elggOption {
......
......@@ -37,6 +37,7 @@ UNL_Templates::$options['version'] = 3;
$page = UNL_Templates::factory('Mobile');
$page->doctitle = '<title>'.$vars['title'].'</title>';
$page->titlegraphic = '<h1><a href="'.$vars['config']->url.'" title="Planet Red Home">'.$vars['config']->sitename.'</a></h1>';
$page->head .= '<meta name="viewport" content="width=320;" />';
$page->head .= '<link rel="stylesheet" href="' . $vars['url'] .'_css/css.css?lastcache='.$vars['config']->lastcache.'>&amp;viewtype=mobile&view=mobile" type="text/css" />';
$page->head .= '<script src="http://www.google.com/jsapi?key=ABQIAAAAwe1KxJQmdsBUA9Mt6kzATRTiIXXUG0D2APo0gbOVrrcYFR1BiRQFxzzCOWOXtlPqB8ZjQRcBMaFaOA" type="text/javascript"></script>';
$page->head .= '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment