diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-08 09:42:36 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-08 09:42:36 +0000 |
commit | b993fdba7b19aba051c56d4ec73426fc76b583b0 (patch) | |
tree | 222a7f505f67ac0bf4e3dea66d77b6e974ea096a /views/default/css_ie.php | |
parent | 309433062ad019f61a73cca7090e15a8b6fab4ea (diff) | |
download | elgg-b993fdba7b19aba051c56d4ec73426fc76b583b0.tar.gz elgg-b993fdba7b19aba051c56d4ec73426fc76b583b0.tar.bz2 |
Updated display and position of likes lists. Added js to dismiss list if a click outside the list is detected, also added js so only one list is viewable at a time.
git-svn-id: http://code.elgg.org/elgg/trunk@6392 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css_ie.php')
-rw-r--r-- | views/default/css_ie.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css_ie.php b/views/default/css_ie.php index f2b3575bb..9d0dcdea1 100644 --- a/views/default/css_ie.php +++ b/views/default/css_ie.php @@ -37,7 +37,7 @@ text-align:center; float:left; top:-1px; - right:auto; + right:auto; } #elgg_topbar_contents a.privatemessages.new {padding:0 0 0 20px;} #elgg_topbar_contents a.privatemessages:hover {background-position:left 2px;} |