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