diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-01 05:43:13 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-01 05:43:13 +0000 |
commit | feb06b06a6c4267b52394d6345c31e4fc94d8479 (patch) | |
tree | 19f13b03fcdbbd5c6e74fe7537e496b5644051f4 /views/default/css/elements | |
parent | 5bc52635a81d2448dbbbb8f0b62062229706b4f1 (diff) | |
download | elgg-feb06b06a6c4267b52394d6345c31e4fc94d8479.tar.gz elgg-feb06b06a6c4267b52394d6345c31e4fc94d8479.tar.bz2 |
core/likes/display uses image-block component. ensures that the like icon is even with the "x users liked this" text. Wondering if we should split the two up entirely.
git-svn-id: http://code.elgg.org/elgg/trunk@8528 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/elements')
-rw-r--r-- | views/default/css/elements/navigation.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/default/css/elements/navigation.php b/views/default/css/elements/navigation.php index d7c225d8a..c1a6b019b 100644 --- a/views/default/css/elements/navigation.php +++ b/views/default/css/elements/navigation.php @@ -398,6 +398,11 @@ color: #aaa; } +/* Ick. Allows the horizontal menu to hold image blocks without breaking */ +.elgg-menu-metadata .elgg-body:after { + content: '.'; +} + /* *************************************** TITLE *************************************** */ |