Skip to content

Commit

Permalink
renamed close button in the structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Ryrych committed Sep 20, 2011
1 parent 9a20bd8 commit 41c9171
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions widget/css/lightbox.css
Expand Up @@ -77,12 +77,12 @@
overflow: hidden; overflow: hidden;
} }


#ui-lightbox-header-counter { #ui-lightbox-counter {
font-size: 9px; font-size: 9px;
line-height: 20px; line-height: 20px;
} }


#ui-lightbox-header-close { #ui-lightbox-button-close {
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
top: 17px; top: 17px;
Expand Down
4 changes: 2 additions & 2 deletions widget/lib/jquery.ui.rlightbox.js
Expand Up @@ -1481,7 +1481,7 @@ $.extend($.ui.rlightbox, {
$lb.header = $lb.root.find( "#ui-lightbox-bottombar" ); $lb.header = $lb.root.find( "#ui-lightbox-bottombar" );
$lb.headerWrapper = $lb.header.find( "#ui-lightbox-title-wrapper" ); $lb.headerWrapper = $lb.header.find( "#ui-lightbox-title-wrapper" );
$lb.overlay = $( "#ui-lightbox-overlay" ); $lb.overlay = $( "#ui-lightbox-overlay" );
$lb.close = $( "#ui-lightbox-header-close" ); $lb.close = $( "#ui-lightbox-button-close" );
$lb.counter = $lb.root.find( "#ui-lightbox-counter" ); $lb.counter = $lb.root.find( "#ui-lightbox-counter" );
$lb.title = $lb.root.find( "#ui-lightbox-title" ); $lb.title = $lb.root.find( "#ui-lightbox-title" );
$lb.map = $( "#ui-lightbox-map" ); $lb.map = $( "#ui-lightbox-map" );
Expand Down Expand Up @@ -1898,7 +1898,7 @@ $.extend($.ui.rlightbox, {
"<span id='ui-lightbox-title'></span>" + "<span id='ui-lightbox-title'></span>" +
"</p>" + "</p>" +
"<p id='ui-lightbox-counter'></p>" + "<p id='ui-lightbox-counter'></p>" +
"<a id='ui-lightbox-header-close'>" + "<a id='ui-lightbox-button-close'>" +
"<span class='ui-icon ui-icon-closethick'>close</span>" + "<span class='ui-icon ui-icon-closethick'>close</span>" +
"</a>" + "</a>" +
"</div>" + "</div>" +
Expand Down

0 comments on commit 41c9171

Please sign in to comment.