Mercurial > libervia-web
diff public/libervia.css @ 1:0a7c685faa53
ContactPanel: first draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 31 Jan 2011 20:31:25 +0100 |
parents | 140cec48224a |
children | 7acca1ce1ca4 |
line wrap: on
line diff
--- a/public/libervia.css Sun Jan 30 21:50:22 2011 +0100 +++ b/public/libervia.css Mon Jan 31 20:31:25 2011 +0100 @@ -56,3 +56,26 @@ padding: 10px; } +/* Contact List */ + +.contactTitle { + font-style: italic; + border-bottom: 1px solid gray; + text-align: center; +} + +.group { + font-weight: bold; + font-size: small; +} + +div.group:hover { + text-decoration:underline; +} +.contact { + font-size: small; +} + +.selected { + background-color: yellow; +}