comparison public/libervia.css @ 207:a43b66af3872

browser side: changed bubbles background color
author Goffi <goffi@goffi.org>
date Thu, 27 Jun 2013 22:09:34 +0200
parents 4d7054542751
children f7ec248192de
comparison
equal deleted inserted replaced
206:4d7054542751 207:a43b66af3872
752 min-height: 54px; 752 min-height: 54px;
753 padding: 5px 20px 5px 20px; 753 padding: 5px 20px 5px 20px;
754 } 754 }
755 755
756 .bubble { 756 .bubble {
757 color:#fff; 757 position: relative;
758 position: relative; 758 padding: 15px;
759 padding: 15px; 759 margin: 2px;
760 margin: 2px; 760 -webkit-border-radius:10px;
761 -webkit-border-radius:10px; 761 -moz-border-radius:10px;
762 -moz-border-radius:10px; 762 border-radius:10px;
763 border-radius:10px; 763 background: #EDEDED;
764 background: #cf2828; 764 border-color: #C1C1C1;
765 border-width: 1px;
766 border-style: solid;
765 } 767 }
766 768
767 .bubble:after { 769 .bubble:after {
768 content: ""; 770 background: transparent url('media/libervia/bubble_after.png') top right no-repeat;
769 position: absolute; 771 border: none;
770 bottom: auto; 772 content: "";
771 left: -20px; 773 position: absolute;
772 top: 16px; 774 bottom: auto;
773 border-width: 10px 20px 10px 0; 775 left: -20px;
774 border-style: solid; 776 top: 16px;
775 border-color: transparent #cf2828 ; 777 display: block;
776 display: block; 778 height: 20;
777 width: 0; 779 width: 20;
778 } 780 }
779 781
780 .mb_entry_timestamp { 782 .mb_entry_timestamp {
781 font-style: italic; 783 font-style: italic;
782 } 784 }