comparison 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
comparison
equal deleted inserted replaced
0:140cec48224a 1:0a7c685faa53
54 54
55 .gwt-DialogBox .Registration { 55 .gwt-DialogBox .Registration {
56 padding: 10px; 56 padding: 10px;
57 } 57 }
58 58
59 /* Contact List */
60
61 .contactTitle {
62 font-style: italic;
63 border-bottom: 1px solid gray;
64 text-align: center;
65 }
66
67 .group {
68 font-weight: bold;
69 font-size: small;
70 }
71
72 div.group:hover {
73 text-decoration:underline;
74 }
75 .contact {
76 font-size: small;
77 }
78
79 .selected {
80 background-color: yellow;
81 }