[Rt-commit] rt branch, 4.0/ie8-pie-css-fix, created. rt-4.0.4-144-g8aeb26f

? sunnavy sunnavy at bestpractical.com
Mon Dec 19 00:43:28 EST 2011


The branch, 4.0/ie8-pie-css-fix has been created
        at  8aeb26ff81fb234330ddbf0fc27a6a690143f5dd (commit)

- Log -----------------------------------------------------------------
commit 8aeb26ff81fb234330ddbf0fc27a6a690143f5dd
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon Dec 19 13:31:00 2011 +0800

    fix the z-index issue of PIE
    
    it affects ie8, ticket id is #19044
    see also http://css3pie.com/documentation/known-issues/#z-index

diff --git a/share/html/NoAuth/css/aileron/boxes.css b/share/html/NoAuth/css/aileron/boxes.css
index 82ede36..b4f1f14 100644
--- a/share/html/NoAuth/css/aileron/boxes.css
+++ b/share/html/NoAuth/css/aileron/boxes.css
@@ -91,6 +91,7 @@
 
 .titlebox .titlebox-title {
  position: relative;
+ z-index: 1;
 }
 
 .titlebox .titlebox-title a {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list