[Laszlo-checkins] r13847 - openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml
hqm@openlaszlo.org
hqm at openlaszlo.org
Sat May 9 08:34:31 PDT 2009
Author: hqm
Date: 2009-05-09 08:34:30 -0700 (Sat, 09 May 2009)
New Revision: 13847
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzContextMenuKernel.lzs
openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
Log:
Change 20090509-hqm-c by hqm at badtzmaru.home on 2009-05-09 11:32:44 EDT
in /Users/hqm/openlaszlo/trunk-diamond
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: use css style for context menu float attribute
New Features:
Bugs Fixed:
Technical Reviewer: andre
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzContextMenuKernel.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzContextMenuKernel.lzs 2009-05-09 15:29:32 UTC (rev 13846)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzContextMenuKernel.lzs 2009-05-09 15:34:30 UTC (rev 13847)
@@ -85,7 +85,7 @@
if (! s) {
s = document.createElement('div');
lz.embed.__setAttr(s, 'id', 'lzcontextmenu');
- lz.embed.__setAttr(s, 'style', 'display: none;float: left');
+ lz.embed.__setAttr(s, 'style', 'display: none');
document.body.appendChild(s);
}
var owner = this.owner;
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js 2009-05-09 15:29:32 UTC (rev 13846)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js 2009-05-09 15:34:30 UTC (rev 13847)
@@ -420,6 +420,7 @@
padding: '4px',
fontFamily: 'Verdana,Vera,sans-serif',
fontSize: '13px',
+ float: 'left',
margin: '2px',
color: '#999',
minWidth: '100px'
More information about the Laszlo-checkins
mailing list