diff public/libervia.css @ 88:50b480fd0605

browser side: widgetsPanel is now scrollable when there are too many widgets, and widgets have a minimum size
author Goffi <goffi@goffi.org>
date Mon, 27 Jun 2011 16:46:31 +0200
parents 3029e3fdbd40
children 8d2c7be09eef
line wrap: on
line diff
--- a/public/libervia.css	Mon Jun 27 12:40:40 2011 +0200
+++ b/public/libervia.css	Mon Jun 27 16:46:31 2011 +0200
@@ -539,7 +539,7 @@
     vertical-align: top;
 }
 
-.widgetsPanel > table {
+.widgetsPanel > div > table {
     border-collapse: separate !important;
     border-spacing: 7px;
 }
@@ -629,6 +629,7 @@
 	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); 
 	background: -moz-linear-gradient(top, #fff, #ccc); 
 	background-image: -o-linear-gradient(#fff,#ccc); 	
+	min-height: 100px;
 }
 
 /* BorderWidgets */