Mercurial > libervia-web
annotate src/browser/public/libervia.css @ 729:273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 21 Oct 2015 14:23:53 +0200 |
parents | c2f22ca12e23 |
children | fe3c2357a8c9 |
rev | line source |
---|---|
80 | 1 /* |
0 | 2 Libervia: a Salut à Toi frontend |
685 | 3 Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org> |
65
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
4 Copyright (C) 2011 Adrien Vigneron <adrienvigneron@mailoo.org> |
685 | 5 Copyright (C) 2013, 2014, 2015 Adrien Cossa <souliane@mailoo.org> |
0 | 6 |
7 This program is free software: you can redistribute it and/or modify | |
8 it under the terms of the GNU Affero General Public License as published by | |
9 the Free Software Foundation, either version 3 of the License, or | |
10 (at your option) any later version. | |
11 | |
12 This program is distributed in the hope that it will be useful, | |
13 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
15 GNU Affero General Public License for more details. | |
16 | |
17 You should have received a copy of the GNU Affero General Public License | |
18 along with this program. If not, see <http://www.gnu.org/licenses/>. | |
19 */ | |
20 | |
7
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
21 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
22 /* |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
23 * CSS Reset: see http://pyjs.org/wiki/csshellandhowtodealwithit/ |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
24 */ |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
25 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
26 /* reset/default styles */ |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
27 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
28 html, body, div, span, applet, object, iframe, |
305
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
29 p, blockquote, pre, |
81 | 30 a, abbr, acronym, address, big, cite, code, |
7
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
31 del, dfn, em, font, img, ins, kbd, q, s, samp, |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
32 small, strike, strong, sub, sup, tt, var, |
305
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
33 b, u, i, center, dl, dt, dd, li, |
7
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
34 fieldset, form, label, legend, table, caption, |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
35 tbody, tfoot, thead, tr, th, td { |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
36 margin: 0; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
37 padding: 0; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
38 border: 0; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
39 outline: 0; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
40 font-size: 100%; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
41 vertical-align: baseline; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
42 background: transparent; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
43 color: #444; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
44 } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
45 |
305
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
46 /* styles for displaying rich text - START */ |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
47 h1, h2, h3, h4, h5, h6 { |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
48 margin: 0; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
49 padding: 0; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
50 border: 0; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
51 outline: 0; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
52 vertical-align: baseline; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
53 background: transparent; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
54 color: #444; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
55 border-bottom: 1px solid rgb(170, 170, 170); |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
56 margin-bottom: 0.6em; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
57 } |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
58 ol, ul { |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
59 margin: 0; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
60 border: 0; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
61 outline: 0; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
62 font-size: 100%; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
63 vertical-align: baseline; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
64 background: transparent; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
65 color: #444; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
66 } |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
67 a:link { |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
68 color: blue; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
69 } |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
70 .bubble p { |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
71 margin: 0.4em 0em; |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
72 } |
312
b4781a350483
browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
souliane <souliane@mailoo.org>
parents:
310
diff
changeset
|
73 .bubble img { |
358
df743589bb8c
browser_side: microblog images have a fixed CSS "max-width" and they are clickable
souliane <souliane@mailoo.org>
parents:
355
diff
changeset
|
74 /* /!\ setting a max-width percentage value affects the toolbar icons */ |
df743589bb8c
browser_side: microblog images have a fixed CSS "max-width" and they are clickable
souliane <souliane@mailoo.org>
parents:
355
diff
changeset
|
75 max-width: 600px; |
312
b4781a350483
browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
souliane <souliane@mailoo.org>
parents:
310
diff
changeset
|
76 } |
351
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
77 |
305
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
78 /* styles for displaying rich text - END */ |
d002cd631271
browser_side: styles for displaying rich text
souliane <souliane@mailoo.org>
parents:
292
diff
changeset
|
79 |
7
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
80 blockquote, q { quotes: none; } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
81 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
82 blockquote:before, blockquote:after, |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
83 q:before, q:after { |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
84 content: ''; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
85 content: none; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
86 } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
87 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
88 :focus { outline: 0; } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
89 ins { text-decoration: none; } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
90 del { text-decoration: line-through; } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
91 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
92 table { |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
93 border-collapse: collapse; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
94 border-spacing: 0; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
95 } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
96 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
97 /* pyjamas iframe hide */ |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
98 iframe { position: absolute; } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
99 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
100 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
101 html, body { |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
102 width: 100%; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
103 height: 100%; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
104 min-height: 100%; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
105 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
106 } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
107 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
108 body { |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
109 line-height: 1em; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
110 font-size: 1em; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
111 overflow: auto; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
112 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
113 } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
114 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
115 .scrollpanel { |
469 | 116 margin-bottom: -10000px; |
7
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
117 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
118 } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
119 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
120 .iescrollpanelfix { |
469 | 121 position: relative; |
122 top: 100%; | |
123 margin-bottom: -10000px; | |
7
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
124 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
125 } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
126 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
127 /* undo part of the above (non-IE) */ |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
128 html>body .iescrollpanelfix { position: static; } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
129 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
130 /* CSS Reset END */ |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
131 |
82
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
132 body { |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
133 background-color: #fff; |
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
134 font: normal 0.8em/1.5em Arial, Helvetica, sans-serif; |
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
135 } |
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
136 |
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
137 .header { |
314
70ac3067d641
browser_side: status can be edited with a click on it
souliane <souliane@mailoo.org>
parents:
312
diff
changeset
|
138 background-color: #eee; |
70ac3067d641
browser_side: status can be edited with a click on it
souliane <souliane@mailoo.org>
parents:
312
diff
changeset
|
139 border-bottom: 1px solid #ddd; |
654
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
140 width: 100%; |
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
141 height: 64px; |
82
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
142 } |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
143 |
654
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
144 .mainPanel { |
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
145 width: 100%; |
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
146 height: 100%; |
70
386d27dd3fbb
browser side: menu CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
69
diff
changeset
|
147 } |
386d27dd3fbb
browser side: menu CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
69
diff
changeset
|
148 |
498
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
149 .mainMenuBar { |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
150 background-color: #222; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
151 background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222)); |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
152 background: -webkit-linear-gradient(top, #444444, #222222); |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
153 background: linear-gradient(to bottom, #444444, #222222); |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
154 height: 28px; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
155 padding: 5px 5px 0 5px; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
156 border: 1px solid #ddd; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
157 border-radius: 0 0 1em 1em; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
158 line-height: 100%; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
159 -webkit-box-shadow: 0px 1px 4px #000; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
160 box-shadow: 0px 1px 4px #000; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
161 display: inline-block; |
654
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
162 position: absolute; |
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
163 left: 20px; |
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
164 right: 20px; |
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
165 width: auto; |
498
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
166 } |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
167 |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
168 .mainMenuBar .gwt-MenuItem { |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
169 padding: 3px 15px; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
170 text-decoration: none; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
171 font-weight: bold; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
172 height: 100%; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
173 color: #e7e5e5; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
174 border-radius: 1em 1em 1em 1em; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
175 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
176 -webkit-transition: color 0.2s linear; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
177 transition: color 0.2s linear; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
178 } |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
179 |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
180 .mainMenuBar .gwt-MenuItem-selected { |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
181 background-color: #eee; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
182 background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa)); |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
183 background: -webkit-linear-gradient(top, #eee, #aaa); |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
184 background: linear-gradient(to bottom, #eee, #aaa); |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
185 color: #444; |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
186 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
187 } |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
188 |
502
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
189 /* Menu bars and items */ |
498
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
190 |
492
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
191 .gwt-MenuBar { |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
192 /* Common to all menu bars */ |
70
386d27dd3fbb
browser side: menu CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
69
diff
changeset
|
193 margin: 0; |
492
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
194 } |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
195 |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
196 .gwt-MenuBar table { |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
197 /* Common to all tables within a menu bar */ |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
198 width: 100%; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
199 display: inline-table; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
200 } |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
201 |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
202 .gwt-MenuBar-horizontal { |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
203 /* Specific to horizontal menu bars*/ |
0 | 204 } |
205 | |
492
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
206 .gwt-MenuBar-vertical { |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
207 /* Specific to vertical menu bars*/ |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
208 background-color: #fff; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
209 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
210 background: -webkit-linear-gradient(top, #fff, #ccc); |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
211 background: linear-gradient(to bottom, #fff, #ccc); |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
212 height: 100%; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
213 min-width: 148px; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
214 padding: 0; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
215 border: solid 1px #aaa; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
216 border-radius: 0 0 10px 10px; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
217 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
218 box-shadow: 0 1px 3px rgba(0, 0, 0, .3); |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
219 } |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
220 |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
221 .gwt-MenuItem img { |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
222 /* Common to all images within a menu item */ |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
223 padding-right: 2px; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
224 } |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
225 |
498
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
226 .gwt-MenuBar .gwt-MenuItem { |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
227 /* Common to items of all menu bars */ |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
228 } |
60be99de3808
browser_side: menus refactorization + handle levels > 2
souliane <souliane@mailoo.org>
parents:
496
diff
changeset
|
229 |
0 | 230 .gwt-MenuBar-horizontal .gwt-MenuItem { |
492
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
231 /* Specific to items of horizontal menu bars*/ |
0 | 232 } |
68
c378653792b8
browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
65
diff
changeset
|
233 |
492
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
234 .gwt-MenuBar-vertical .gwt-MenuItem { |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
235 /* Specific to items of vertical menu bars*/ |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
236 padding: 8px 15px; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
237 } |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
238 |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
239 .gwt-MenuBar .gwt-MenuItem-selected { |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
240 /* Common to all selected items */ |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
241 cursor: pointer; |
79
d57e0d6b1ced
browser side: inclusion of Adrien's icons
Goffi <goffi@goffi.org>
parents:
77
diff
changeset
|
242 } |
d57e0d6b1ced
browser side: inclusion of Adrien's icons
Goffi <goffi@goffi.org>
parents:
77
diff
changeset
|
243 |
68
c378653792b8
browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
65
diff
changeset
|
244 .gwt-MenuBar-horizontal .gwt-MenuItem-selected { |
492
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
245 /* Specific to selected items of horizontal menu bars */ |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
246 } |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
247 |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
248 .gwt-MenuBar-vertical .gwt-MenuItem-selected { |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
249 /* Specific to selected items of vertical menu bars */ |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
250 background: #cf2828 !important; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
251 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a)) !important; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
252 background: -webkit-linear-gradient(top, #cf2828, #981a1a) !important; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
253 background: linear-gradient(to bottom, #cf2828, #981a1a) !important; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
254 color: #fff !important; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
255 border-radius: 0 0 0 0; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
256 text-shadow: 0 1px 1px rgba(0, 0, 0, .1); |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
257 -webkit-transition: color 0.2s linear; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
258 transition: color 0.2s linear; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
259 } |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
260 |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
261 .gwt-MenuBar-vertical tr:last-child td { |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
262 /* Specific to last items of vertical menus */ |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
263 border-radius: 0 0 9px 9px !important; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
264 } |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
265 |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
266 .menuLastPopup .gwt-MenuBar-vertical { |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
267 /* Specific to the last popup menu of the main menu bar */ |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
268 border-top-right-radius: 9px 9px; |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
269 } |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
270 |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
271 .menuLastPopup .gwt-MenuBar-vertical tr:first-child td { |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
272 /* Specific to the first item of the last popup menu of the main menu bar */ |
a7f5448a1bc3
browser_side: fixes the CSS for the menus
souliane <souliane@mailoo.org>
parents:
487
diff
changeset
|
273 border-radius: 0px 9px 0px 0px !important; |
68
c378653792b8
browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
65
diff
changeset
|
274 } |
c378653792b8
browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
65
diff
changeset
|
275 |
70
386d27dd3fbb
browser side: menu CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
69
diff
changeset
|
276 .menuSeparator { |
386d27dd3fbb
browser side: menu CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
69
diff
changeset
|
277 width: 100%; |
386d27dd3fbb
browser side: menu CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
69
diff
changeset
|
278 } |
386d27dd3fbb
browser side: menu CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
69
diff
changeset
|
279 |
386d27dd3fbb
browser side: menu CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
69
diff
changeset
|
280 .menuSeparator.gwt-MenuItem-selected { |
386d27dd3fbb
browser side: menu CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
69
diff
changeset
|
281 border: 0; |
386d27dd3fbb
browser side: menu CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
69
diff
changeset
|
282 background: inherit; |
386d27dd3fbb
browser side: menu CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
69
diff
changeset
|
283 cursor: default; |
386d27dd3fbb
browser side: menu CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
69
diff
changeset
|
284 } |
386d27dd3fbb
browser side: menu CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
69
diff
changeset
|
285 |
502
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
286 .menuFlattenedCategory { |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
287 font-weight: bold; |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
288 font-style: italic; |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
289 padding: 8px 5px; |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
290 cursor: default; |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
291 } |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
292 |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
293 .menuFlattenedCategory.gwt-MenuItem-selected { |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
294 /* !important are needed for the style to not be overwritten when the item is selected */ |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
295 background-color: inherit !important; |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
296 background: inherit !important; |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
297 color: #444 !important; |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
298 cursor: default !important; |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
299 } |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
300 |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
301 /* Misc Pyjamas stuff */ |
4aa627b059df
browser_side: categories of the menus can be "flattened":
souliane <souliane@mailoo.org>
parents:
498
diff
changeset
|
302 |
0 | 303 .gwt-AutoCompleteTextBox { |
469 | 304 width: 80%; |
305 border: 1px solid #87B3FF; | |
306 margin-top: 20px; | |
0 | 307 } |
308 .gwt-DialogBox { | |
469 | 309 padding: 10px; |
310 border: 1px solid #aaa; | |
311 background-color: #fff; | |
312 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); | |
313 background: -webkit-linear-gradient(top, #fff, #ccc); | |
314 background: linear-gradient(to bottom, #fff, #ccc); | |
315 border-radius: 9px 9px 9px 9px; | |
316 -webkit-box-shadow: 0px 1px 4px #000; | |
317 box-shadow: 0px 1px 4px #000; | |
0 | 318 } |
319 | |
320 .gwt-DialogBox .Caption { | |
469 | 321 height: 20px; |
322 font-size: 1.3em !important; | |
323 background-color: #cf2828; | |
324 background: #cf2828 !important; | |
325 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a)) !important; | |
326 background: -webkit-linear-gradient(top, #cf2828, #981a1a) !important; | |
327 background: linear-gradient(to bottom, #cf2828, #981a1a) !important; | |
328 color: #fff; | |
329 padding: 3px 3px 4px 3px; | |
330 margin: -10px; | |
331 margin-bottom: 5px; | |
332 font-weight: bold; | |
333 cursor: default; | |
334 text-align: center; | |
335 border-radius: 7px 7px 0 0; | |
0 | 336 } |
337 | |
106
edce682df120
browser side: CSS: black & red tabs + dialogs fixes
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
105
diff
changeset
|
338 /*DIALOG: button, listbox, textbox, label */ |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
339 |
106
edce682df120
browser side: CSS: black & red tabs + dialogs fixes
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
105
diff
changeset
|
340 .gwt-DialogBox .gwt-button { |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
341 background-color: #ccc; |
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
342 border-radius: 5px 5px 5px 5px; |
469 | 343 -webkit-box-shadow: 0px 1px 4px #000; |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
344 box-shadow: 0px 1px 4px #000; |
469 | 345 background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222)); |
346 background: -webkit-linear-gradient(top, #444, #222); | |
347 background: linear-gradient(to bottom, #444, #222); | |
348 text-shadow: 1px 1px 1px rgba(0,0,0,0.2); | |
349 padding: 3px 5px 3px 5px; | |
350 margin: 10px 5px 10px 5px; | |
351 font-weight: bold; | |
352 font-size: 1em; | |
353 border: none; | |
354 -webkit-transition: color 0.2s linear; | |
355 transition: color 0.2s linear; | |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
356 } |
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
357 |
668
cbb3662818c8
browser_side (CSS): show differences between enabled and disabled buttons
souliane <souliane@mailoo.org>
parents:
660
diff
changeset
|
358 .gwt-DialogBox .gwt-button:enabled { |
cbb3662818c8
browser_side (CSS): show differences between enabled and disabled buttons
souliane <souliane@mailoo.org>
parents:
660
diff
changeset
|
359 cursor: pointer; |
cbb3662818c8
browser_side (CSS): show differences between enabled and disabled buttons
souliane <souliane@mailoo.org>
parents:
660
diff
changeset
|
360 color: #fff; |
cbb3662818c8
browser_side (CSS): show differences between enabled and disabled buttons
souliane <souliane@mailoo.org>
parents:
660
diff
changeset
|
361 } |
cbb3662818c8
browser_side (CSS): show differences between enabled and disabled buttons
souliane <souliane@mailoo.org>
parents:
660
diff
changeset
|
362 |
cbb3662818c8
browser_side (CSS): show differences between enabled and disabled buttons
souliane <souliane@mailoo.org>
parents:
660
diff
changeset
|
363 .gwt-DialogBox .gwt-button:enabled:hover { |
469 | 364 background-color: #cf2828; |
365 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a)); | |
366 background: -webkit-linear-gradient(top, #cf2828, #981a1a); | |
367 background: linear-gradient(to bottom, #cf2828, #981a1a); | |
368 color: #fff; | |
369 text-shadow: 1px 1px 1px rgba(0,0,0,0.25); | |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
370 } |
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
371 |
106
edce682df120
browser side: CSS: black & red tabs + dialogs fixes
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
105
diff
changeset
|
372 .gwt-DialogBox .gwt-TextBox { |
469 | 373 background-color: #fff; |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
374 border-radius: 5px 5px 5px 5px; |
469 | 375 -webkit-box-shadow:inset 0px 1px 4px #000; |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
376 box-shadow:inset 0px 1px 4px #000; |
469 | 377 padding: 3px 5px 3px 5px; |
378 margin: 10px 5px 10px 5px; | |
379 color: #444; | |
380 font-size: 1em; | |
381 border: none; | |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
382 } |
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
383 |
486
600a71743072
browser side: add default's CSS for textarea in a dialog box
souliane <souliane@mailoo.org>
parents:
485
diff
changeset
|
384 .gwt-DialogBox .gwt-TextArea { |
600a71743072
browser side: add default's CSS for textarea in a dialog box
souliane <souliane@mailoo.org>
parents:
485
diff
changeset
|
385 background-color: #fff; |
600a71743072
browser side: add default's CSS for textarea in a dialog box
souliane <souliane@mailoo.org>
parents:
485
diff
changeset
|
386 border-radius: 5px 5px 5px 5px; |
600a71743072
browser side: add default's CSS for textarea in a dialog box
souliane <souliane@mailoo.org>
parents:
485
diff
changeset
|
387 -webkit-box-shadow:inset 0px 1px 4px #000; |
600a71743072
browser side: add default's CSS for textarea in a dialog box
souliane <souliane@mailoo.org>
parents:
485
diff
changeset
|
388 box-shadow:inset 0px 1px 4px #000; |
600a71743072
browser side: add default's CSS for textarea in a dialog box
souliane <souliane@mailoo.org>
parents:
485
diff
changeset
|
389 padding: 3px 5px 3px 5px; |
600a71743072
browser side: add default's CSS for textarea in a dialog box
souliane <souliane@mailoo.org>
parents:
485
diff
changeset
|
390 margin: 0px 5px 10px 5px; |
600a71743072
browser side: add default's CSS for textarea in a dialog box
souliane <souliane@mailoo.org>
parents:
485
diff
changeset
|
391 color: #444; |
600a71743072
browser side: add default's CSS for textarea in a dialog box
souliane <souliane@mailoo.org>
parents:
485
diff
changeset
|
392 border: none; |
487
e588335b6aa8
browser and server side: force lower case for the profile name at new account creation + fixes CSS for textarea
souliane <souliane@mailoo.org>
parents:
486
diff
changeset
|
393 vertical-align: text-top; |
486
600a71743072
browser side: add default's CSS for textarea in a dialog box
souliane <souliane@mailoo.org>
parents:
485
diff
changeset
|
394 } |
600a71743072
browser side: add default's CSS for textarea in a dialog box
souliane <souliane@mailoo.org>
parents:
485
diff
changeset
|
395 |
106
edce682df120
browser side: CSS: black & red tabs + dialogs fixes
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
105
diff
changeset
|
396 .gwt-DialogBox .gwt-ListBox { |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
397 overflow: auto; |
52
4419ef07bb2b
browser side: adding contact, first draft
Goffi <goffi@goffi.org>
parents:
48
diff
changeset
|
398 width: 100%; |
106
edce682df120
browser side: CSS: black & red tabs + dialogs fixes
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
105
diff
changeset
|
399 background-color: #fff; |
edce682df120
browser side: CSS: black & red tabs + dialogs fixes
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
105
diff
changeset
|
400 border-radius: 5px 5px 5px 5px; |
469 | 401 -webkit-box-shadow:inset 0px 1px 4px #000; |
106
edce682df120
browser side: CSS: black & red tabs + dialogs fixes
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
105
diff
changeset
|
402 box-shadow:inset 0px 1px 4px #000; |
469 | 403 padding: 3px 5px 3px 5px; |
404 margin: 10px 5px 10px 5px; | |
405 color: #444; | |
406 font-size: 1em; | |
407 border: none; | |
106
edce682df120
browser side: CSS: black & red tabs + dialogs fixes
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
105
diff
changeset
|
408 } |
edce682df120
browser side: CSS: black & red tabs + dialogs fixes
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
105
diff
changeset
|
409 |
edce682df120
browser side: CSS: black & red tabs + dialogs fixes
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
105
diff
changeset
|
410 .gwt-DialogBox .gwt-Label { |
469 | 411 margin-top: 13px; |
52
4419ef07bb2b
browser side: adding contact, first draft
Goffi <goffi@goffi.org>
parents:
48
diff
changeset
|
412 } |
4419ef07bb2b
browser side: adding contact, first draft
Goffi <goffi@goffi.org>
parents:
48
diff
changeset
|
413 |
25
46c8d5431198
browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents:
23
diff
changeset
|
414 /* Custom Dialogs */ |
46 | 415 |
416 .formWarning { /* used when a form is not valid and must be corrected before submission */ | |
417 font-weight: bold; | |
159 | 418 color: red !important; |
729
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
419 height: 30px; |
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
420 text-align: center; |
46 | 421 } |
422 | |
25
46c8d5431198
browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents:
23
diff
changeset
|
423 .contactsChooser { |
46c8d5431198
browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents:
23
diff
changeset
|
424 text-align: center; |
268
79970bf6af93
browser_side: added class RoomAndContactsChooser:
souliane <souliane@mailoo.org>
parents:
264
diff
changeset
|
425 margin:auto; |
279
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
426 cursor: pointer; |
25
46c8d5431198
browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents:
23
diff
changeset
|
427 } |
46c8d5431198
browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents:
23
diff
changeset
|
428 |
48
153de5d461a4
added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents:
47
diff
changeset
|
429 .infoDialogBody { |
153de5d461a4
added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents:
47
diff
changeset
|
430 width: 100%; |
153de5d461a4
added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents:
47
diff
changeset
|
431 height: 100% |
153de5d461a4
added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents:
47
diff
changeset
|
432 } |
1 | 433 /* Contact List */ |
434 | |
589
a5019e62c3e9
browser side: big refactoring to base Libervia on QuickFrontend, first draft:
Goffi <goffi@goffi.org>
parents:
578
diff
changeset
|
435 div.contactList { |
187
d0503f8f15ef
browser side: scroller added to contacts panel
Goffi <goffi@goffi.org>
parents:
184
diff
changeset
|
436 width: 100%; |
654
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
437 margin-top: 9px; |
74
3df602cf700a
browser side: groups design
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
72
diff
changeset
|
438 } |
3df602cf700a
browser side: groups design
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
72
diff
changeset
|
439 |
1 | 440 .contactTitle { |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
441 color: #cf2828; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
442 font-size: 1.7em; |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
443 text-indent: 5px; |
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
444 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); |
89
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
445 width: 200px; |
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
446 height: 30px; |
74
3df602cf700a
browser side: groups design
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
72
diff
changeset
|
447 } |
184
97d5e9de1106
browser side: contacts panel switch:
Goffi <goffi@goffi.org>
parents:
159
diff
changeset
|
448 |
97d5e9de1106
browser side: contacts panel switch:
Goffi <goffi@goffi.org>
parents:
159
diff
changeset
|
449 .contactsSwitch { |
97d5e9de1106
browser side: contacts panel switch:
Goffi <goffi@goffi.org>
parents:
159
diff
changeset
|
450 /* Button used to switch contacts panel */ |
97d5e9de1106
browser side: contacts panel switch:
Goffi <goffi@goffi.org>
parents:
159
diff
changeset
|
451 background: none; |
97d5e9de1106
browser side: contacts panel switch:
Goffi <goffi@goffi.org>
parents:
159
diff
changeset
|
452 border: 0; |
206
4d7054542751
browser side: contactBox doesn't use left margin anymore (avoid scrollbar issues) + some cosmetic changes to contact panel switch button
Goffi <goffi@goffi.org>
parents:
202
diff
changeset
|
453 padding: 0; |
4d7054542751
browser side: contactBox doesn't use left margin anymore (avoid scrollbar issues) + some cosmetic changes to contact panel switch button
Goffi <goffi@goffi.org>
parents:
202
diff
changeset
|
454 font-size: large; |
654
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
455 margin-top: 9px; |
184
97d5e9de1106
browser side: contacts panel switch:
Goffi <goffi@goffi.org>
parents:
159
diff
changeset
|
456 } |
97d5e9de1106
browser side: contacts panel switch:
Goffi <goffi@goffi.org>
parents:
159
diff
changeset
|
457 |
589
a5019e62c3e9
browser side: big refactoring to base Libervia on QuickFrontend, first draft:
Goffi <goffi@goffi.org>
parents:
578
diff
changeset
|
458 .groupPanel { |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
459 width: 100%; |
1 | 460 } |
461 | |
589
a5019e62c3e9
browser side: big refactoring to base Libervia on QuickFrontend, first draft:
Goffi <goffi@goffi.org>
parents:
578
diff
changeset
|
462 .groupPanel tr:first-child td { |
82
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
463 padding-top: 10px; |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
464 } |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
465 |
1 | 466 .group { |
89
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
467 padding: 2px 15px; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
468 margin: 5px; |
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
469 display: inline-block; |
469 | 470 text-decoration: none; |
89
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
471 font-weight: bold; |
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
472 color: #e7e5e5; |
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
473 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); |
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
474 border-radius: 1em 1em 1em 1em; |
469 | 475 background-color: #eee; |
476 background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa)); | |
477 background: -webkit-linear-gradient(top, #eee, #aaa); | |
478 background: linear-gradient(to bottom, #eee, #aaa); | |
89
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
479 color: #444; |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
480 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); |
469 | 481 -webkit-box-shadow: 0px 1px 1px #000; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
482 box-shadow: 0px 1px 1px #000; |
1 | 483 } |
484 | |
485 div.group:hover { | |
89
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
486 color: #fff; |
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
487 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); |
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
488 background-color: #cf2828; |
469 | 489 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a)); |
490 background: -webkit-linear-gradient(top, #cf2828, #981a1a); | |
491 background: linear-gradient(to bottom, #cf2828, #981a1a); | |
89
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
492 -webkit-transition: color 0.1s linear; |
469 | 493 transition: color 0.1s linear; |
1 | 494 } |
480
50b286866739
browser side: display avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
479
diff
changeset
|
495 |
50b286866739
browser side: display avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
479
diff
changeset
|
496 .contactBox { |
50b286866739
browser side: display avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
479
diff
changeset
|
497 cursor: pointer; |
50b286866739
browser side: display avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
479
diff
changeset
|
498 width: 100%; |
485
5911f71acc80
browser side: move contacts list's avatar from right to top
souliane <souliane@mailoo.org>
parents:
480
diff
changeset
|
499 margin: 5px; |
5911f71acc80
browser side: move contacts list's avatar from right to top
souliane <souliane@mailoo.org>
parents:
480
diff
changeset
|
500 border-radius: 5px; |
5911f71acc80
browser side: move contacts list's avatar from right to top
souliane <souliane@mailoo.org>
parents:
480
diff
changeset
|
501 background: #EDEDED; |
480
50b286866739
browser side: display avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
479
diff
changeset
|
502 } |
50b286866739
browser side: display avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
479
diff
changeset
|
503 |
671
2201ff543a05
browser_side: replace ContactsPanel and ContactBox init "parent" attribute with "host" + menus bound to the avatar can be parameterized
souliane <souliane@mailoo.org>
parents:
668
diff
changeset
|
504 .contactBox img, .muc_contact img { |
480
50b286866739
browser side: display avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
479
diff
changeset
|
505 width: 32px; |
485
5911f71acc80
browser side: move contacts list's avatar from right to top
souliane <souliane@mailoo.org>
parents:
480
diff
changeset
|
506 height: 32px; |
5911f71acc80
browser side: move contacts list's avatar from right to top
souliane <souliane@mailoo.org>
parents:
480
diff
changeset
|
507 border-radius: 5px; |
495
587fe75d1b16
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
souliane <souliane@mailoo.org>
parents:
494
diff
changeset
|
508 margin: 5px 5px 0px 10px; |
587fe75d1b16
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
souliane <souliane@mailoo.org>
parents:
494
diff
changeset
|
509 } |
587fe75d1b16
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
souliane <souliane@mailoo.org>
parents:
494
diff
changeset
|
510 |
578
668bb04e9708
browser_side: set the roster contact's contextual menu on the avatar (no extra button)
souliane <souliane@mailoo.org>
parents:
543
diff
changeset
|
511 .contactBox .widgetHeader_buttonGroup { |
668bb04e9708
browser_side: set the roster contact's contextual menu on the avatar (no extra button)
souliane <souliane@mailoo.org>
parents:
543
diff
changeset
|
512 float: left; |
668bb04e9708
browser_side: set the roster contact's contextual menu on the avatar (no extra button)
souliane <souliane@mailoo.org>
parents:
543
diff
changeset
|
513 } |
668bb04e9708
browser_side: set the roster contact's contextual menu on the avatar (no extra button)
souliane <souliane@mailoo.org>
parents:
543
diff
changeset
|
514 |
495
587fe75d1b16
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
souliane <souliane@mailoo.org>
parents:
494
diff
changeset
|
515 .contactBox .widgetHeader_buttonGroup img { |
578
668bb04e9708
browser_side: set the roster contact's contextual menu on the avatar (no extra button)
souliane <souliane@mailoo.org>
parents:
543
diff
changeset
|
516 width: 32px; |
668bb04e9708
browser_side: set the roster contact's contextual menu on the avatar (no extra button)
souliane <souliane@mailoo.org>
parents:
543
diff
changeset
|
517 height: 32px; |
480
50b286866739
browser side: display avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
479
diff
changeset
|
518 border-radius: 5px; |
578
668bb04e9708
browser_side: set the roster contact's contextual menu on the avatar (no extra button)
souliane <souliane@mailoo.org>
parents:
543
diff
changeset
|
519 border: 1px solid #ededed; |
495
587fe75d1b16
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
souliane <souliane@mailoo.org>
parents:
494
diff
changeset
|
520 padding: 0px 0px 0px 0px; |
587fe75d1b16
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
souliane <souliane@mailoo.org>
parents:
494
diff
changeset
|
521 background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa)); |
587fe75d1b16
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
souliane <souliane@mailoo.org>
parents:
494
diff
changeset
|
522 background: -webkit-linear-gradient(top, #eee, #aaa); |
587fe75d1b16
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
souliane <souliane@mailoo.org>
parents:
494
diff
changeset
|
523 background: linear-gradient(to bottom, #eee, #aaa); |
587fe75d1b16
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
souliane <souliane@mailoo.org>
parents:
494
diff
changeset
|
524 } |
587fe75d1b16
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
souliane <souliane@mailoo.org>
parents:
494
diff
changeset
|
525 |
578
668bb04e9708
browser_side: set the roster contact's contextual menu on the avatar (no extra button)
souliane <souliane@mailoo.org>
parents:
543
diff
changeset
|
526 .contactBox .widgetHeader_buttonGroup img:hover { |
668bb04e9708
browser_side: set the roster contact's contextual menu on the avatar (no extra button)
souliane <souliane@mailoo.org>
parents:
543
diff
changeset
|
527 border: 1px solid #cf2828; |
668bb04e9708
browser_side: set the roster contact's contextual menu on the avatar (no extra button)
souliane <souliane@mailoo.org>
parents:
543
diff
changeset
|
528 } |
668bb04e9708
browser_side: set the roster contact's contextual menu on the avatar (no extra button)
souliane <souliane@mailoo.org>
parents:
543
diff
changeset
|
529 |
495
587fe75d1b16
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
souliane <souliane@mailoo.org>
parents:
494
diff
changeset
|
530 .contactBox table { |
587fe75d1b16
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
souliane <souliane@mailoo.org>
parents:
494
diff
changeset
|
531 width: 100%; |
480
50b286866739
browser side: display avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
479
diff
changeset
|
532 } |
50b286866739
browser side: display avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
479
diff
changeset
|
533 |
479
c21ea1fe3593
browser side: small refactoring to prepare displaying avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
469
diff
changeset
|
534 .contactLabel { |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
535 font-size: 1em; |
75
4b4c0b9e2533
browser side: CSS: redesigned dialog boxes, and contacts
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
74
diff
changeset
|
536 margin-top: 3px; |
4b4c0b9e2533
browser side: CSS: redesigned dialog boxes, and contacts
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
74
diff
changeset
|
537 padding: 3px 10px 3px 10px; |
1 | 538 } |
539 | |
279
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
540 .contact-menu-selected { |
242
a25aa882e09a
browser_side: add context menu for contact:
souliane <souliane@mailoo.org>
parents:
241
diff
changeset
|
541 font-size: 1em; |
a25aa882e09a
browser_side: add context menu for contact:
souliane <souliane@mailoo.org>
parents:
241
diff
changeset
|
542 margin-top: 3px; |
a25aa882e09a
browser_side: add context menu for contact:
souliane <souliane@mailoo.org>
parents:
241
diff
changeset
|
543 padding: 3px 10px 3px 10px; |
a25aa882e09a
browser_side: add context menu for contact:
souliane <souliane@mailoo.org>
parents:
241
diff
changeset
|
544 border-radius: 5px; |
469 | 545 background-color: rgb(175, 175, 175); |
242
a25aa882e09a
browser_side: add context menu for contact:
souliane <souliane@mailoo.org>
parents:
241
diff
changeset
|
546 } |
a25aa882e09a
browser_side: add context menu for contact:
souliane <souliane@mailoo.org>
parents:
241
diff
changeset
|
547 |
660
267761bf7f08
browser side (contact list): ContactPanels is used instead of OccupantsList in MUC:
Goffi <goffi@goffi.org>
parents:
656
diff
changeset
|
548 /* Contacts in MUC */ |
267761bf7f08
browser side (contact list): ContactPanels is used instead of OccupantsList in MUC:
Goffi <goffi@goffi.org>
parents:
656
diff
changeset
|
549 |
267761bf7f08
browser side (contact list): ContactPanels is used instead of OccupantsList in MUC:
Goffi <goffi@goffi.org>
parents:
656
diff
changeset
|
550 .muc_contact { |
267761bf7f08
browser side (contact list): ContactPanels is used instead of OccupantsList in MUC:
Goffi <goffi@goffi.org>
parents:
656
diff
changeset
|
551 border-radius: 5px; |
267761bf7f08
browser side (contact list): ContactPanels is used instead of OccupantsList in MUC:
Goffi <goffi@goffi.org>
parents:
656
diff
changeset
|
552 background: #EDEDED; |
267761bf7f08
browser side (contact list): ContactPanels is used instead of OccupantsList in MUC:
Goffi <goffi@goffi.org>
parents:
656
diff
changeset
|
553 margin: 2px; |
267761bf7f08
browser side (contact list): ContactPanels is used instead of OccupantsList in MUC:
Goffi <goffi@goffi.org>
parents:
656
diff
changeset
|
554 } |
267761bf7f08
browser side (contact list): ContactPanels is used instead of OccupantsList in MUC:
Goffi <goffi@goffi.org>
parents:
656
diff
changeset
|
555 |
279
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
556 /* START - contact presence status */ |
479
c21ea1fe3593
browser side: small refactoring to prepare displaying avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
469
diff
changeset
|
557 .contactLabel-connected { |
279
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
558 color: #3c7e0c; |
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
559 font-weight: bold; |
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
560 } |
479
c21ea1fe3593
browser side: small refactoring to prepare displaying avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
469
diff
changeset
|
561 .contactLabel-unavailable { |
279
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
562 } |
479
c21ea1fe3593
browser side: small refactoring to prepare displaying avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
469
diff
changeset
|
563 .contactLabel-chat { |
75
4b4c0b9e2533
browser side: CSS: redesigned dialog boxes, and contacts
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
74
diff
changeset
|
564 color: #3c7e0c; |
4b4c0b9e2533
browser side: CSS: redesigned dialog boxes, and contacts
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
74
diff
changeset
|
565 font-weight: bold; |
47
7cabe3c1a5f2
browser side: connected contacts now appear differently
Goffi <goffi@goffi.org>
parents:
46
diff
changeset
|
566 } |
479
c21ea1fe3593
browser side: small refactoring to prepare displaying avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
469
diff
changeset
|
567 .contactLabel-away { |
279
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
568 color: brown; |
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
569 font-weight: bold; |
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
570 } |
479
c21ea1fe3593
browser side: small refactoring to prepare displaying avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
469
diff
changeset
|
571 .contactLabel-dnd { |
279
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
572 color: red; |
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
573 font-weight: bold; |
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
574 } |
479
c21ea1fe3593
browser side: small refactoring to prepare displaying avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
469
diff
changeset
|
575 .contactLabel-xa { |
279
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
576 color: red; |
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
577 font-weight: bold; |
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
578 } |
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
579 /* END - contact presence status */ |
47
7cabe3c1a5f2
browser side: connected contacts now appear differently
Goffi <goffi@goffi.org>
parents:
46
diff
changeset
|
580 |
1 | 581 .selected { |
89
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
582 color: #fff; |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
583 background-color: #cf2828; |
469 | 584 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a)); |
585 background: -webkit-linear-gradient(top, #cf2828, #981a1a); | |
586 background: linear-gradient(to bottom, #cf2828, #981a1a); | |
89
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
587 border-radius: 1em 1em 1em 1em; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
588 -webkit-transition: color 0.2s linear; |
469 | 589 transition: color 0.2s linear; |
1 | 590 } |
7
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
591 |
310
5d11ec1f2c22
browser_side: make UniBox inherit from a more basic MessageBox class
souliane <souliane@mailoo.org>
parents:
305
diff
changeset
|
592 .messageBox { |
5d11ec1f2c22
browser_side: make UniBox inherit from a more basic MessageBox class
souliane <souliane@mailoo.org>
parents:
305
diff
changeset
|
593 width: 100%; |
5d11ec1f2c22
browser_side: make UniBox inherit from a more basic MessageBox class
souliane <souliane@mailoo.org>
parents:
305
diff
changeset
|
594 padding: 5px; |
5d11ec1f2c22
browser_side: make UniBox inherit from a more basic MessageBox class
souliane <souliane@mailoo.org>
parents:
305
diff
changeset
|
595 border: 1px solid #bbb; |
5d11ec1f2c22
browser_side: make UniBox inherit from a more basic MessageBox class
souliane <souliane@mailoo.org>
parents:
305
diff
changeset
|
596 color: #444; |
469 | 597 background: #fff url('media/libervia/unibox_2.png') right bottom no-repeat; |
598 -webkit-box-shadow:inset 0 0 10px #ddd; | |
310
5d11ec1f2c22
browser_side: make UniBox inherit from a more basic MessageBox class
souliane <souliane@mailoo.org>
parents:
305
diff
changeset
|
599 box-shadow:inset 0 0 10px #ddd; |
5d11ec1f2c22
browser_side: make UniBox inherit from a more basic MessageBox class
souliane <souliane@mailoo.org>
parents:
305
diff
changeset
|
600 border-radius: 0px 0px 10px 10px; |
450
41aae13cab2b
browser_side: increase message box height for all characters to fit
souliane <souliane@mailoo.org>
parents:
449
diff
changeset
|
601 height: 28px; |
310
5d11ec1f2c22
browser_side: make UniBox inherit from a more basic MessageBox class
souliane <souliane@mailoo.org>
parents:
305
diff
changeset
|
602 margin: 0px; |
5d11ec1f2c22
browser_side: make UniBox inherit from a more basic MessageBox class
souliane <souliane@mailoo.org>
parents:
305
diff
changeset
|
603 } |
5d11ec1f2c22
browser_side: make UniBox inherit from a more basic MessageBox class
souliane <souliane@mailoo.org>
parents:
305
diff
changeset
|
604 |
654
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
605 .presenceStatusPanel { |
20 | 606 margin: auto; |
607 text-align: center; | |
314
70ac3067d641
browser_side: status can be edited with a click on it
souliane <souliane@mailoo.org>
parents:
312
diff
changeset
|
608 padding: 5px 0px; |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
609 text-shadow: 0 -1px 1px rgba(255,255,255,0.25); |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
610 font-size: 1.2em; |
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
611 background-color: #eee; |
347
f1ba38043d78
browser_side: status panel is based on a new class LightTextEditor which uses HTML5 "editablecontent" property
souliane <souliane@mailoo.org>
parents:
340
diff
changeset
|
612 font-style: italic; |
f1ba38043d78
browser_side: status panel is based on a new class LightTextEditor which uses HTML5 "editablecontent" property
souliane <souliane@mailoo.org>
parents:
340
diff
changeset
|
613 font-weight: bold; |
f1ba38043d78
browser_side: status panel is based on a new class LightTextEditor which uses HTML5 "editablecontent" property
souliane <souliane@mailoo.org>
parents:
340
diff
changeset
|
614 color: #666; |
f1ba38043d78
browser_side: status panel is based on a new class LightTextEditor which uses HTML5 "editablecontent" property
souliane <souliane@mailoo.org>
parents:
340
diff
changeset
|
615 cursor: pointer; |
20 | 616 } |
617 | |
279
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
618 .presence-button { |
469 | 619 font-size: x-large; |
620 padding-right: 5px; | |
621 cursor: pointer; | |
279
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
622 } |
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
623 |
65
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
624 /* RegisterBox */ |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
625 |
81 | 626 .registerPanel_main button { |
627 margin: 0; | |
628 padding: 0; | |
629 border: 0; | |
630 } | |
631 | |
65
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
632 .registerPanel_main div, .registerPanel_main button { |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
633 color: #fff; |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
634 text-decoration: none; |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
635 } |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
636 |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
637 .registerPanel_main{ |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
638 height: 100%; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
639 border: 5px solid #222; |
469 | 640 -webkit-box-shadow: 0px 1px 4px #000; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
641 box-shadow: 0px 1px 4px #000; |
65
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
642 } |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
643 |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
644 .registerPanel_right_side { |
469 | 645 background: #111 url('media/libervia/register_right.png'); |
646 height: 100%; | |
647 width: 100%; | |
65
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
648 } |
729
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
649 |
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
650 .registerPanel_right_side .gwt-StackPanelItem { |
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
651 margin: 15px; |
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
652 height: auto; |
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
653 text-align: center; |
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
654 cursor: pointer; |
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
655 color: #fff; |
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
656 display: block; |
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
657 text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2); |
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
658 } |
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
659 |
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
660 .registerPanel_right_side .gwt-StackPanelItem-selected { |
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
661 display: none; |
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
662 } |
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
663 |
65
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
664 .registerPanel_content { |
729
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
665 margin: auto 50px; |
65
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
666 } |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
667 |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
668 .registerPanel_content div { |
469 | 669 font-size: 1em; |
670 margin-left: 10px; | |
671 margin-top: 15px; | |
672 font-weight: bold; | |
729
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
673 color: #aaa; |
65
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
674 } |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
675 |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
676 .registerPanel_content input { |
469 | 677 height: 25px; |
678 line-height: 25px; | |
679 width: 200px; | |
680 text-indent: 11px; | |
681 background: #000; | |
682 color: #aaa; | |
683 border: 1px solid #222; | |
684 border-radius: 15px 15px 15px 15px; | |
65
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
685 } |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
686 |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
687 .registerPanel_content input:focus { |
469 | 688 border: 1px solid #444; |
65
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
689 } |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
690 |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
691 |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
692 .registerPanel_content .button, .registerPanel_content .button:visited { |
469 | 693 background: #222 url('media/libervia/gradient.png') repeat-x; |
729
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
694 display: block; |
469 | 695 text-decoration: none; |
696 border-radius: 6px 6px 6px 6px; | |
697 border-bottom: 1px solid rgba(0,0,0,0.25); | |
698 cursor: pointer; | |
729
273b39f04d8e
browser_side: change login and register panels (makes it more visible and less confusing)
souliane <souliane@mailoo.org>
parents:
696
diff
changeset
|
699 margin: 30px auto; |
65
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
700 } |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
701 |
87
3029e3fdbd40
browser side: IE & Opera CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
85
diff
changeset
|
702 /* Fix for Opera */ |
3029e3fdbd40
browser side: IE & Opera CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
85
diff
changeset
|
703 .button, .button:visited { |
89
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
704 border-radius: 6px 6px 6px 6px !important; |
87
3029e3fdbd40
browser side: IE & Opera CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
85
diff
changeset
|
705 } |
3029e3fdbd40
browser side: IE & Opera CSS fix
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
85
diff
changeset
|
706 |
65
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
707 .registerPanel_content .button:hover { background-color: #111; color: #fff; } |
89
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
708 .registerPanel_content .button:active { top: 1px; } |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
709 .registerPanel_content .button, .registerPanel_content .button:visited { font-size: 1em; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); padding: 7px 10px 8px; } |
65
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
710 .registerPanel_content .red.button, .registerPanel_content .red.button:visited { background-color: #000; } |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
711 .registerPanel_content .red.button:hover { background-color: #bc0000; } |
8f421a12b8f9
browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
52
diff
changeset
|
712 |
82
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
713 /* Widgets */ |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
714 |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
715 .widgetsPanel td { |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
716 vertical-align: top; |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
717 } |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
718 |
88
50b480fd0605
browser side: widgetsPanel is now scrollable when there are too many widgets, and widgets have a minimum size
Goffi <goffi@goffi.org>
parents:
87
diff
changeset
|
719 .widgetsPanel > div > table { |
82
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
720 border-collapse: separate !important; |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
721 border-spacing: 7px; |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
722 } |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
723 |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
724 .widgetHeader { |
89
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
725 margin: auto; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
726 height: 25px; |
89
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
727 border-radius: 10px 10px 0 0; |
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
728 background-color: #222; |
469 | 729 background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222)); |
730 background: -webkit-linear-gradient(top, #444, #222); | |
731 background: linear-gradient(to bottom, #444, #222); | |
82
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
732 } |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
733 |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
734 .widgetHeader_title { |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
735 color: #fff; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
736 font-weight: bold; |
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
737 text-align: left; |
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
738 text-indent: 15px; |
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
739 margin-top: 4px; |
82
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
740 } |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
741 |
536
048ae7314156
browser_side: temporary way to display the OTR state in the LiberviaWidget header
souliane <souliane@mailoo.org>
parents:
524
diff
changeset
|
742 .widgetHeader_info { |
048ae7314156
browser_side: temporary way to display the OTR state in the LiberviaWidget header
souliane <souliane@mailoo.org>
parents:
524
diff
changeset
|
743 position: absolute; |
048ae7314156
browser_side: temporary way to display the OTR state in the LiberviaWidget header
souliane <souliane@mailoo.org>
parents:
524
diff
changeset
|
744 right: 90px; # FIXME: temporary dirty setting to fit a header menu with 3 icon buttons |
543
d02335553b5d
browser_side (plugin OTR): display OTR states with icons instead of a text
souliane <souliane@mailoo.org>
parents:
536
diff
changeset
|
745 color: white; |
d02335553b5d
browser_side (plugin OTR): display OTR states with icons instead of a text
souliane <souliane@mailoo.org>
parents:
536
diff
changeset
|
746 background-color: white; |
d02335553b5d
browser_side (plugin OTR): display OTR states with icons instead of a text
souliane <souliane@mailoo.org>
parents:
536
diff
changeset
|
747 border-radius: 5px; |
d02335553b5d
browser_side (plugin OTR): display OTR states with icons instead of a text
souliane <souliane@mailoo.org>
parents:
536
diff
changeset
|
748 padding: 0px 4px; |
d02335553b5d
browser_side (plugin OTR): display OTR states with icons instead of a text
souliane <souliane@mailoo.org>
parents:
536
diff
changeset
|
749 top: 2px !important; |
d02335553b5d
browser_side (plugin OTR): display OTR states with icons instead of a text
souliane <souliane@mailoo.org>
parents:
536
diff
changeset
|
750 } |
d02335553b5d
browser_side (plugin OTR): display OTR states with icons instead of a text
souliane <souliane@mailoo.org>
parents:
536
diff
changeset
|
751 |
d02335553b5d
browser_side (plugin OTR): display OTR states with icons instead of a text
souliane <souliane@mailoo.org>
parents:
536
diff
changeset
|
752 .widgetHeader_info img { |
d02335553b5d
browser_side (plugin OTR): display OTR states with icons instead of a text
souliane <souliane@mailoo.org>
parents:
536
diff
changeset
|
753 padding: 2px; |
d02335553b5d
browser_side (plugin OTR): display OTR states with icons instead of a text
souliane <souliane@mailoo.org>
parents:
536
diff
changeset
|
754 height: 16px; |
536
048ae7314156
browser_side: temporary way to display the OTR state in the LiberviaWidget header
souliane <souliane@mailoo.org>
parents:
524
diff
changeset
|
755 } |
048ae7314156
browser_side: temporary way to display the OTR state in the LiberviaWidget header
souliane <souliane@mailoo.org>
parents:
524
diff
changeset
|
756 |
82
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
757 .widgetHeader_buttonsWrapper { |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
758 position: absolute; |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
759 top: 0; |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
760 height: 100%; |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
761 width: 100%; |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
762 } |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
763 |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
764 .widgetHeader_buttonGroup { |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
765 float: right; |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
766 } |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
767 |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
768 .widgetHeader_buttonGroup img { |
469 | 769 background-color: transparent; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
770 width: 25px; |
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
771 height: 20px; |
495
587fe75d1b16
browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
souliane <souliane@mailoo.org>
parents:
494
diff
changeset
|
772 padding: 2px 0px 3px 0px; |
89
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
773 border-left: 1px solid #666; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
774 border-top: 0; |
494
5d8632a7bfde
browser_side: refactorisation of menus and LiberviaWidget's header
souliane <souliane@mailoo.org>
parents:
492
diff
changeset
|
775 border-radius: 0 0 0 0; |
469 | 776 background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333)); |
777 background: -webkit-linear-gradient(top, #555, #333); | |
778 background: linear-gradient(to bottom, #555, #333); | |
494
5d8632a7bfde
browser_side: refactorisation of menus and LiberviaWidget's header
souliane <souliane@mailoo.org>
parents:
492
diff
changeset
|
779 cursor: pointer; |
82
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
780 } |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
781 |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
782 .widgetHeader_buttonGroup img:hover { |
89
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
783 background-color: #cf2828; |
469 | 784 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a)); |
785 background: -webkit-linear-gradient(top, #cf2828, #981a1a); | |
786 background: linear-gradient(to bottom, #cf2828, #981a1a); | |
82
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
787 } |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
788 |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
789 .widgetBody { |
89
8d2c7be09eef
browser side: CSS: removed useless z-indexes, and replaced tabs by spaces
Goffi <goffi@goffi.org>
parents:
88
diff
changeset
|
790 border-radius: 0 0 10px 10px; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
791 background-color: #fff; |
100
db435e82197d
browser side: changed widgets' body min size to (200px, 150px)
Goffi <goffi@goffi.org>
parents:
98
diff
changeset
|
792 min-width: 200px; |
db435e82197d
browser side: changed widgets' body min size to (200px, 150px)
Goffi <goffi@goffi.org>
parents:
98
diff
changeset
|
793 min-height: 150px; |
469 | 794 -webkit-box-shadow:inset 0px 0 1px #444; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
795 box-shadow:inset 0px 0 1px #444; |
82
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
796 } |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
797 |
85
a8f027738c16
browser side: widgets cells can now be added by putting a widget on a border
Goffi <goffi@goffi.org>
parents:
82
diff
changeset
|
798 /* BorderWidgets */ |
a8f027738c16
browser side: widgets cells can now be added by putting a widget on a border
Goffi <goffi@goffi.org>
parents:
82
diff
changeset
|
799 |
594
a099990f77a6
browser side: border widgets are now visible on drag start + they float right or left in the cell
Goffi <goffi@goffi.org>
parents:
589
diff
changeset
|
800 .borderWidgetOnDrag { |
a099990f77a6
browser side: border widgets are now visible on drag start + they float right or left in the cell
Goffi <goffi@goffi.org>
parents:
589
diff
changeset
|
801 background-color: lightgray; |
a099990f77a6
browser side: border widgets are now visible on drag start + they float right or left in the cell
Goffi <goffi@goffi.org>
parents:
589
diff
changeset
|
802 border: 1px dashed #000; |
a099990f77a6
browser side: border widgets are now visible on drag start + they float right or left in the cell
Goffi <goffi@goffi.org>
parents:
589
diff
changeset
|
803 border-radius: 1em; |
a099990f77a6
browser side: border widgets are now visible on drag start + they float right or left in the cell
Goffi <goffi@goffi.org>
parents:
589
diff
changeset
|
804 } |
a099990f77a6
browser side: border widgets are now visible on drag start + they float right or left in the cell
Goffi <goffi@goffi.org>
parents:
589
diff
changeset
|
805 |
85
a8f027738c16
browser side: widgets cells can now be added by putting a widget on a border
Goffi <goffi@goffi.org>
parents:
82
diff
changeset
|
806 .bottomBorderWidget { |
98
bd0ca532fdf9
browser side: changed borderWidgets' size to 10px
Goffi <goffi@goffi.org>
parents:
91
diff
changeset
|
807 height: 10px !important; |
85
a8f027738c16
browser side: widgets cells can now be added by putting a widget on a border
Goffi <goffi@goffi.org>
parents:
82
diff
changeset
|
808 } |
a8f027738c16
browser side: widgets cells can now be added by putting a widget on a border
Goffi <goffi@goffi.org>
parents:
82
diff
changeset
|
809 |
a8f027738c16
browser side: widgets cells can now be added by putting a widget on a border
Goffi <goffi@goffi.org>
parents:
82
diff
changeset
|
810 .leftBorderWidget, .rightBorderWidget { |
98
bd0ca532fdf9
browser side: changed borderWidgets' size to 10px
Goffi <goffi@goffi.org>
parents:
91
diff
changeset
|
811 width: 10px !important; |
85
a8f027738c16
browser side: widgets cells can now be added by putting a widget on a border
Goffi <goffi@goffi.org>
parents:
82
diff
changeset
|
812 } |
a8f027738c16
browser side: widgets cells can now be added by putting a widget on a border
Goffi <goffi@goffi.org>
parents:
82
diff
changeset
|
813 |
594
a099990f77a6
browser side: border widgets are now visible on drag start + they float right or left in the cell
Goffi <goffi@goffi.org>
parents:
589
diff
changeset
|
814 .leftBorderWidget { |
a099990f77a6
browser side: border widgets are now visible on drag start + they float right or left in the cell
Goffi <goffi@goffi.org>
parents:
589
diff
changeset
|
815 float: right; |
a099990f77a6
browser side: border widgets are now visible on drag start + they float right or left in the cell
Goffi <goffi@goffi.org>
parents:
589
diff
changeset
|
816 } |
a099990f77a6
browser side: border widgets are now visible on drag start + they float right or left in the cell
Goffi <goffi@goffi.org>
parents:
589
diff
changeset
|
817 |
a099990f77a6
browser side: border widgets are now visible on drag start + they float right or left in the cell
Goffi <goffi@goffi.org>
parents:
589
diff
changeset
|
818 .rightBorderWidget { |
a099990f77a6
browser side: border widgets are now visible on drag start + they float right or left in the cell
Goffi <goffi@goffi.org>
parents:
589
diff
changeset
|
819 float: left; |
a099990f77a6
browser side: border widgets are now visible on drag start + they float right or left in the cell
Goffi <goffi@goffi.org>
parents:
589
diff
changeset
|
820 } |
a099990f77a6
browser side: border widgets are now visible on drag start + they float right or left in the cell
Goffi <goffi@goffi.org>
parents:
589
diff
changeset
|
821 |
7
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
822 /* Microblog */ |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
823 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
824 .microblogPanel { |
120
054b7b3424a3
browser side: microblog's entry header with pseudo and timestamp
Goffi <goffi@goffi.org>
parents:
118
diff
changeset
|
825 width: 100%; |
113
a87cfe9e013e
browser side: CSS: microblog entries
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
112
diff
changeset
|
826 } |
a87cfe9e013e
browser side: CSS: microblog entries
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
112
diff
changeset
|
827 |
586
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
828 .microblogPanel_footer { |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
829 cursor: pointer; |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
830 text-align: center; |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
831 background-color: #ededed; |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
832 border-radius: 5px; |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
833 width: 85%; |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
834 margin: auto; |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
835 margin-top: 5px; |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
836 margin-bottom: 5px; |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
837 } |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
838 |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
839 .microblogPanel_footer a { |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
840 color: blue; |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
841 } |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
842 |
312
b4781a350483
browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
souliane <souliane@mailoo.org>
parents:
310
diff
changeset
|
843 .microblogNewButton { |
b4781a350483
browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
souliane <souliane@mailoo.org>
parents:
310
diff
changeset
|
844 width: 100%; |
442
17259c2ff96f
browser_side: changes about the UI (remarks from Franck):
souliane <souliane@mailoo.org>
parents:
428
diff
changeset
|
845 height: 35px; |
312
b4781a350483
browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
souliane <souliane@mailoo.org>
parents:
310
diff
changeset
|
846 } |
b4781a350483
browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
souliane <souliane@mailoo.org>
parents:
310
diff
changeset
|
847 |
202
2bc6cf004e61
browser, server: comments handling:
Goffi <goffi@goffi.org>
parents:
199
diff
changeset
|
848 .subPanel { |
2bc6cf004e61
browser, server: comments handling:
Goffi <goffi@goffi.org>
parents:
199
diff
changeset
|
849 } |
2bc6cf004e61
browser, server: comments handling:
Goffi <goffi@goffi.org>
parents:
199
diff
changeset
|
850 |
2bc6cf004e61
browser, server: comments handling:
Goffi <goffi@goffi.org>
parents:
199
diff
changeset
|
851 .subpanel .mb_entry { |
2bc6cf004e61
browser, server: comments handling:
Goffi <goffi@goffi.org>
parents:
199
diff
changeset
|
852 padding-left: 65px; |
2bc6cf004e61
browser, server: comments handling:
Goffi <goffi@goffi.org>
parents:
199
diff
changeset
|
853 } |
2bc6cf004e61
browser, server: comments handling:
Goffi <goffi@goffi.org>
parents:
199
diff
changeset
|
854 |
113
a87cfe9e013e
browser side: CSS: microblog entries
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
112
diff
changeset
|
855 .mb_entry { |
469 | 856 min-height: 64px; |
113
a87cfe9e013e
browser side: CSS: microblog entries
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
112
diff
changeset
|
857 } |
a87cfe9e013e
browser side: CSS: microblog entries
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
112
diff
changeset
|
858 |
120
054b7b3424a3
browser side: microblog's entry header with pseudo and timestamp
Goffi <goffi@goffi.org>
parents:
118
diff
changeset
|
859 .mb_entry_header |
054b7b3424a3
browser side: microblog's entry header with pseudo and timestamp
Goffi <goffi@goffi.org>
parents:
118
diff
changeset
|
860 { |
586
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
861 width: 100%; |
120
054b7b3424a3
browser side: microblog's entry header with pseudo and timestamp
Goffi <goffi@goffi.org>
parents:
118
diff
changeset
|
862 } |
054b7b3424a3
browser side: microblog's entry header with pseudo and timestamp
Goffi <goffi@goffi.org>
parents:
118
diff
changeset
|
863 |
586
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
864 .mb_entry_header_info { |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
865 cursor: pointer; |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
866 padding: 0px 5px 0px 5px; |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
867 } |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
868 |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
869 .selected_widget .selected_entry .mb_entry_header_info |
199
39311c7dad77
browser side: it is now possible to select a microblog panel or an entry inside it
Goffi <goffi@goffi.org>
parents:
189
diff
changeset
|
870 { |
39311c7dad77
browser side: it is now possible to select a microblog panel or an entry inside it
Goffi <goffi@goffi.org>
parents:
189
diff
changeset
|
871 background: #cf2828; |
496
0924710b666a
browser_side: remove the annoying (esp. when editing a message) scrolling each time you select a microblog entry
souliane <souliane@mailoo.org>
parents:
495
diff
changeset
|
872 border-radius: 5px 5px 0px 0px; |
199
39311c7dad77
browser side: it is now possible to select a microblog panel or an entry inside it
Goffi <goffi@goffi.org>
parents:
189
diff
changeset
|
873 } |
39311c7dad77
browser side: it is now possible to select a microblog panel or an entry inside it
Goffi <goffi@goffi.org>
parents:
189
diff
changeset
|
874 |
586
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
875 .mb_entry_comments { |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
876 float: right; |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
877 padding-right: 5px; |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
878 } |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
879 |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
880 .mb_entry_comments a { |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
881 color: blue; |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
882 cursor: pointer; |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
883 } |
3eb3a2c0c011
browser and server side: uses RSM (XEP-0059)
souliane <souliane@mailoo.org>
parents:
578
diff
changeset
|
884 |
120
054b7b3424a3
browser side: microblog's entry header with pseudo and timestamp
Goffi <goffi@goffi.org>
parents:
118
diff
changeset
|
885 .mb_entry_author { |
054b7b3424a3
browser side: microblog's entry header with pseudo and timestamp
Goffi <goffi@goffi.org>
parents:
118
diff
changeset
|
886 font-weight: bold; |
054b7b3424a3
browser side: microblog's entry header with pseudo and timestamp
Goffi <goffi@goffi.org>
parents:
118
diff
changeset
|
887 } |
054b7b3424a3
browser side: microblog's entry header with pseudo and timestamp
Goffi <goffi@goffi.org>
parents:
118
diff
changeset
|
888 |
113
a87cfe9e013e
browser side: CSS: microblog entries
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
112
diff
changeset
|
889 .mb_entry_avatar { |
469 | 890 float: left; |
118 | 891 } |
892 | |
893 .mb_entry_avatar img { | |
469 | 894 width: 48px; |
895 height: 48px; | |
896 padding: 8px; | |
480
50b286866739
browser side: display avatars in the contact panel
souliane <souliane@mailoo.org>
parents:
479
diff
changeset
|
897 border-radius: 13px; /* padding value + 5px */ |
113
a87cfe9e013e
browser side: CSS: microblog entries
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
112
diff
changeset
|
898 } |
a87cfe9e013e
browser side: CSS: microblog entries
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
112
diff
changeset
|
899 |
a87cfe9e013e
browser side: CSS: microblog entries
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
112
diff
changeset
|
900 .mb_entry_dialog { |
469 | 901 float: left; |
902 min-height: 54px; | |
903 padding: 5px 20px 5px 20px; | |
904 border-collapse: separate; /* for the bubble queue since the entry dialog is now a HorizontalPanel */ | |
9 | 905 } |
906 | |
113
a87cfe9e013e
browser side: CSS: microblog entries
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
112
diff
changeset
|
907 .bubble { |
207
a43b66af3872
browser side: changed bubbles background color
Goffi <goffi@goffi.org>
parents:
206
diff
changeset
|
908 position: relative; |
a43b66af3872
browser side: changed bubbles background color
Goffi <goffi@goffi.org>
parents:
206
diff
changeset
|
909 padding: 15px; |
a43b66af3872
browser side: changed bubbles background color
Goffi <goffi@goffi.org>
parents:
206
diff
changeset
|
910 margin: 2px; |
a43b66af3872
browser side: changed bubbles background color
Goffi <goffi@goffi.org>
parents:
206
diff
changeset
|
911 border-radius:10px; |
a43b66af3872
browser side: changed bubbles background color
Goffi <goffi@goffi.org>
parents:
206
diff
changeset
|
912 background: #EDEDED; |
a43b66af3872
browser side: changed bubbles background color
Goffi <goffi@goffi.org>
parents:
206
diff
changeset
|
913 border-color: #C1C1C1; |
a43b66af3872
browser side: changed bubbles background color
Goffi <goffi@goffi.org>
parents:
206
diff
changeset
|
914 border-width: 1px; |
a43b66af3872
browser side: changed bubbles background color
Goffi <goffi@goffi.org>
parents:
206
diff
changeset
|
915 border-style: solid; |
351
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
916 display: block; |
373
724a9a03ab02
browser_side: fix bubble CSS for chromium and epiphany browsers
souliane <souliane@mailoo.org>
parents:
369
diff
changeset
|
917 border-collapse: separate; |
469 | 918 min-height: 15px; /* for the bubble queue to be aligned when the bubble is empty */ |
7
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
919 } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
920 |
113
a87cfe9e013e
browser side: CSS: microblog entries
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
112
diff
changeset
|
921 .bubble:after { |
207
a43b66af3872
browser side: changed bubbles background color
Goffi <goffi@goffi.org>
parents:
206
diff
changeset
|
922 background: transparent url('media/libervia/bubble_after.png') top right no-repeat; |
469 | 923 border: none; |
207
a43b66af3872
browser side: changed bubbles background color
Goffi <goffi@goffi.org>
parents:
206
diff
changeset
|
924 content: ""; |
a43b66af3872
browser side: changed bubbles background color
Goffi <goffi@goffi.org>
parents:
206
diff
changeset
|
925 position: absolute; |
a43b66af3872
browser side: changed bubbles background color
Goffi <goffi@goffi.org>
parents:
206
diff
changeset
|
926 bottom: auto; |
a43b66af3872
browser side: changed bubbles background color
Goffi <goffi@goffi.org>
parents:
206
diff
changeset
|
927 left: -20px; |
a43b66af3872
browser side: changed bubbles background color
Goffi <goffi@goffi.org>
parents:
206
diff
changeset
|
928 top: 16px; |
a43b66af3872
browser side: changed bubbles background color
Goffi <goffi@goffi.org>
parents:
206
diff
changeset
|
929 display: block; |
469 | 930 height: 20px; |
931 width: 20px; | |
7
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
932 } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
933 |
414
ae598511850d
browser_side: set microblog editor minimal width + fix the scrolling to comment
souliane <souliane@mailoo.org>
parents:
407
diff
changeset
|
934 .bubble textarea{ |
312
b4781a350483
browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
souliane <souliane@mailoo.org>
parents:
310
diff
changeset
|
935 width: 100%; |
587
6a1fea10ae8c
browser_side: increase the width of the bubble's text area (blog message edition)
souliane <souliane@mailoo.org>
parents:
586
diff
changeset
|
936 min-width: 350px; |
282
ae3ec654836d
browser_side: added blog item modification/deletion
souliane <souliane@mailoo.org>
parents:
279
diff
changeset
|
937 } |
ae3ec654836d
browser_side: added blog item modification/deletion
souliane <souliane@mailoo.org>
parents:
279
diff
changeset
|
938 |
7
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
939 .mb_entry_timestamp { |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
940 font-style: italic; |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
941 } |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
942 |
312
b4781a350483
browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
souliane <souliane@mailoo.org>
parents:
310
diff
changeset
|
943 .mb_entry_actions { |
282
ae3ec654836d
browser_side: added blog item modification/deletion
souliane <souliane@mailoo.org>
parents:
279
diff
changeset
|
944 float: right; |
312
b4781a350483
browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
souliane <souliane@mailoo.org>
parents:
310
diff
changeset
|
945 margin: 5px; |
282
ae3ec654836d
browser_side: added blog item modification/deletion
souliane <souliane@mailoo.org>
parents:
279
diff
changeset
|
946 cursor: pointer; |
442
17259c2ff96f
browser_side: changes about the UI (remarks from Franck):
souliane <souliane@mailoo.org>
parents:
428
diff
changeset
|
947 font-size: large; |
17259c2ff96f
browser_side: changes about the UI (remarks from Franck):
souliane <souliane@mailoo.org>
parents:
428
diff
changeset
|
948 } |
17259c2ff96f
browser_side: changes about the UI (remarks from Franck):
souliane <souliane@mailoo.org>
parents:
428
diff
changeset
|
949 |
17259c2ff96f
browser_side: changes about the UI (remarks from Franck):
souliane <souliane@mailoo.org>
parents:
428
diff
changeset
|
950 .mb_entry_action_larger { |
17259c2ff96f
browser_side: changes about the UI (remarks from Franck):
souliane <souliane@mailoo.org>
parents:
428
diff
changeset
|
951 font-size: x-large; |
17259c2ff96f
browser_side: changes about the UI (remarks from Franck):
souliane <souliane@mailoo.org>
parents:
428
diff
changeset
|
952 } |
17259c2ff96f
browser_side: changes about the UI (remarks from Franck):
souliane <souliane@mailoo.org>
parents:
428
diff
changeset
|
953 |
17259c2ff96f
browser_side: changes about the UI (remarks from Franck):
souliane <souliane@mailoo.org>
parents:
428
diff
changeset
|
954 .mb_entry_toggle_syntax { |
17259c2ff96f
browser_side: changes about the UI (remarks from Franck):
souliane <souliane@mailoo.org>
parents:
428
diff
changeset
|
955 cursor: pointer; |
511
8843ae9e92bd
browser_side: fixes the blog rich text toggle button which was clickable on the whole bubble width
souliane <souliane@mailoo.org>
parents:
502
diff
changeset
|
956 float: right; |
442
17259c2ff96f
browser_side: changes about the UI (remarks from Franck):
souliane <souliane@mailoo.org>
parents:
428
diff
changeset
|
957 display: block; |
17259c2ff96f
browser_side: changes about the UI (remarks from Franck):
souliane <souliane@mailoo.org>
parents:
428
diff
changeset
|
958 position: relative; |
469 | 959 top: -20px; |
442
17259c2ff96f
browser_side: changes about the UI (remarks from Franck):
souliane <souliane@mailoo.org>
parents:
428
diff
changeset
|
960 left: -20px; |
282
ae3ec654836d
browser_side: added blog item modification/deletion
souliane <souliane@mailoo.org>
parents:
279
diff
changeset
|
961 } |
ae3ec654836d
browser_side: added blog item modification/deletion
souliane <souliane@mailoo.org>
parents:
279
diff
changeset
|
962 |
29 | 963 /* Chat & MUC Room */ |
19 | 964 |
23 | 965 .chatPanel { |
34 | 966 height: 100%; |
967 width: 100%; | |
29 | 968 } |
969 | |
970 .chatPanel_body { | |
34 | 971 height: 100%; |
972 width: 100%; | |
29 | 973 } |
974 | |
975 .chatContent { | |
976 overflow: auto; | |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
977 padding: 5px 15px 5px 15px; |
23 | 978 } |
979 | |
19 | 980 .chatText { |
469 | 981 margin-top: 7px; |
19 | 982 } |
983 | |
35 | 984 .chatTextInfo { |
985 font-weight: bold; | |
284
bee4719af9b9
browser_side (plugin radiocol): info message when you start the radiocol
souliane <souliane@mailoo.org>
parents:
282
diff
changeset
|
986 font-style: italic; |
35 | 987 } |
988 | |
284
bee4719af9b9
browser_side (plugin radiocol): info message when you start the radiocol
souliane <souliane@mailoo.org>
parents:
282
diff
changeset
|
989 .chatTextInfo-link { |
bee4719af9b9
browser_side (plugin radiocol): info message when you start the radiocol
souliane <souliane@mailoo.org>
parents:
282
diff
changeset
|
990 font-weight: bold; |
35 | 991 font-style: italic; |
469 | 992 cursor: pointer; |
993 display: inline; | |
35 | 994 } |
995 | |
29 | 996 .chatArea { |
34 | 997 height:100%; |
35 | 998 width:100%; |
29 | 999 } |
1000 | |
19 | 1001 .chat_text_timestamp { |
1002 font-style: italic; | |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
1003 margin-right: -4px; |
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
1004 padding: 1px 3px 1px 3px; |
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
1005 border-radius: 15px 0 0 15px; |
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
1006 background-color: #eee; |
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
1007 color: #888; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
1008 border: 1px solid #ddd; |
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
1009 border-right: none; |
19 | 1010 } |
1011 | |
1012 .chat_text_nick { | |
1013 font-weight: bold; | |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
1014 padding: 1px 3px 1px 3px; |
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
1015 border-radius: 0 15px 15px 0; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
1016 background-color: #eee; |
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
1017 color: #b01e1e; |
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
1018 border: 1px solid #ddd; |
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
1019 border-left: none; |
19 | 1020 } |
1021 | |
189
67365f17069e
browser side: removed "\n" -> <br> conversion in html_sanitize, and use "white-space: pre" CSS property in chat messages instead (thx Link Mauve !).
Goffi <goffi@goffi.org>
parents:
187
diff
changeset
|
1022 .chat_text_msg { |
236
9b078380dacf
browser_side: white-space are no pre-wrap for .chat_text_msg
Goffi <goffi@goffi.org>
parents:
232
diff
changeset
|
1023 white-space: pre-wrap; |
189
67365f17069e
browser side: removed "\n" -> <br> conversion in html_sanitize, and use "white-space: pre" CSS property in chat messages instead (thx Link Mauve !).
Goffi <goffi@goffi.org>
parents:
187
diff
changeset
|
1024 } |
67365f17069e
browser side: removed "\n" -> <br> conversion in html_sanitize, and use "white-space: pre" CSS property in chat messages instead (thx Link Mauve !).
Goffi <goffi@goffi.org>
parents:
187
diff
changeset
|
1025 |
19 | 1026 .chat_text_mymess { |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
1027 color: #006600; |
19 | 1028 } |
1029 | |
673
e489218886d7
browser_side: add attribute "merge_resources" to ContactsPanel to display the MUC occupants + override Chat.replaceUser and Chat.removeUser
souliane <souliane@mailoo.org>
parents:
671
diff
changeset
|
1030 .occupantsPanelCell { |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
1031 border-right: 2px dotted #ddd; |
673
e489218886d7
browser_side: add attribute "merge_resources" to ContactsPanel to display the MUC occupants + override Chat.replaceUser and Chat.removeUser
souliane <souliane@mailoo.org>
parents:
671
diff
changeset
|
1032 padding-left: 5px; |
29 | 1033 height: 100%; |
1034 } | |
1035 | |
36 | 1036 /* Games */ |
1037 | |
1038 .cardPanel { | |
37
b306aa090438
Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents:
36
diff
changeset
|
1039 background: #02FE03; |
36 | 1040 margin: 0 auto; |
1041 } | |
1042 | |
37
b306aa090438
Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents:
36
diff
changeset
|
1043 .cardGamePlayerNick { |
b306aa090438
Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents:
36
diff
changeset
|
1044 font-weight: bold; |
b306aa090438
Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents:
36
diff
changeset
|
1045 } |
b306aa090438
Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents:
36
diff
changeset
|
1046 |
129
dd0d39ae7d24
RadioCol: song preloading + fonctionnal players
Goffi <goffi@goffi.org>
parents:
120
diff
changeset
|
1047 /* Radiocol */ |
dd0d39ae7d24
RadioCol: song preloading + fonctionnal players
Goffi <goffi@goffi.org>
parents:
120
diff
changeset
|
1048 |
286
e76ec07be8e5
browser_side (plugin radiocol): the UI uses CaptionPanel
souliane <souliane@mailoo.org>
parents:
285
diff
changeset
|
1049 .radiocolPanel { |
e76ec07be8e5
browser_side (plugin radiocol): the UI uses CaptionPanel
souliane <souliane@mailoo.org>
parents:
285
diff
changeset
|
1050 |
129
dd0d39ae7d24
RadioCol: song preloading + fonctionnal players
Goffi <goffi@goffi.org>
parents:
120
diff
changeset
|
1051 } |
dd0d39ae7d24
RadioCol: song preloading + fonctionnal players
Goffi <goffi@goffi.org>
parents:
120
diff
changeset
|
1052 |
dd0d39ae7d24
RadioCol: song preloading + fonctionnal players
Goffi <goffi@goffi.org>
parents:
120
diff
changeset
|
1053 .radiocol_metadata_lbl { |
dd0d39ae7d24
RadioCol: song preloading + fonctionnal players
Goffi <goffi@goffi.org>
parents:
120
diff
changeset
|
1054 font-weight: bold; |
286
e76ec07be8e5
browser_side (plugin radiocol): the UI uses CaptionPanel
souliane <souliane@mailoo.org>
parents:
285
diff
changeset
|
1055 padding-right: 5px; |
129
dd0d39ae7d24
RadioCol: song preloading + fonctionnal players
Goffi <goffi@goffi.org>
parents:
120
diff
changeset
|
1056 } |
dd0d39ae7d24
RadioCol: song preloading + fonctionnal players
Goffi <goffi@goffi.org>
parents:
120
diff
changeset
|
1057 |
dd0d39ae7d24
RadioCol: song preloading + fonctionnal players
Goffi <goffi@goffi.org>
parents:
120
diff
changeset
|
1058 .radiocol_next_song { |
dd0d39ae7d24
RadioCol: song preloading + fonctionnal players
Goffi <goffi@goffi.org>
parents:
120
diff
changeset
|
1059 margin-right: 5px; |
dd0d39ae7d24
RadioCol: song preloading + fonctionnal players
Goffi <goffi@goffi.org>
parents:
120
diff
changeset
|
1060 font-style:italic; |
dd0d39ae7d24
RadioCol: song preloading + fonctionnal players
Goffi <goffi@goffi.org>
parents:
120
diff
changeset
|
1061 } |
dd0d39ae7d24
RadioCol: song preloading + fonctionnal players
Goffi <goffi@goffi.org>
parents:
120
diff
changeset
|
1062 |
285
4f0c2fea358a
browser_side (plugin radiocol): use the status label to give more information
souliane <souliane@mailoo.org>
parents:
284
diff
changeset
|
1063 .radiocol_status { |
4f0c2fea358a
browser_side (plugin radiocol): use the status label to give more information
souliane <souliane@mailoo.org>
parents:
284
diff
changeset
|
1064 margin-left: 10px; |
4f0c2fea358a
browser_side (plugin radiocol): use the status label to give more information
souliane <souliane@mailoo.org>
parents:
284
diff
changeset
|
1065 margin-right: 10px; |
4f0c2fea358a
browser_side (plugin radiocol): use the status label to give more information
souliane <souliane@mailoo.org>
parents:
284
diff
changeset
|
1066 font-weight: bold; |
469 | 1067 color: black; |
285
4f0c2fea358a
browser_side (plugin radiocol): use the status label to give more information
souliane <souliane@mailoo.org>
parents:
284
diff
changeset
|
1068 } |
4f0c2fea358a
browser_side (plugin radiocol): use the status label to give more information
souliane <souliane@mailoo.org>
parents:
284
diff
changeset
|
1069 |
130 | 1070 .radiocol_upload_status_ok { |
1071 margin-left: 10px; | |
1072 margin-right: 10px; | |
1073 font-weight: bold; | |
469 | 1074 color: #28F215; |
130 | 1075 } |
1076 | |
1077 .radiocol_upload_status_ko { | |
1078 margin-left: 10px; | |
1079 margin-right: 10px; | |
1080 font-weight: bold; | |
469 | 1081 color: #B80000; |
130 | 1082 } |
1083 | |
36 | 1084 /* Drag and drop */ |
7
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
1085 |
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
1086 .dragover { |
112
7ce8fac4152d
browser side: css: reverted drag'n'drop to red background
Goffi <goffi@goffi.org>
parents:
111
diff
changeset
|
1087 background: #cf2828 !important; |
7ce8fac4152d
browser side: css: reverted drag'n'drop to red background
Goffi <goffi@goffi.org>
parents:
111
diff
changeset
|
1088 border-radius: 1em 1em 1em 1em !important; |
82
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
1089 } |
bd575203d456
browser side: widgets CSS
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
81
diff
changeset
|
1090 |
107
c3fb3292f582
browser side: CSS: changed tabs margin + fixed dragover background for chat panels
Goffi <goffi@goffi.org>
parents:
106
diff
changeset
|
1091 .dragover .widgetHeader, .dragover .widgetBody, .dragover .widgetBody span, .dragover .widgetHeader img { |
112
7ce8fac4152d
browser side: css: reverted drag'n'drop to red background
Goffi <goffi@goffi.org>
parents:
111
diff
changeset
|
1092 background: #cf2828 !important; |
7ce8fac4152d
browser side: css: reverted drag'n'drop to red background
Goffi <goffi@goffi.org>
parents:
111
diff
changeset
|
1093 } |
7ce8fac4152d
browser side: css: reverted drag'n'drop to red background
Goffi <goffi@goffi.org>
parents:
111
diff
changeset
|
1094 |
7ce8fac4152d
browser side: css: reverted drag'n'drop to red background
Goffi <goffi@goffi.org>
parents:
111
diff
changeset
|
1095 .dragover.widgetHeader { |
7ce8fac4152d
browser side: css: reverted drag'n'drop to red background
Goffi <goffi@goffi.org>
parents:
111
diff
changeset
|
1096 border-radius: 1em 1em 0 0 !important; |
7ce8fac4152d
browser side: css: reverted drag'n'drop to red background
Goffi <goffi@goffi.org>
parents:
111
diff
changeset
|
1097 } |
7ce8fac4152d
browser side: css: reverted drag'n'drop to red background
Goffi <goffi@goffi.org>
parents:
111
diff
changeset
|
1098 |
7ce8fac4152d
browser side: css: reverted drag'n'drop to red background
Goffi <goffi@goffi.org>
parents:
111
diff
changeset
|
1099 .dragover.widgetBody { |
7ce8fac4152d
browser side: css: reverted drag'n'drop to red background
Goffi <goffi@goffi.org>
parents:
111
diff
changeset
|
1100 border-radius: 0 0 1em 1em !important; |
7
7acca1ce1ca4
CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents:
1
diff
changeset
|
1101 } |
19 | 1102 |
21
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1103 /* Warning message */ |
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1104 |
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1105 .warningPopup { |
469 | 1106 font-size: 1em; |
21
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1107 width: 100%; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
1108 height: 26px; |
21
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1109 text-align: center; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
1110 padding: 5px 0; |
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
1111 border-bottom: 1px solid #444; |
21
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1112 } |
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1113 |
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1114 .warningTarget { |
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1115 font-weight: bold; |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
1116 |
21
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1117 } |
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1118 |
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1119 .targetPublic { |
469 | 1120 background-color: red; |
21
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1121 } |
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1122 |
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1123 .targetGroup { |
115
f8af6b21ed61
browser side: CSS: fixed bad colors on targetWarning popups
Goffi <goffi@goffi.org>
parents:
113
diff
changeset
|
1124 background-color: #00FFFB; |
21
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1125 } |
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1126 |
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1127 .targetOne2One { |
115
f8af6b21ed61
browser side: CSS: fixed bad colors on targetWarning popups
Goffi <goffi@goffi.org>
parents:
113
diff
changeset
|
1128 background-color: #66FF00; |
21
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1129 } |
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1130 |
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1131 .targetStatus { |
110
dfc02690deb4
browser side: CSS: header, unibox, tabs + drag'n' drop reworked
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
107
diff
changeset
|
1132 background-color: #fff; |
21
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1133 } |
77c2e48efa29
browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents:
20
diff
changeset
|
1134 |
23 | 1135 /* Tab panel */ |
29 | 1136 |
1137 .gwt-TabPanel { | |
1138 } | |
23 | 1139 |
1140 .gwt-TabPanelBottom { | |
469 | 1141 height: 100%; |
23 | 1142 } |
1143 | |
1144 .gwt-TabBar { | |
469 | 1145 font-weight: bold; |
1146 text-decoration: none; | |
1147 border-bottom: 3px solid #a01c1c; | |
23 | 1148 } |
1149 | |
1150 .gwt-TabBar .gwt-TabBarFirst { | |
469 | 1151 height: 100%; |
23 | 1152 } |
1153 | |
1154 .gwt-TabBar .gwt-TabBarRest { | |
1155 } | |
1156 | |
654
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
1157 .mainPanel .gwt-TabBar { |
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
1158 z-index: 10; |
107
c3fb3292f582
browser side: CSS: changed tabs margin + fixed dragover background for chat panels
Goffi <goffi@goffi.org>
parents:
106
diff
changeset
|
1159 } |
c3fb3292f582
browser side: CSS: changed tabs margin + fixed dragover background for chat panels
Goffi <goffi@goffi.org>
parents:
106
diff
changeset
|
1160 |
656
4dbd99de3aaa
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
souliane <souliane@mailoo.org>
parents:
654
diff
changeset
|
1161 .mainPanel .gwt-TabBar-oneTab { |
4dbd99de3aaa
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
souliane <souliane@mailoo.org>
parents:
654
diff
changeset
|
1162 position: fixed; |
4dbd99de3aaa
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
souliane <souliane@mailoo.org>
parents:
654
diff
changeset
|
1163 left: 0px; |
4dbd99de3aaa
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
souliane <souliane@mailoo.org>
parents:
654
diff
changeset
|
1164 bottom: 0px; |
4dbd99de3aaa
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
souliane <souliane@mailoo.org>
parents:
654
diff
changeset
|
1165 border: none; |
4dbd99de3aaa
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
souliane <souliane@mailoo.org>
parents:
654
diff
changeset
|
1166 } |
4dbd99de3aaa
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
souliane <souliane@mailoo.org>
parents:
654
diff
changeset
|
1167 |
4dbd99de3aaa
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
souliane <souliane@mailoo.org>
parents:
654
diff
changeset
|
1168 .mainPanel .gwt-TabBar-oneTab .gwt-TabBarItem-wrapper { |
4dbd99de3aaa
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
souliane <souliane@mailoo.org>
parents:
654
diff
changeset
|
1169 display: none; |
4dbd99de3aaa
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
souliane <souliane@mailoo.org>
parents:
654
diff
changeset
|
1170 } |
4dbd99de3aaa
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
souliane <souliane@mailoo.org>
parents:
654
diff
changeset
|
1171 |
4dbd99de3aaa
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
souliane <souliane@mailoo.org>
parents:
654
diff
changeset
|
1172 .mainPanel .gwt-TabBar-oneTab .gwt-TabBarItem-wrapper:nth-child(3) { |
4dbd99de3aaa
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
souliane <souliane@mailoo.org>
parents:
654
diff
changeset
|
1173 display: block; |
4dbd99de3aaa
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
souliane <souliane@mailoo.org>
parents:
654
diff
changeset
|
1174 } |
4dbd99de3aaa
browser_side: only display "+" button when the tab bar contains only 1 tab, and display it over the contact list to not use vertical space
souliane <souliane@mailoo.org>
parents:
654
diff
changeset
|
1175 |
654
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
1176 .liberviaTabPanel { |
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
1177 width: 100%; |
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
1178 height: 100%; |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
1179 } |
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
1180 |
148
8635bc9db9bf
added parameter management to test XMLUI, but it's currently deactivated for security reasons (need some configuration options) + separated mainTabPanel CSS from LiberviaTabPanel
Goffi <goffi@goffi.org>
parents:
144
diff
changeset
|
1181 .liberviaTabPanel .gwt-TabBarItem div { |
469 | 1182 color: #fff; |
104 | 1183 } |
1184 | |
148
8635bc9db9bf
added parameter management to test XMLUI, but it's currently deactivated for security reasons (need some configuration options) + separated mainTabPanel CSS from LiberviaTabPanel
Goffi <goffi@goffi.org>
parents:
144
diff
changeset
|
1185 .liberviaTabPanel .gwt-TabBarItem { |
469 | 1186 color: #444 !important; |
1187 background-color: #222; | |
1188 background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222)); | |
1189 background: -webkit-linear-gradient(top, #444, #222); | |
1190 background: linear-gradient(to bottom, #444, #222); | |
1191 -webkit-box-shadow: 0px 1px 4px #000; | |
1192 box-shadow: 0px 1px 4px #000; | |
1193 padding: 4px 15px 4px 15px; | |
1194 border-radius: 1em 1em 0 0; | |
1195 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); | |
654
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
1196 cursor: pointer; |
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
1197 margin-right: 5px; |
106
edce682df120
browser side: CSS: black & red tabs + dialogs fixes
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
105
diff
changeset
|
1198 } |
edce682df120
browser side: CSS: black & red tabs + dialogs fixes
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
105
diff
changeset
|
1199 |
148
8635bc9db9bf
added parameter management to test XMLUI, but it's currently deactivated for security reasons (need some configuration options) + separated mainTabPanel CSS from LiberviaTabPanel
Goffi <goffi@goffi.org>
parents:
144
diff
changeset
|
1200 .liberviaTabPanel .gwt-TabBarItem-selected { |
469 | 1201 color: #fff; |
1202 background-color: #cf2828; | |
1203 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a)); | |
1204 background: -webkit-linear-gradient(top, #cf2828, #981a1a); | |
1205 background: linear-gradient(to bottom, #cf2828, #981a1a); | |
1206 -webkit-box-shadow: 0px 1px 4px #000; | |
1207 box-shadow: 0px 1px 4px #000; | |
1208 padding: 4px 15px 4px 15px; | |
1209 border-radius: 1em 1em 0 0; | |
1210 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); | |
654
40c72f3b7638
browser_side: MainPanel is now based on a DockPanel, which allows to use less tables and also to remove some "window resized" listeners
souliane <souliane@mailoo.org>
parents:
604
diff
changeset
|
1211 cursor: default; |
23 | 1212 } |
1213 | |
148
8635bc9db9bf
added parameter management to test XMLUI, but it's currently deactivated for security reasons (need some configuration options) + separated mainTabPanel CSS from LiberviaTabPanel
Goffi <goffi@goffi.org>
parents:
144
diff
changeset
|
1214 .liberviaTabPanel div.gwt-TabBarItem:hover { |
469 | 1215 color: #fff; |
1216 background-color: #cf2828; | |
1217 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a)); | |
1218 background: -webkit-linear-gradient(top, #cf2828, #981a1a); | |
1219 background: linear-gradient(to bottom, #cf2828, #981a1a); | |
1220 -webkit-box-shadow: 0px 1px 4px #000; | |
1221 box-shadow: 0px 1px 4px #000; | |
1222 padding: 4px 15px 4px 15px; | |
1223 border-radius: 1em 1em 0 0; | |
1224 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); | |
29 | 1225 } |
1226 | |
206
4d7054542751
browser side: contactBox doesn't use left margin anymore (avoid scrollbar issues) + some cosmetic changes to contact panel switch button
Goffi <goffi@goffi.org>
parents:
202
diff
changeset
|
1227 .globalLeftArea { |
4d7054542751
browser side: contactBox doesn't use left margin anymore (avoid scrollbar issues) + some cosmetic changes to contact panel switch button
Goffi <goffi@goffi.org>
parents:
202
diff
changeset
|
1228 margin-top: 9px; |
4d7054542751
browser side: contactBox doesn't use left margin anymore (avoid scrollbar issues) + some cosmetic changes to contact panel switch button
Goffi <goffi@goffi.org>
parents:
202
diff
changeset
|
1229 } |
4d7054542751
browser side: contactBox doesn't use left margin anymore (avoid scrollbar issues) + some cosmetic changes to contact panel switch button
Goffi <goffi@goffi.org>
parents:
202
diff
changeset
|
1230 |
23 | 1231 |
19 | 1232 /* Misc */ |
1233 | |
91
5f845345176e
browser side: selecting widget now change header color instead of dashed borders
Goffi <goffi@goffi.org>
parents:
89
diff
changeset
|
1234 .selected_widget .widgetHeader { |
102
eead497c87f7
browser side: CSS update, tabs & dialogs
Adrien Vigneron <adrienvigneron@mailoo.org>
parents:
100
diff
changeset
|
1235 background-color: #cf2828; |
469 | 1236 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#981a1a)); |
1237 background: -webkit-linear-gradient(top, #cf2828, #981a1a); | |
1238 background: linear-gradient(to bottom, #cf2828, #981a1a); | |
19 | 1239 } |
34 | 1240 |
48
153de5d461a4
added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents:
47
diff
changeset
|
1241 .infoFrame { |
153de5d461a4
added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents:
47
diff
changeset
|
1242 position: relative; |
153de5d461a4
added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents:
47
diff
changeset
|
1243 width: 100%; |
153de5d461a4
added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents:
47
diff
changeset
|
1244 height: 100%; |
153de5d461a4
added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents:
47
diff
changeset
|
1245 } |
217
f7ec248192de
browser_side: display clickable URLs in chat text
souliane <souliane@mailoo.org>
parents:
207
diff
changeset
|
1246 |
224
f3a5a094c8d6
browser_side: center the buttons of GenericConfirmDialog
souliane <souliane@mailoo.org>
parents:
220
diff
changeset
|
1247 .marginAuto { |
f3a5a094c8d6
browser_side: center the buttons of GenericConfirmDialog
souliane <souliane@mailoo.org>
parents:
220
diff
changeset
|
1248 margin: auto; |
f3a5a094c8d6
browser_side: center the buttons of GenericConfirmDialog
souliane <souliane@mailoo.org>
parents:
220
diff
changeset
|
1249 } |
f3a5a094c8d6
browser_side: center the buttons of GenericConfirmDialog
souliane <souliane@mailoo.org>
parents:
220
diff
changeset
|
1250 |
524
d41e850b31b9
browser_side (plugin OTR): limit the max width for all dialogs
souliane <souliane@mailoo.org>
parents:
511
diff
changeset
|
1251 .maxWidthLimit { |
d41e850b31b9
browser_side (plugin OTR): limit the max width for all dialogs
souliane <souliane@mailoo.org>
parents:
511
diff
changeset
|
1252 max-width: 500px; |
d41e850b31b9
browser_side (plugin OTR): limit the max width for all dialogs
souliane <souliane@mailoo.org>
parents:
511
diff
changeset
|
1253 } |
d41e850b31b9
browser_side (plugin OTR): limit the max width for all dialogs
souliane <souliane@mailoo.org>
parents:
511
diff
changeset
|
1254 |
364
4cf735b40304
browser_side: hide the syntax label when wysiwyg edtion is active
souliane <souliane@mailoo.org>
parents:
358
diff
changeset
|
1255 .transparent { |
4cf735b40304
browser_side: hide the syntax label when wysiwyg edtion is active
souliane <souliane@mailoo.org>
parents:
358
diff
changeset
|
1256 opacity: 0; |
4cf735b40304
browser_side: hide the syntax label when wysiwyg edtion is active
souliane <souliane@mailoo.org>
parents:
358
diff
changeset
|
1257 } |
4cf735b40304
browser_side: hide the syntax label when wysiwyg edtion is active
souliane <souliane@mailoo.org>
parents:
358
diff
changeset
|
1258 |
217
f7ec248192de
browser_side: display clickable URLs in chat text
souliane <souliane@mailoo.org>
parents:
207
diff
changeset
|
1259 /* URLs */ |
f7ec248192de
browser_side: display clickable URLs in chat text
souliane <souliane@mailoo.org>
parents:
207
diff
changeset
|
1260 |
f7ec248192de
browser_side: display clickable URLs in chat text
souliane <souliane@mailoo.org>
parents:
207
diff
changeset
|
1261 a.url { |
f7ec248192de
browser_side: display clickable URLs in chat text
souliane <souliane@mailoo.org>
parents:
207
diff
changeset
|
1262 color: blue; |
f7ec248192de
browser_side: display clickable URLs in chat text
souliane <souliane@mailoo.org>
parents:
207
diff
changeset
|
1263 text-decoration: none |
f7ec248192de
browser_side: display clickable URLs in chat text
souliane <souliane@mailoo.org>
parents:
207
diff
changeset
|
1264 } |
f7ec248192de
browser_side: display clickable URLs in chat text
souliane <souliane@mailoo.org>
parents:
207
diff
changeset
|
1265 |
f7ec248192de
browser_side: display clickable URLs in chat text
souliane <souliane@mailoo.org>
parents:
207
diff
changeset
|
1266 a:hover.url { |
f7ec248192de
browser_side: display clickable URLs in chat text
souliane <souliane@mailoo.org>
parents:
207
diff
changeset
|
1267 text-decoration: underline |
220
09e4de9df5b7
browser side: enforced "gwt-MenuBar-horizontal" style in LiberviaMenuBar to workaround a class name fix in Pyjamas' MenuBar which was causing troubles with CSS.
Goffi <goffi@goffi.org>
parents:
217
diff
changeset
|
1268 } |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1269 |
351
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1270 /* Rich Text/Message Editor */ |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1271 |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1272 .richTextEditor { |
351
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1273 } |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1274 |
425
19bd203daa27
browser_side: set microblog editor width to 80%
souliane <souliane@mailoo.org>
parents:
414
diff
changeset
|
1275 .richTextEditor tbody { |
19bd203daa27
browser_side: set microblog editor width to 80%
souliane <souliane@mailoo.org>
parents:
414
diff
changeset
|
1276 width: 100%; |
19bd203daa27
browser_side: set microblog editor width to 80%
souliane <souliane@mailoo.org>
parents:
414
diff
changeset
|
1277 display: table; |
19bd203daa27
browser_side: set microblog editor width to 80%
souliane <souliane@mailoo.org>
parents:
414
diff
changeset
|
1278 } |
19bd203daa27
browser_side: set microblog editor width to 80%
souliane <souliane@mailoo.org>
parents:
414
diff
changeset
|
1279 |
351
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1280 .richMessageEditor { |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1281 width: 100%; |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1282 margin: 9px 18px; |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1283 } |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1284 |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1285 .richTextTitle { |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1286 margin-bottom: 5px; |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1287 } |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1288 |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1289 .richTextTitle textarea { |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1290 height: 23px; |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1291 width: 99%; |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1292 margin: auto; |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1293 display: block; |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1294 } |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1295 |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1296 .richTextToolbar { |
425
19bd203daa27
browser_side: set microblog editor width to 80%
souliane <souliane@mailoo.org>
parents:
414
diff
changeset
|
1297 white-space: nowrap; |
19bd203daa27
browser_side: set microblog editor width to 80%
souliane <souliane@mailoo.org>
parents:
414
diff
changeset
|
1298 width: 100%; |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1299 } |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1300 |
351
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1301 .richTextArea { |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1302 width: 100%; |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1303 } |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1304 |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1305 .richMessageArea { |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1306 width: 100%; |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1307 height: 250px; |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1308 } |
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1309 |
353
ddb909ab5cbc
browser_side: wysiwyg edtion, first steps (do not use the buttons yet)
souliane <souliane@mailoo.org>
parents:
351
diff
changeset
|
1310 .richTextWysiwyg { |
ddb909ab5cbc
browser_side: wysiwyg edtion, first steps (do not use the buttons yet)
souliane <souliane@mailoo.org>
parents:
351
diff
changeset
|
1311 min-height: 50px; |
ddb909ab5cbc
browser_side: wysiwyg edtion, first steps (do not use the buttons yet)
souliane <souliane@mailoo.org>
parents:
351
diff
changeset
|
1312 background-color: white; |
ddb909ab5cbc
browser_side: wysiwyg edtion, first steps (do not use the buttons yet)
souliane <souliane@mailoo.org>
parents:
351
diff
changeset
|
1313 border: 1px solid #a0a0a0; |
ddb909ab5cbc
browser_side: wysiwyg edtion, first steps (do not use the buttons yet)
souliane <souliane@mailoo.org>
parents:
351
diff
changeset
|
1314 border-radius: 5px; |
355
9bb78c09e9fc
browser_side: wysiwyg edition handles the toolbar buttons
souliane <souliane@mailoo.org>
parents:
353
diff
changeset
|
1315 display: block; |
9bb78c09e9fc
browser_side: wysiwyg edition handles the toolbar buttons
souliane <souliane@mailoo.org>
parents:
353
diff
changeset
|
1316 font-size: larger; |
9bb78c09e9fc
browser_side: wysiwyg edition handles the toolbar buttons
souliane <souliane@mailoo.org>
parents:
353
diff
changeset
|
1317 white-space: pre; |
353
ddb909ab5cbc
browser_side: wysiwyg edtion, first steps (do not use the buttons yet)
souliane <souliane@mailoo.org>
parents:
351
diff
changeset
|
1318 } |
ddb909ab5cbc
browser_side: wysiwyg edtion, first steps (do not use the buttons yet)
souliane <souliane@mailoo.org>
parents:
351
diff
changeset
|
1319 |
351
c943fd54c90e
browser_side: heavy refactorisation for microblogs:
souliane <souliane@mailoo.org>
parents:
348
diff
changeset
|
1320 .richTextSyntaxLabel { |
469 | 1321 text-align: right; |
1322 margin: 14px 0px 0px 14px; | |
1323 font-size: 12px; | |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1324 } |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1325 |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1326 .richTextToolButton { |
469 | 1327 cursor: pointer; |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1328 width:26px; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1329 height:26px; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1330 vertical-align: middle; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1331 margin: 2px 1px; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1332 border-radius: 5px 5px 5px 5px; |
469 | 1333 -webkit-box-shadow: 0px 1px 4px #000; |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1334 box-shadow: 0px 1px 4px #000; |
469 | 1335 border: none; |
1336 -webkit-transition: color 0.2s linear; | |
1337 transition: color 0.2s linear; | |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1338 } |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1339 |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1340 .richTextIcon { |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1341 width:16px; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1342 height:16px; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1343 vertical-align: middle; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1344 } |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1345 |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1346 /* Recipients panel */ |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1347 |
600
32dbbc941123
browser_side: fixes the contact group manager
souliane <souliane@mailoo.org>
parents:
594
diff
changeset
|
1348 .itemButtonCell { |
469 | 1349 width:55px; |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1350 } |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1351 |
600
32dbbc941123
browser_side: fixes the contact group manager
souliane <souliane@mailoo.org>
parents:
594
diff
changeset
|
1352 .itemKeyMenu { |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1353 } |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1354 |
600
32dbbc941123
browser_side: fixes the contact group manager
souliane <souliane@mailoo.org>
parents:
594
diff
changeset
|
1355 .itemKey { |
469 | 1356 cursor: pointer; |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1357 border-radius: 5px; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1358 width: 50px; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1359 } |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1360 |
600
32dbbc941123
browser_side: fixes the contact group manager
souliane <souliane@mailoo.org>
parents:
594
diff
changeset
|
1361 .itemPanel { |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1362 } |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1363 |
600
32dbbc941123
browser_side: fixes the contact group manager
souliane <souliane@mailoo.org>
parents:
594
diff
changeset
|
1364 .itemTextBox { |
469 | 1365 cursor: pointer; |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1366 width: auto; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1367 border-radius: 5px 5px 5px 5px; |
469 | 1368 -webkit-box-shadow: inset 0px 1px 4px rgba(135, 179, 255, 0.6); |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1369 box-shadow: inset 0px 1px 4px rgba(135, 179, 255, 0.6); |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1370 padding: 2px 1px; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1371 margin: 0px; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1372 color: #444; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1373 font-size: 1em; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1374 } |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1375 |
600
32dbbc941123
browser_side: fixes the contact group manager
souliane <souliane@mailoo.org>
parents:
594
diff
changeset
|
1376 .itemTextBox-invalid { |
469 | 1377 -webkit-box-shadow: inset 0px 1px 4px rgba(255, 0, 0, 0.6); |
263
d3c734669577
browser_side: improvements for lists and contact groups manager:
souliane <souliane@mailoo.org>
parents:
256
diff
changeset
|
1378 box-shadow: inset 0px 1px 4px rgba(255, 0, 0, 0.6); |
d3c734669577
browser_side: improvements for lists and contact groups manager:
souliane <souliane@mailoo.org>
parents:
256
diff
changeset
|
1379 border: 1px solid rgb(255, 0, 0); |
d3c734669577
browser_side: improvements for lists and contact groups manager:
souliane <souliane@mailoo.org>
parents:
256
diff
changeset
|
1380 } |
d3c734669577
browser_side: improvements for lists and contact groups manager:
souliane <souliane@mailoo.org>
parents:
256
diff
changeset
|
1381 |
600
32dbbc941123
browser_side: fixes the contact group manager
souliane <souliane@mailoo.org>
parents:
594
diff
changeset
|
1382 .itemRemoveButton { |
469 | 1383 margin: 0px 10px 0px 0px; |
1384 padding: 0px; | |
1385 border: 1px dashed red; | |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1386 border-radius: 5px 5px 5px 5px; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1387 } |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1388 |
600
32dbbc941123
browser_side: fixes the contact group manager
souliane <souliane@mailoo.org>
parents:
594
diff
changeset
|
1389 .itemRemoveIcon { |
469 | 1390 color: red; |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1391 width:15px; |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1392 height:15px; |
469 | 1393 vertical-align: baseline; |
232
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1394 } |
0ed09cc0566f
browser_side: added UIs for rich text editor and addressing to multiple recipients
souliane <souliane@mailoo.org>
parents:
224
diff
changeset
|
1395 |
324
8131d0ccf21b
browser_side: prepare user input for microblog titles
souliane <souliane@mailoo.org>
parents:
314
diff
changeset
|
1396 .recipientSpacer { |
8131d0ccf21b
browser_side: prepare user input for microblog titles
souliane <souliane@mailoo.org>
parents:
314
diff
changeset
|
1397 height: 15px; |
8131d0ccf21b
browser_side: prepare user input for microblog titles
souliane <souliane@mailoo.org>
parents:
314
diff
changeset
|
1398 } |
8131d0ccf21b
browser_side: prepare user input for microblog titles
souliane <souliane@mailoo.org>
parents:
314
diff
changeset
|
1399 |
241
86055ccf69c3
browser_side: added class PopupMenuPanel to manage more complex context menu
souliane <souliane@mailoo.org>
parents:
236
diff
changeset
|
1400 /* Popup (context) menu */ |
86055ccf69c3
browser_side: added class PopupMenuPanel to manage more complex context menu
souliane <souliane@mailoo.org>
parents:
236
diff
changeset
|
1401 |
86055ccf69c3
browser_side: added class PopupMenuPanel to manage more complex context menu
souliane <souliane@mailoo.org>
parents:
236
diff
changeset
|
1402 .popupMenuItem { |
86055ccf69c3
browser_side: added class PopupMenuPanel to manage more complex context menu
souliane <souliane@mailoo.org>
parents:
236
diff
changeset
|
1403 cursor: pointer; |
86055ccf69c3
browser_side: added class PopupMenuPanel to manage more complex context menu
souliane <souliane@mailoo.org>
parents:
236
diff
changeset
|
1404 border-radius: 5px; |
279
2d6bd975a72d
browser_side: set your own presence status and display those of others
souliane <souliane@mailoo.org>
parents:
278
diff
changeset
|
1405 width: 100%; |
241
86055ccf69c3
browser_side: added class PopupMenuPanel to manage more complex context menu
souliane <souliane@mailoo.org>
parents:
236
diff
changeset
|
1406 } |
256
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1407 |
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1408 /* Contact group manager */ |
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1409 |
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1410 .contactGroupEditor { |
469 | 1411 width: 800px; |
1412 max-width:800px; | |
1413 min-width: 800px; | |
1414 margin-top: 9px; | |
1415 margin-left:18px; | |
256
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1416 } |
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1417 |
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1418 .contactGroupRemoveButton { |
469 | 1419 margin: 0px 10px 0px 0px; |
1420 padding: 0px; | |
1421 border: 1px dashed red; | |
256
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1422 border-radius: 5px 5px 5px 5px; |
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1423 } |
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1424 |
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1425 .addContactGroupPanel { |
469 | 1426 |
256
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1427 } |
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1428 |
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1429 .contactGroupPanel { |
469 | 1430 vertical-align:middle; |
256
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1431 } |
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1432 |
604
c22b47d63fe2
browser_side: fixed DragAutoCompleteTextBox for the list manager
souliane <souliane@mailoo.org>
parents:
600
diff
changeset
|
1433 .contactGroupPanel.dragover { |
c22b47d63fe2
browser_side: fixed DragAutoCompleteTextBox for the list manager
souliane <souliane@mailoo.org>
parents:
600
diff
changeset
|
1434 border-radius: 5px !important; |
c22b47d63fe2
browser_side: fixed DragAutoCompleteTextBox for the list manager
souliane <souliane@mailoo.org>
parents:
600
diff
changeset
|
1435 background: none repeat scroll 0% 0% rgb(135, 179, 255) !important; |
c22b47d63fe2
browser_side: fixed DragAutoCompleteTextBox for the list manager
souliane <souliane@mailoo.org>
parents:
600
diff
changeset
|
1436 border: 1px dashed rgb(35,79,255) !important; |
c22b47d63fe2
browser_side: fixed DragAutoCompleteTextBox for the list manager
souliane <souliane@mailoo.org>
parents:
600
diff
changeset
|
1437 } |
c22b47d63fe2
browser_side: fixed DragAutoCompleteTextBox for the list manager
souliane <souliane@mailoo.org>
parents:
600
diff
changeset
|
1438 |
256
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1439 .toggleAssignedContacts { |
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1440 white-space: nowrap; |
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1441 } |
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1442 |
0e7f3944bd27
browser_side: added contact group manager based on ListManager
souliane <souliane@mailoo.org>
parents:
242
diff
changeset
|
1443 .contactGroupButtonCell { |
278
4517978a2e7e
browser_side: white-space: nowrap for the groups in the contact manager
souliane <souliane@mailoo.org>
parents:
268
diff
changeset
|
1444 vertical-align: baseline; |
4517978a2e7e
browser_side: white-space: nowrap for the groups in the contact manager
souliane <souliane@mailoo.org>
parents:
268
diff
changeset
|
1445 width: 55px; |
4517978a2e7e
browser_side: white-space: nowrap for the groups in the contact manager
souliane <souliane@mailoo.org>
parents:
268
diff
changeset
|
1446 white-space: nowrap; |
268
79970bf6af93
browser_side: added class RoomAndContactsChooser:
souliane <souliane@mailoo.org>
parents:
264
diff
changeset
|
1447 } |
79970bf6af93
browser_side: added class RoomAndContactsChooser:
souliane <souliane@mailoo.org>
parents:
264
diff
changeset
|
1448 |
79970bf6af93
browser_side: added class RoomAndContactsChooser:
souliane <souliane@mailoo.org>
parents:
264
diff
changeset
|
1449 /* Room and contacts chooser */ |
79970bf6af93
browser_side: added class RoomAndContactsChooser:
souliane <souliane@mailoo.org>
parents:
264
diff
changeset
|
1450 |
79970bf6af93
browser_side: added class RoomAndContactsChooser:
souliane <souliane@mailoo.org>
parents:
264
diff
changeset
|
1451 .room-contact-chooser { |
469 | 1452 width:380px; |
268
79970bf6af93
browser_side: added class RoomAndContactsChooser:
souliane <souliane@mailoo.org>
parents:
264
diff
changeset
|
1453 } |
264
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1454 |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1455 /* StackPanel */ |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1456 |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1457 .gwt-StackPanel { |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1458 } |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1459 |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1460 .gwt-StackPanel .gwt-StackPanelItem { |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1461 background-color: #222; |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1462 background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222)); |
469 | 1463 background: -webkit-linear-gradient(top, #444444, #222222); |
1464 background: linear-gradient(to bottom, #444444, #222222); | |
264
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1465 text-decoration: none; |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1466 font-weight: bold; |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1467 height: 100%; |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1468 color: #e7e5e5; |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1469 padding: 3px 15px; |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1470 border-radius: 1em 1em 1em 1em; |
469 | 1471 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); |
264
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1472 -webkit-transition: color 0.2s linear; |
469 | 1473 transition: color 0.2s linear; |
264
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1474 } |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1475 |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1476 .gwt-StackPanel .gwt-StackPanelItem:hover { |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1477 background-color: #eee; |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1478 background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa)); |
469 | 1479 background: -webkit-linear-gradient(top, #eee, #aaa); |
1480 background: linear-gradient(to bottom, #eee, #aaa); | |
264
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1481 color: #444; |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1482 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1483 cursor: pointer; |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1484 } |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1485 |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1486 .gwt-StackPanel .gwt-StackPanelItem-selected { |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1487 background-color: #eee; |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1488 background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa)); |
469 | 1489 background: -webkit-linear-gradient(top, #eee, #aaa); |
1490 background: linear-gradient(to bottom, #eee,#aaa); | |
264
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1491 color: #444; |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1492 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1493 cursor: pointer; |
2a93f8e6f989
browser_side: added class ToggleStackPanel
souliane <souliane@mailoo.org>
parents:
263
diff
changeset
|
1494 } |
268
79970bf6af93
browser_side: added class RoomAndContactsChooser:
souliane <souliane@mailoo.org>
parents:
264
diff
changeset
|
1495 |
286
e76ec07be8e5
browser_side (plugin radiocol): the UI uses CaptionPanel
souliane <souliane@mailoo.org>
parents:
285
diff
changeset
|
1496 /* Caption Panel */ |
e76ec07be8e5
browser_side (plugin radiocol): the UI uses CaptionPanel
souliane <souliane@mailoo.org>
parents:
285
diff
changeset
|
1497 |
e76ec07be8e5
browser_side (plugin radiocol): the UI uses CaptionPanel
souliane <souliane@mailoo.org>
parents:
285
diff
changeset
|
1498 .gwt-CaptionPanel { |
e76ec07be8e5
browser_side (plugin radiocol): the UI uses CaptionPanel
souliane <souliane@mailoo.org>
parents:
285
diff
changeset
|
1499 overflow: auto; |
e76ec07be8e5
browser_side (plugin radiocol): the UI uses CaptionPanel
souliane <souliane@mailoo.org>
parents:
285
diff
changeset
|
1500 background-color: #fff; |
e76ec07be8e5
browser_side (plugin radiocol): the UI uses CaptionPanel
souliane <souliane@mailoo.org>
parents:
285
diff
changeset
|
1501 border-radius: 5px 5px 5px 5px; |
469 | 1502 padding: 3px 5px 3px 5px; |
1503 margin: 10px 5px 10px 5px; | |
1504 color: #444; | |
1505 font-size: 1em; | |
1506 border: solid 1px gray; | |
286
e76ec07be8e5
browser_side (plugin radiocol): the UI uses CaptionPanel
souliane <souliane@mailoo.org>
parents:
285
diff
changeset
|
1507 } |
e76ec07be8e5
browser_side (plugin radiocol): the UI uses CaptionPanel
souliane <souliane@mailoo.org>
parents:
285
diff
changeset
|
1508 |
268
79970bf6af93
browser_side: added class RoomAndContactsChooser:
souliane <souliane@mailoo.org>
parents:
264
diff
changeset
|
1509 /* Radio buttons */ |
79970bf6af93
browser_side: added class RoomAndContactsChooser:
souliane <souliane@mailoo.org>
parents:
264
diff
changeset
|
1510 |
79970bf6af93
browser_side: added class RoomAndContactsChooser:
souliane <souliane@mailoo.org>
parents:
264
diff
changeset
|
1511 .gwt-RadioButton { |
469 | 1512 white-space: nowrap; |
340 | 1513 } |
347
f1ba38043d78
browser_side: status panel is based on a new class LightTextEditor which uses HTML5 "editablecontent" property
souliane <souliane@mailoo.org>
parents:
340
diff
changeset
|
1514 |
f1ba38043d78
browser_side: status panel is based on a new class LightTextEditor which uses HTML5 "editablecontent" property
souliane <souliane@mailoo.org>
parents:
340
diff
changeset
|
1515 [contenteditable="true"] { |
f1ba38043d78
browser_side: status panel is based on a new class LightTextEditor which uses HTML5 "editablecontent" property
souliane <souliane@mailoo.org>
parents:
340
diff
changeset
|
1516 } |
369
678d1739bbf2
browser_side: CSS for the selectable rows of AdvancedListContainer: change the cursor and highlight the selected row
souliane <souliane@mailoo.org>
parents:
364
diff
changeset
|
1517 |
678d1739bbf2
browser_side: CSS for the selectable rows of AdvancedListContainer: change the cursor and highlight the selected row
souliane <souliane@mailoo.org>
parents:
364
diff
changeset
|
1518 /* XMLUI styles */ |
376
ab923b870fb0
browser side: XMLUI AdvancedListContainer: rows are highlighted when there are selectable
Goffi <goffi@goffi.org>
parents:
373
diff
changeset
|
1519 |
ab923b870fb0
browser side: XMLUI AdvancedListContainer: rows are highlighted when there are selectable
Goffi <goffi@goffi.org>
parents:
373
diff
changeset
|
1520 .AdvancedListSelectable tr{ |
ab923b870fb0
browser side: XMLUI AdvancedListContainer: rows are highlighted when there are selectable
Goffi <goffi@goffi.org>
parents:
373
diff
changeset
|
1521 cursor: pointer; |
369
678d1739bbf2
browser_side: CSS for the selectable rows of AdvancedListContainer: change the cursor and highlight the selected row
souliane <souliane@mailoo.org>
parents:
364
diff
changeset
|
1522 } |
376
ab923b870fb0
browser side: XMLUI AdvancedListContainer: rows are highlighted when there are selectable
Goffi <goffi@goffi.org>
parents:
373
diff
changeset
|
1523 |
ab923b870fb0
browser side: XMLUI AdvancedListContainer: rows are highlighted when there are selectable
Goffi <goffi@goffi.org>
parents:
373
diff
changeset
|
1524 .AdvancedListSelectable tr:hover{ |
ab923b870fb0
browser side: XMLUI AdvancedListContainer: rows are highlighted when there are selectable
Goffi <goffi@goffi.org>
parents:
373
diff
changeset
|
1525 background: none repeat scroll 0 0 #EE0000; |
369
678d1739bbf2
browser_side: CSS for the selectable rows of AdvancedListContainer: change the cursor and highlight the selected row
souliane <souliane@mailoo.org>
parents:
364
diff
changeset
|
1526 } |
428
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1527 |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1528 .line hr { |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1529 |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1530 } |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1531 |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1532 .dot hr { |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1533 height: 0px; |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1534 border-top: 1px dotted; |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1535 border-bottom: 0px; |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1536 } |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1537 |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1538 .dash hr { |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1539 height: 0px; |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1540 border-top: 1px dashed; |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1541 border-bottom: 0px; |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1542 } |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1543 |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1544 .plain hr { |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1545 height: 10px; |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1546 color: black; |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1547 background-color: black; |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1548 } |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1549 |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1550 .blank hr { |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1551 border: 0px; |
0c4547587637
browser_side (xmlui): implement the divider styles
souliane <souliane@mailoo.org>
parents:
425
diff
changeset
|
1552 } |