[Jifty-commit] r643 - in jifty/trunk: . share/web/templates/_elements

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Mar 2 16:08:14 EST 2006


Author: trs
Date: Thu Mar  2 16:08:13 2006
New Revision: 643

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/static/css/base.css
   jifty/trunk/share/web/templates/_elements/wrapper

Log:
 r8814 at wintermute:  tom | 2006-03-02 16:07:45 -0500
 * Correct attribute is type
 * Make sure the loading message has a high z-index


Modified: jifty/trunk/share/web/static/css/base.css
==============================================================================
--- jifty/trunk/share/web/static/css/base.css	(original)
+++ jifty/trunk/share/web/static/css/base.css	Thu Mar  2 16:08:13 2006
@@ -48,6 +48,7 @@
     position: fixed;
     top: 10px;
     right: 10px;
+    z-index: 42;
 }
 
 

Modified: jifty/trunk/share/web/templates/_elements/wrapper
==============================================================================
--- jifty/trunk/share/web/templates/_elements/wrapper	(original)
+++ jifty/trunk/share/web/templates/_elements/wrapper	Thu Mar  2 16:08:13 2006
@@ -13,7 +13,7 @@
 % }
   <% Jifty->web->render_messages %>
   <% $m->content |n%>
-  <script language="javascript"><!--
+  <script type="text/javascript"><!--
   document.write('<div id="keybindings">');
   writeKeyBindingLegend();
   document.write('</div>');


More information about the Jifty-commit mailing list