Mercurial > libervia-web
comparison public/libervia.css @ 77:975e6be24e11
media paths update
media now use global media location, obtained throught getConfig('', 'media_dir')
Tarot cards have been removed as they are now shared in this location
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 19 Jun 2011 00:48:43 +0200 |
parents | 8f097c1551f3 |
children | d57e0d6b1ced |
comparison
equal
deleted
inserted
replaced
76:8f097c1551f3 | 77:975e6be24e11 |
---|---|
394 height: 50px; | 394 height: 50px; |
395 padding: 5px; | 395 padding: 5px; |
396 font-family: Arial, Helvetica, sans-serif; | 396 font-family: Arial, Helvetica, sans-serif; |
397 border: 1px solid #bbb; | 397 border: 1px solid #bbb; |
398 color: #444; | 398 color: #444; |
399 background: #fff url('unibox.png') top right no-repeat; | 399 background: #fff url('media/libervia/unibox.png') top right no-repeat; |
400 border-radius: 9px 9px 9px 9px; | 400 border-radius: 9px 9px 9px 9px; |
401 -webkit-border-radius: 9px 9px 9px 9px; | 401 -webkit-border-radius: 9px 9px 9px 9px; |
402 -moz-border-radius: 9px 9px 9px 9px; | 402 -moz-border-radius: 9px 9px 9px 9px; |
403 box-shadow:inset 0 0 10px #ddd; | 403 box-shadow:inset 0 0 10px #ddd; |
404 -webkit-box-shadow:inset 0 0 10px #ddd; | 404 -webkit-box-shadow:inset 0 0 10px #ddd; |
444 .registerPanel_tabs .gwt-TabBarItem-selected div { | 444 .registerPanel_tabs .gwt-TabBarItem-selected div { |
445 color: #fff; | 445 color: #fff; |
446 } | 446 } |
447 | 447 |
448 .registerPanel_right_side { | 448 .registerPanel_right_side { |
449 background: #111 url('popup_right.png'); | 449 background: #111 url('media/libervia/register_right.png'); |
450 height: 100%; | 450 height: 100%; |
451 width: 100%; | 451 width: 100%; |
452 } | 452 } |
453 .registerPanel_content { | 453 .registerPanel_content { |
454 margin-left: 50px; | 454 margin-left: 50px; |
481 border: 1px solid #444; | 481 border: 1px solid #444; |
482 } | 482 } |
483 | 483 |
484 | 484 |
485 .registerPanel_content .button, .registerPanel_content .button:visited { | 485 .registerPanel_content .button, .registerPanel_content .button:visited { |
486 background: #222 url('gradient.png') repeat-x; | 486 background: #222 url('media/libervia/gradient.png') repeat-x; |
487 display: inline-block; | 487 display: inline-block; |
488 text-decoration: none; | 488 text-decoration: none; |
489 -moz-border-radius: 6px; | 489 -moz-border-radius: 6px; |
490 -webkit-border-radius: 6px; | 490 -webkit-border-radius: 6px; |
491 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6); | 491 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6); |