<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi vtiger Team,<br>
<br>
After migration, the new login page header is the following:<br>
<br>
<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.01
Transitional//EN"><br>
<html><br>
<head><br>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8"><br>
<title>vtiger CRM 5 - Commercial Open Source CRM</title><br>
<style type="text/css"><big><big><b>@import
url("include/style.css");</b></big></big></style><br>
<script language="JavaScript" type="text/javascript"
src="include/js/popup.js"></script><br>
<script type="text/javascript" language="JavaScript"><br>
function set_focus() {<br>
if (document.DetailView.user_name.value != '') {<br>
document.DetailView.user_password.focus();<br>
document.DetailView.user_password.select();<br>
}<br>
else document.DetailView.user_name.focus();<br>
}<br>
</script><br>
</head><br>
<br>
------------------<br>
The CSS style include line (bigger above) <br>
- works on Firefox 8<br>
- works on Opera 11.52<br>
- works on Safari 5.1.1<br>
- works on IE 8<br>
<br>
But does not work on<br>
- Google Chrome (Latest: 15.0.874.120 m ) when the extension of Web
Developer 0.3.1 (for Chorme) is enabled.<br>
<br>
Disabling this extension the CSS problem disappears. <br>
<br>
The CSS file does not load with this settings: @import when the
extension of Web Developer 0.3.1 (for Chorme) is enabled.<br>
Here is a post about this issue:<br>
<a
href="http://www.google.com/support/forum/p/Chrome/thread?tid=7a4000e58df31fda&hl=en">http://www.google.com/support/forum/p/Chrome/thread?tid=7a4000e58df31fda&hl=en</a><br>
<br>
Cheers:<br>
<br>
<br>
<div class="moz-signature">-- <br>
<br>
Holbok István<br>
telefon: +3670-342-0900<br>
e-mail: <a href="mailto:holbok@gmail.com">holbok@gmail.com</a><br>
<br>
<br>
</div>
</body>
</html>