js: standardize width of dialog boxes.

Increase width of artist commentary dialog, saved search dialog, and
favgroups dialog to 700px (the width that most other dialog boxes use).
This commit is contained in:
evazion
2019-09-30 00:58:34 -05:00
parent c66f7c4626
commit 4d45141c4e
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ ArtistCommentary.initialize_commentary_display_tabs = function() {
ArtistCommentary.initialize_edit_commentary_dialog = function() {
$("#add-commentary-dialog").dialog({
autoOpen: false,
width: 500,
width: 700,
buttons: {
"Submit": function() {
$("#add-commentary-dialog #edit-commentary").submit();

View File

@@ -9,7 +9,7 @@ FavoriteGroup.initialize_all = function() {
FavoriteGroup.initialize_add_to_favgroup_dialog = function() {
$("#add-to-favgroup-dialog").dialog({
autoOpen: false,
width: 500,
width: 700,
buttons: {
"Cancel": function() {
$(this).dialog("close");

View File

@@ -574,7 +574,7 @@ Post.initialize_saved_searches = function() {
});
$("#save-search-dialog").dialog({
width: 500,
width: 700,
modal: true,
autoOpen: false,
buttons: {