From 0e181acb5333b91b29bcd5e6c84421c2a91a6d16 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 29 Dec 2010 15:38:29 +0800 Subject: [PATCH] ux/Lightbox.js --- ux/Lightbox.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ux/Lightbox.js b/ux/Lightbox.js index 6493da97b6..b860c0c349 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -247,8 +247,8 @@ Roo.apply(Roo.ux.Lightbox.prototype, left:'0%', height:'25%', width:'100%', - text-align:'center', - line-height:'0' + 'text-align':'center', + 'line-height':'0' } '.roo-lightbox loading a' : { @@ -292,7 +292,7 @@ Roo.apply(Roo.ux.Lightbox.prototype, '.roo-lightbox .image-data-container' : { font: '10px Verdana, Helvetica, sans-serif', - background-color: '#fff', + 'background-color': '#fff', margin: '0 auto', 'line-height': '1.4em', overflow: 'auto', -- 2.39.2