From d614192f8aa6b96260e39a917d67eebfe0e76da8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 29 Dec 2010 15:38:54 +0800 Subject: [PATCH] ux/Lightbox.js --- ux/Lightbox.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ux/Lightbox.js b/ux/Lightbox.js index 49e52443f1..37cdb6627d 100644 --- a/ux/Lightbox.js +++ b/ux/Lightbox.js @@ -250,20 +250,20 @@ Roo.apply(Roo.ux.Lightbox.prototype, 'text-align':'center', 'line-height':'0' - } + }, '.roo-lightbox loading a' : { background:'url(../images/loading.gif) 0 0 no-repeat', display:'block', width:'32px', height:'32px', cursor:'pointer' - } + }, '.roo-lightbox bottom-nav-close' : { background:'url(../images/close.gif) 0 0 no-repeat', height:'26px', width:'26px', cursor:'pointer' - } + }, '.roo-lightbox .hoverNav' :{ position:'absolute', top:'0', @@ -271,7 +271,7 @@ Roo.apply(Roo.ux.Lightbox.prototype, height:'100%', width:'100%', 'z-index':'10' - } + }, '.roo-lightbox .image-container>.hover-nav' :{ left:'0' }, '.roo-lightbox .hover-nav a' :{ outline:'none'}, -- 2.39.2