diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-25 18:42:38 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-25 18:42:38 +0000 |
commit | 619ac1ee2dd8a3323bdaa6adabc685002991cff9 (patch) | |
tree | a859e24d31f923b3dfdd376f5f2532e181786033 /views | |
parent | 2d0ceebc979903474e445b04cd2dbe406a8b1f3f (diff) | |
download | elgg-619ac1ee2dd8a3323bdaa6adabc685002991cff9.tar.gz elgg-619ac1ee2dd8a3323bdaa6adabc685002991cff9.tar.bz2 |
widget gallery tooltip positioning and layer issue fixed
git-svn-id: https://code.elgg.org/elgg/trunk@1135 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index 90a9e6424..ef2ff0a9f 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -342,6 +342,7 @@ h6 { font-size: 0.8em; } color:#333333; padding:5px; display:none; + width: 200px; } .droppable-active { |