0
|
1 /* |
|
2 Libervia: a Salut à Toi frontend |
|
3 Copyright (C) 2011 Jérôme Poisson (goffi@goffi.org) |
|
4 |
|
5 This program is free software: you can redistribute it and/or modify |
|
6 it under the terms of the GNU Affero General Public License as published by |
|
7 the Free Software Foundation, either version 3 of the License, or |
|
8 (at your option) any later version. |
|
9 |
|
10 This program is distributed in the hope that it will be useful, |
|
11 but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
13 GNU Affero General Public License for more details. |
|
14 |
|
15 You should have received a copy of the GNU Affero General Public License |
|
16 along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
17 */ |
|
18 |
|
19 .gwt-MenuBar,.gwt-MenuBar-horizontal { |
|
20 background-color: #C3D9FF; |
|
21 border: 1px solid #87B3FF; |
|
22 cursor: default; |
|
23 } |
|
24 |
|
25 .gwt-MenuBar-horizontal .gwt-MenuItem { |
|
26 } |
|
27 .gwt-MenuBar .gwt-MenuItem { |
|
28 padding: 1px 4px 1px 4px; |
|
29 font-size: smaller; |
|
30 cursor: default; |
|
31 } |
|
32 |
|
33 .gwt-MenuBar .gwt-MenuItem-selected { |
|
34 background-color: #E8EEF7; |
|
35 } |
|
36 |
|
37 .gwt-AutoCompleteTextBox { |
|
38 width: 80%; |
|
39 border: 1px solid #87B3FF; |
|
40 margin-top: 20px; |
|
41 } |
|
42 .gwt-DialogBox { |
|
43 border: 2px outset; |
|
44 background-color: white; |
|
45 } |
|
46 |
|
47 .gwt-DialogBox .Caption { |
|
48 background-color: #C3D9FF; |
|
49 padding: 3px; |
|
50 margin: 2px; |
|
51 font-weight: bold; |
|
52 cursor: default; |
|
53 } |
|
54 |
|
55 .gwt-DialogBox .Registration { |
|
56 padding: 10px; |
|
57 } |
|
58 |
1
|
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 } |