mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-26 09:43:54 -04:00
Merge branch 'master' of git@github.com:gallery/gallery3
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -308,7 +308,7 @@ li.gError select {
|
||||
|
||||
.gError {
|
||||
background-color: #f6cbca;
|
||||
color: #fc0;
|
||||
color: #f00;
|
||||
background-image: url('../images/ico-error.png');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user