Mercurial > libervia-web
comparison public/libervia.css @ 310:5d11ec1f2c22
browser_side: make UniBox inherit from a more basic MessageBox class
author | souliane <souliane@mailoo.org> |
---|---|
date | Sun, 29 Dec 2013 23:15:35 +0100 |
parents | d002cd631271 |
children | b4781a350483 |
comparison
equal
deleted
inserted
replaced
309:05e264e96a1c | 310:5d11ec1f2c22 |
---|---|
529 -webkit-transition: color 0.2s linear; | 529 -webkit-transition: color 0.2s linear; |
530 -moz-transition: color 0.2s linear; | 530 -moz-transition: color 0.2s linear; |
531 -o-transition: color 0.2s linear; | 531 -o-transition: color 0.2s linear; |
532 } | 532 } |
533 | 533 |
534 .messageBox { | |
535 width: 100%; | |
536 padding: 5px; | |
537 border: 1px solid #bbb; | |
538 color: #444; | |
539 background: #fff url('media/libervia/unibox_2.png') top bottom no-repeat; | |
540 box-shadow:inset 0 0 10px #ddd; | |
541 -webkit-box-shadow:inset 0 0 10px #ddd; | |
542 -moz-box-shadow:inset 0 0 10px #ddd; | |
543 border-radius: 0px 0px 10px 10px; | |
544 height: 25px; | |
545 margin: 0px; | |
546 } | |
547 | |
534 /* UniBox & Status */ | 548 /* UniBox & Status */ |
535 | 549 |
536 .uniBoxPanel { | 550 .uniBoxPanel { |
537 margin: 15px 22px 0 22px; | 551 margin: 15px 22px 0 22px; |
538 } | 552 } |