Merge branch 'master' of git@github.com:gallery/gallery3

This commit is contained in:
Bharat Mediratta
2009-08-30 12:31:02 -07:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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");
+1 -1
View File
@@ -308,7 +308,7 @@ li.gError select {
.gError {
background-color: #f6cbca;
color: #fc0;
color: #f00;
background-image: url('../images/ico-error.png');
}