Mercurial > libervia-web
comparison public/libervia.css @ 0:140cec48224a
Initial commit
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 30 Jan 2011 21:50:22 +0100 |
parents | |
children | 0a7c685faa53 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:140cec48224a |
---|---|
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 |