Finetuned the IE dropshadow
authorthe_mgt <themgt@ueberserver.de>
Wed, 27 Jul 2011 10:17:20 +0000 (12:17 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:43:41 +0000 (21:43 +0000)
webcit/static/styles/ie_lte8.css

index d0cb66ba3049896c1c8b4f6527758cd2f991d7b0..3664967bfe90a2bde1620add9566e187bcbcdf21 100644 (file)
@@ -1,13 +1,8 @@
-.message, .boxcontent {
+.message, .box {
        zoom: 1;
-       filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=0, Strength=1)
-       progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=45, Strength=1)
-       progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=90, Strength=2)
-       progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2)
-       progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=180, Strength=3)
-       progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=225, Strength=3)
-       progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=260, Strength=2)
-       progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=305, Strength=2);
-
+       filter:
+       progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4)
+       progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=180, Strength=5)
+       progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=225, Strength=2)
+       progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=260, Strength=1);
 }
-