comparison public/libervia.css @ 100:db435e82197d

browser side: changed widgets' body min size to (200px, 150px)
author Goffi <goffi@goffi.org>
date Tue, 28 Jun 2011 13:56:20 +0200
parents bd0ca532fdf9
children eead497c87f7
comparison
equal deleted inserted replaced
99:ca4fc2b2471b 100:db435e82197d
621 background-color: #fff; 621 background-color: #fff;
622 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#fff&#888;, endColorstr=’#ccc’); 622 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#fff&#888;, endColorstr=’#ccc’);
623 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); 623 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
624 background: -moz-linear-gradient(top, #fff, #ccc); 624 background: -moz-linear-gradient(top, #fff, #ccc);
625 background-image: -o-linear-gradient(#fff,#ccc); 625 background-image: -o-linear-gradient(#fff,#ccc);
626 min-height: 100px; 626 min-width: 200px;
627 min-height: 150px;
627 } 628 }
628 629
629 /* BorderWidgets */ 630 /* BorderWidgets */
630 631
631 .bottomBorderWidget { 632 .bottomBorderWidget {