Author: manolo
Date: Sat Jul 14 09:40:21 2012
New Revision: 1361500

URL: http://svn.apache.org/viewvc?rev=1361500&view=rev
Log:
Enable chromeframe in IE6/7/8 when available

Modified:
    james/hupa/trunk/client/pom.xml
    james/hupa/trunk/client/src/main/webapp/Hupa.css
    james/hupa/trunk/client/src/main/webapp/Hupa.html

Modified: james/hupa/trunk/client/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/client/pom.xml?rev=1361500&r1=1361499&r2=1361500&view=diff
==============================================================================
--- james/hupa/trunk/client/pom.xml (original)
+++ james/hupa/trunk/client/pom.xml Sat Jul 14 09:40:21 2012
@@ -144,6 +144,7 @@
                     
<disableClassMetadata>${gwt.disableClassMetadata}</disableClassMetadata>
                     
<disableCastChecking>${gwt.disableCastChecking}</disableCastChecking>
                     <logLevel>${gwt.logLevel}</logLevel>
+                    <style>${gwt.style}</style>
                     <modules>
                         
<module>org.apache.hupa.Hupa${gwt.moduleSuffix}</module>
                     </modules>

Modified: james/hupa/trunk/client/src/main/webapp/Hupa.css
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/client/src/main/webapp/Hupa.css?rev=1361500&r1=1361499&r2=1361500&view=diff
==============================================================================
--- james/hupa/trunk/client/src/main/webapp/Hupa.css (original)
+++ james/hupa/trunk/client/src/main/webapp/Hupa.css Sat Jul 14 09:40:21 2012
@@ -164,8 +164,8 @@ div.hupa-bottom {
 /************[ view: LoginView ]*******************/
 table.hupa-login {
     text-align: right;
-    margin-left: -125px;
-    position: absolute;
+    margin-left: -220px;
+    position: relative;
     left: 50%;
     padding: 40px;
 }

Modified: james/hupa/trunk/client/src/main/webapp/Hupa.html
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/client/src/main/webapp/Hupa.html?rev=1361500&r1=1361499&r2=1361500&view=diff
==============================================================================
--- james/hupa/trunk/client/src/main/webapp/Hupa.html (original)
+++ james/hupa/trunk/client/src/main/webapp/Hupa.html Sat Jul 14 09:40:21 2012
@@ -18,6 +18,9 @@
 <html>
   <head>
     <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <!--[if lt IE 9]>
+      <meta http-equiv="X-UA-Compatible" content="chrome=1">
+    <![endif]-->    
 
     <link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon"/>
     



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to