[pve-devel] r5972 - in pve-manager/pve2/www: css new

svn-commits at proxmox.com svn-commits at proxmox.com
Fri May 13 07:08:39 CEST 2011


Author: dietmar
Date: 2011-05-13 07:08:39 +0200 (Fri, 13 May 2011)
New Revision: 5972

Modified:
   pve-manager/pve2/www/css/ext-pve.css
   pve-manager/pve2/www/new/PVEUtils.js
Log:
fix grid line height


Modified: pve-manager/pve2/www/css/ext-pve.css
===================================================================
--- pve-manager/pve2/www/css/ext-pve.css	2011-05-13 04:25:22 UTC (rev 5971)
+++ pve-manager/pve2/www/css/ext-pve.css	2011-05-13 05:08:39 UTC (rev 5972)
@@ -1,3 +1,8 @@
+/* force same grid cell heigh */
+.x-grid-cell-inner {
+    line-height: 15px;
+}
+
 .pve-itype-icon-display,
 .pve-itype-icon-memory,
 .pve-itype-icon-processor,

Modified: pve-manager/pve2/www/new/PVEUtils.js
===================================================================
--- pve-manager/pve2/www/new/PVEUtils.js	2011-05-13 04:25:22 UTC (rev 5971)
+++ pve-manager/pve2/www/new/PVEUtils.js	2011-05-13 05:08:39 UTC (rev 5972)
@@ -46,11 +46,13 @@
 	Ext.util.Cookies.clear("PVEAuthCookie");
     },
 
+    // fixme: remove - not needed?
     gridLineHeigh: function() {
-	if (Ext.isGecko)
-	    return 23;
-
-	return 21;
+	return 23;
+	
+	//if (Ext.isGecko)
+	//return 23;
+	//return 21;
     },
 
     // Ext.Ajax.request




More information about the pve-devel mailing list