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