diff --git a/services/web/frontend/stylesheets/modules/group-settings.less b/services/web/frontend/stylesheets/modules/group-settings.less index 81b1f15d0a..b33cf776df 100644 --- a/services/web/frontend/stylesheets/modules/group-settings.less +++ b/services/web/frontend/stylesheets/modules/group-settings.less @@ -140,6 +140,12 @@ h3.group-settings-title { } } + .sso-config-options-buttons { + button:not(:last-child) { + margin-right: 8px; + } + } + .sso-config-info-section { margin-bottom: @margin-md; padding: 0 @padding-base-horizontal; @@ -150,11 +156,19 @@ h3.group-settings-title { font-weight: bold; } + .sso-config-info-label-optional { + font-weight: normal; + } + .sso-config-info-content { color: @gray-darker; word-break: break-word; } + .sso-config-info-content-empty { + color: var(--neutral-60); + } + p { margin-bottom: @margin-xs; } diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 0afc7b7250..3d4305fd77 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1673,7 +1673,7 @@ "showing_x_results_of_total": "Showing __x__ results of __total__", "sign_up": "Sign up", "sign_up_now": "Sign Up Now", - "signature_algorithm": "Signature Algorithm", + "signature_algorithm": "Signature algorithm", "single_sign_on_sso": "Single Sign-On (SSO)", "single_version_easy_collab_blurb": "__appName__ makes sure that you’re always up to date with your collaborators and what they are doing. There is only a single master version of each document which everyone has access to. It’s impossible to make conflicting changes, and you don’t have to wait for your colleagues to send you the latest draft before you can keep working.", "site_description": "An online LaTeX editor that’s easy to use. No installation, real-time collaboration, version control, hundreds of LaTeX templates, and more.",