From 2252cad061c37371923b610c893bb556e03e95a6 Mon Sep 17 00:00:00 2001 From: pete Date: Sat, 9 Aug 2008 23:01:39 +0000 Subject: top toolbar elements fixed for ie git-svn-id: https://code.elgg.org/elgg/trunk@1815 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'views') 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(_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; -- cgit v1.2.3