diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-07 13:29:19 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-07 13:29:19 +0000 |
commit | 856686dd3a7d74e6519068981a320876900a7335 (patch) | |
tree | 76aa8fbf782ce7c2ac54362ae181d901da10626e /views | |
parent | 9a8e73962f024b8203f4a2c998053f451f88c769 (diff) | |
download | elgg-856686dd3a7d74e6519068981a320876900a7335.tar.gz elgg-856686dd3a7d74e6519068981a320876900a7335.tar.bz2 |
tags icon and files update
git-svn-id: https://code.elgg.org/elgg/trunk@1313 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 66561ff28..fcab39f18 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1223,7 +1223,13 @@ table.search_gallery { #forums, #forum_topics, #topic_posts { /* background:white;*/ } - + +/* tag icon */ +.object_tag_string { + background: url(<?php echo $vars['url']; ?>_graphics/icon_tag.gif) no-repeat left 2px; + padding:0 0 0 14px; + margin:0; +}
\ No newline at end of file |