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