comparison public/libervia.css @ 85:a8f027738c16

browser side: widgets cells can now be added by putting a widget on a border
author Goffi <goffi@goffi.org>
date Mon, 27 Jun 2011 03:14:37 +0200
parents bd575203d456
children 3029e3fdbd40
comparison
equal deleted inserted replaced
84:8f35e9970e7f 85:a8f027738c16
612 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); 612 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
613 background: -moz-linear-gradient(top, #fff, #ccc); 613 background: -moz-linear-gradient(top, #fff, #ccc);
614 background-image: -o-linear-gradient(#fff,#ccc); 614 background-image: -o-linear-gradient(#fff,#ccc);
615 } 615 }
616 616
617 /* BorderWidgets */
618
619 .bottomBorderWidget {
620 height: 5px !important;
621 }
622
623 .leftBorderWidget, .rightBorderWidget {
624 width: 5px !important;
625 }
626
617 /* Microblog */ 627 /* Microblog */
618 628
619 .microblogPanel { 629 .microblogPanel {
620 margin: auto; 630 margin: auto;
621 width: 95% !important; 631 width: 95% !important;