diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-08 10:02:36 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-08 10:02:36 +0000 |
commit | 2e6ef13c2cd47e5971252cc450893a14b15b01bc (patch) | |
tree | cb8ea9213923646c1c6d44869b8c97ab7bf4e3f3 | |
parent | cea1885214d84c8ecae0dcf2a361ec3aa466fb6f (diff) | |
download | elgg-2e6ef13c2cd47e5971252cc450893a14b15b01bc.tar.gz elgg-2e6ef13c2cd47e5971252cc450893a14b15b01bc.tar.bz2 |
moved generic comments css from plugin to core
git-svn-id: https://code.elgg.org/elgg/trunk@1331 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | views/default/css.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index fcab39f18..af5c8880a 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1214,6 +1214,27 @@ table.search_gallery { color:#666666; } +.generic_comment { + margin-bottom: 10px; + padding-bottom: 10px; +} + +.generic_comment_icon { + position: absolute; +} + +.generic_comment_details { + margin-left: 60px; + border-bottom: 1px solid #aaaaaa; +} + +.generic_comment_owner { + color:#666666; + margin: 0px; + font-size:90%; +} + + /* *************************************** END |