From d4b558363961ac8ede89b8e35b4d8010e193a87c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 29 Dec 2010 15:21:18 +0800 Subject: [PATCH] ux/Lightbox.js --- ux/Lightbox.js | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/ux/Lightbox.js b/ux/Lightbox.js index 2ee4e0b021..d231afc0aa 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -289,13 +289,20 @@ Roo.apply(Roo.ux.Lightbox.prototype, background:'url(../images/nextlabel.gif) right 15% no-repeat' }, - #imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; } + '.roo-lightbox .image-data-container' : { + font: '10px Verdana, Helvetica, sans-serif', + background-color: #fff; + margin: 0 auto; + line-height: 1.4em; + overflow: auto; + width: 100% ; + } - #imageData{ padding:0 10px; color: #666; } - #imageData #imageDetails{ width: 70%; float: left; text-align: left; } - #imageData #caption{ font-weight: bold; } - #imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; } - #imageData #bottomNavClose{ float: right; padding-bottom: 0.7em; outline: none;} + '.roo-lightbox .image-data' : { padding:'0 10px', color: '#666' } + '.roo-lightbox .image-data .image-details ' : { width: '70%', 'float': 'left', 'text-align': 'left'} + '.roo-lightbox .image-data .caption' : { 'font-weight': 'bold' } + '.roo-lightbox .image-data .numberDisplay' : { 'display': 'block', clear: 'left', 'padding-bottom': '1.0em' } + '.roo-lightbox .image-data .bottomNavClose' : { 'float': 'right', 'padding-bottom': '0.7em','outline': none'} -- 2.39.2