comparison public/libervia.css @ 23:0ce2a57b34ca

added tab panel
author Goffi <goffi@goffi.org>
date Wed, 20 Apr 2011 02:47:22 +0200
parents 77c2e48efa29
children 46c8d5431198
comparison
equal deleted inserted replaced
22:586f69e85559 23:0ce2a57b34ca
176 /* Microblog */ 176 /* Microblog */
177 177
178 .microblogPanel { 178 .microblogPanel {
179 margin: auto; 179 margin: auto;
180 width: 90%; 180 width: 90%;
181 overflow: scroll;
181 } 182 }
182 183
183 .mb_panel_header{ 184 .mb_panel_header{
184 text-align: center; 185 text-align: center;
185 background-color: lightGray; 186 background-color: lightGray;
220 font-style: italic; 221 font-style: italic;
221 } 222 }
222 223
223 /* Chat */ 224 /* Chat */
224 225
226 .chatPanel {
227 overflow: scroll;
228 }
229
225 .chatText { 230 .chatText {
226 /* font-size: smaller; */ 231 /* font-size: smaller; */
227 } 232 }
228 233
229 .chat_text_timestamp { 234 .chat_text_timestamp {
271 } 276 }
272 277
273 .targetStatus { 278 .targetStatus {
274 } 279 }
275 280
281 /* Tab panel */
282 .gwt-TabPanel {
283 }
284
285 .gwt-TabPanelBottom {
286 height: 100%;
287 }
288
289 .gwt-TabBar {
290 /*background-color: #C3D9FF;*/
291 position: fixed;
292 bottom: 0;
293 font-size: small;
294 }
295
296 .gwt-TabBar .gwt-TabBarFirst {
297 height: 100%;
298 padding-left: 3px;
299 }
300
301 .gwt-TabBar .gwt-TabBarRest {
302 padding-right: 3px;
303 }
304
305 .gwt-TabBar .gwt-TabBarItem {
306 border-top: 1px solid #C3D9FF;
307 border-bottom: 1px solid #C3D9FF;
308 padding: 2px;
309 cursor: pointer;
310 }
311
312 .gwt-TabBar .gwt-TabBarItem-selected {
313 font-weight: bold;
314 background-color: #E8EEF7;
315 border-top: 1px solid #87B3FF;
316 border-left: 1px solid #87B3FF;
317 border-right: 1px solid #87B3FF;
318 border-bottom: 1px solid #E8EEF7;
319 padding: 2px;
320 cursor: default;
321 }
322
323
276 /* Misc */ 324 /* Misc */
277 325
278 .selected_widget { 326 .selected_widget {
279 /* this property is set when a widget is the current target of the uniBox 327 /* this property is set when a widget is the current target of the uniBox
280 * (messages entered in unibox will be sent to this widget) 328 * (messages entered in unibox will be sent to this widget)