Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:gallery/gallery3
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Aug 30, 2009
2 parents 4bc7165 + c9d2e22 commit eca8a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/gallery.dialog.js
Expand Up @@ -76,6 +76,7 @@
var eCancel = '<a href="#" class="gCancel">' + MSG_CANCEL + '</a>';
if ($("#gDialog .submit").length) {
$("#gDialog .submit").addClass("ui-state-default ui-corner-all");
$.fn.gallery_hover_init();
$("#gDialog .submit").parent().append(eCancel);
$("#gDialog .gCancel").click(function(event) {
$("#gDialog").dialog("close");
Expand Down
2 changes: 1 addition & 1 deletion themes/default/css/screen.css
Expand Up @@ -308,7 +308,7 @@ li.gError select {

.gError {
background-color: #f6cbca;
color: #fc0;
color: #f00;
background-image: url('../images/ico-error.png');
}

Expand Down

0 comments on commit eca8a36

Please sign in to comment.