diff --git a/public/index.html b/public/index.html
index cb7e16b1a..f4e3d57e1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1470,7 +1470,6 @@
-
Character Name
diff --git a/public/script.js b/public/script.js
index c9ee565b7..c18fbc39e 100644
--- a/public/script.js
+++ b/public/script.js
@@ -3312,7 +3312,7 @@ function select_selected_character(chid) {
$("#avatar_load_preview").attr("src", this_avatar);
$("#name_div").removeClass('displayBlock');
$("#name_div").addClass('displayNone');
- $("#renameCharButton").css("display", "block");
+ $("#renameCharButton").css("display", "");
$("#form_create").attr("actiontype", "editcharacter");
active_character = chid;
@@ -3336,14 +3336,14 @@ function select_rm_create() {
$("#delete_button_div").css("display", "none");
$("#delete_button").css("display", "none");
$("#export_button").css("display", "none");
- $("#create_button_label").css("display", "block");
+ $("#create_button_label").css("display", "");
$("#create_button").attr("value", "Create");
//RossAscends: commented this out as part of the auto-loading token counter
//$('#result_info').html(' ');
//create text poles
- $("#rm_button_back").css("display", "inline-block");
- $("#character_import_button").css("display", "flex");
+ $("#rm_button_back").css("display", "");
+ $("#character_import_button").css("display", "");
$("#character_popup_text_h3").text("Create character");
$("#character_name_pole").val(create_save_name);
$("#description_textarea").val(create_save_description);
diff --git a/public/style.css b/public/style.css
index 0fb082f87..b6f21335f 100644
--- a/public/style.css
+++ b/public/style.css
@@ -1243,7 +1243,9 @@ input[type=search]:focus::-webkit-search-cancel-button {
margin-right: 10px;
height: 70px;
width: 70px;
- display: inline-block;
+ display: flex;
+ justify-content: center;
+ align-items: center;
}
#first_message_div {