diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-09 23:01:39 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-09 23:01:39 +0000 |
commit | 2252cad061c37371923b610c893bb556e03e95a6 (patch) | |
tree | c0078b30b763ddea7c955a2dcd87f32c1fff12a2 | |
parent | 47aea95983911015f2a143e90b05c3bfb0de941f (diff) | |
download | elgg-2252cad061c37371923b610c893bb556e03e95a6.tar.gz elgg-2252cad061c37371923b610c893bb556e03e95a6.tar.bz2 |
top toolbar elements fixed for ie
git-svn-id: https://code.elgg.org/elgg/trunk@1815 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | views/default/css.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/default/css.php b/views/default/css.php index 62f2264bf..4e58529f4 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -449,7 +449,7 @@ h6 { font-size: 0.8em; } } #elgg_topbar_container_left a.privatemessages { background:transparent url(<?php echo $vars['url']; ?>_graphics/toolbar_messages_icon.gif) no-repeat left 2px; - padding:0 0 0 16px; + padding:0 0 4px 16px; margin:0 15px 0 5px; } #elgg_topbar_container_left a.privatemessages:hover { @@ -505,12 +505,12 @@ h6 { font-size: 0.8em; } } /* IE6 fix */ * html #elgg_topbar_container_right a { - height: 22px; + height: 20px; width: 120px; } /* IE7 */ *:first-child+html #elgg_topbar_container_right a { - height: 22px; + height: 20px; } #elgg_topbar_container_right a:hover { background-position: right -21px; |