Index: openacs-4/packages/contacts/www/resources/contacts.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/resources/contacts.css,v diff -u -r1.9 -r1.10 --- openacs-4/packages/contacts/www/resources/contacts.css 9 Jun 2005 20:17:41 -0000 1.9 +++ openacs-4/packages/contacts/www/resources/contacts.css 28 Jun 2005 19:22:02 -0000 1.10 @@ -38,14 +38,14 @@ } dl.comments dd { padding: 5px; - margin: 0 0px 5px 0px; + margin: 0 0px 0px 0px; background: #EEE; } dl.comments dt.odd, dl.comments dd.odd { background: #DDD; } dl.comments dt.mine-odd, dl.comments dd.mine-odd { - background: #ECD; + background: #FDE; } dl.comments dt.mine-even, dl.comments dd.mine-even { background: #FDE; @@ -229,3 +229,20 @@ .done { color: #BBB; } +.contact-editlink { + padding-left: 1em; + font-size: 80%; +} +.contact-attributes { + clear:both; + display: block; + margin-left: 10px; + font-size: 80%; +} +.contact-attributes a { + text-decoration: none; + color: #000; +} +.contact-attributes a:hover { + text-decoration: underline; +}