Author: cgeer
Date: Tue Feb 19 01:42:43 2013
New Revision: 1447567

URL: http://svn.apache.org/r1447567
Log:
RAVE-869 This is a partial fix that just puts the footer behind the canvas with 
z-index.

Modified:
    rave/trunk/rave-portal-resources/src/main/webapp/static/css/rave-skin.less

Modified: 
rave/trunk/rave-portal-resources/src/main/webapp/static/css/rave-skin.less
URL: 
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/webapp/static/css/rave-skin.less?rev=1447567&r1=1447566&r2=1447567&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/src/main/webapp/static/css/rave-skin.less 
(original)
+++ rave/trunk/rave-portal-resources/src/main/webapp/static/css/rave-skin.less 
Tue Feb 19 01:42:43 2013
@@ -93,7 +93,8 @@ input{
 footer{
        background: @white;
        position: relative;
-       z-index: 1000;
+    // Makes sure footer is behind the canvas
+       z-index: 998;
 }
 
 /* Buttons


Reply via email to