aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-15 18:54:22 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-15 18:54:22 +0000
commitf2649a13856374cbaa16fd57d7961ac3d9b8d7db (patch)
tree89bede324ad72bd8b173b9721e7fc2cb6248fed9 /views/default/css.php
parentfb7ac1b3766c38a7159c9a245d364eb8fb46cd7f (diff)
downloadelgg-f2649a13856374cbaa16fd57d7961ac3d9b8d7db.tar.gz
elgg-f2649a13856374cbaa16fd57d7961ac3d9b8d7db.tar.bz2
sidebar arrow position fixed for ie 6 & 7
git-svn-id: https://code.elgg.org/elgg/trunk@1950 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php27
1 files changed, 6 insertions, 21 deletions
diff --git a/views/default/css.php b/views/default/css.php
index 1b21077ea..86440fefb 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -650,23 +650,6 @@ h6 { font-size: 0.8em; }
position:absolute;
width:936px;
}
-/* IE6 fix
-* html .messages {
- margin:20px 20px 0px 20px;
-}
-* html .messages_error {
- margin:20px 20px 0px 20px;
-}
-*/
-/* IE7
-*:first-child+html .messages {
- margin:20px 20px 0px 20px;
-}
-*:first-child+html .messages_error {
- margin:20px 20px 0px 20px;
-}
-*/
-
/* ***************************************
@@ -1401,11 +1384,13 @@ table.search_gallery {
background: #4690d6; /* url(<?php echo $vars['url']; ?>_graphics/tools_over.png) repeat-x top left; */
}
-/* IE 6 - remove transparent png in menu
-* html #owner_block ul li a:hover {
- background: #4690d6;
+/* IE 6 + 7 menu arrow position fix */
+* html #owner_block ul li.selected a {
+ background-position: left 8px;
+}
+*:first-child+html #owner_block ul li.selected a {
+ background-position: left 8px;
}
-*/
/* ***************************************
PAGINATION