diff --git a/domain-server/resources/describe-settings.json b/domain-server/resources/describe-settings.json index 5cacad0670..9e095b296f 100644 --- a/domain-server/resources/describe-settings.json +++ b/domain-server/resources/describe-settings.json @@ -89,11 +89,13 @@ { "name": "description", "label": "Description", + "advanced": true, "help": "A description of your domain (256 character limit)." }, { "name": "maturity", "label": "Maturity", + "advanced": true, "help": "A maturity rating, available as a guideline for content on your domain.", "default": "unrated", "type": "select", @@ -123,6 +125,7 @@ { "name": "hosts", "label": "Hosts", + "advanced": true, "type": "table", "can_add_new_rows": true, "help": "Usernames of hosts who can reliably show your domain to new visitors.", @@ -138,6 +141,7 @@ { "name": "tags", "label": "Tags", + "advanced": true, "type": "table", "can_add_new_rows": true, "help": "Common categories under which your domain falls.", diff --git a/domain-server/resources/web/css/style.css b/domain-server/resources/web/css/style.css index 9397433a7d..b489abd727 100644 --- a/domain-server/resources/web/css/style.css +++ b/domain-server/resources/web/css/style.css @@ -81,8 +81,10 @@ span.port { } #setup-sidebar.affix { - position: fixed; - top: 70px; + /* This overrides a case where going to the bottom of the page, + * then scrolling up, causes `position: relative` to be added to the style + */ + position: fixed !important; } #setup-sidebar button { diff --git a/domain-server/resources/web/settings/index.shtml b/domain-server/resources/web/settings/index.shtml index d5b0b1f96a..b2017a9242 100644 --- a/domain-server/resources/web/settings/index.shtml +++ b/domain-server/resources/web/settings/index.shtml @@ -9,7 +9,7 @@