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