Skip to content

Commit

Permalink
Update styles for UI according to the designer's suggestions (goharbo…
Browse files Browse the repository at this point in the history
…r#18463)

1. extend the width for event type label
2. add quotes for Retain image last pull time to make it more understandable

Signed-off-by: AllForNothing <[email protected]>
  • Loading branch information
AllForNothing authored Apr 3, 2023
1 parent f5be644 commit 1499faf
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.clr-form-horizontal {
.clr-form-control {
& >.clr-control-label {
width: 14rem;
width: 15rem;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pre {
}

.label-flex {
width: 9rem;
width: 9.5rem;
letter-spacing: 0;
display: block;
white-space: nowrap;
Expand Down
2 changes: 1 addition & 1 deletion src/portal/src/i18n/lang/de-de-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@
"ROOT_CERT_LINK": "Download",
"REGISTRY_CERTIFICATE": "Registry Zertifikat",
"NO_CHANGE": "Speichern abgebrochen, da nichts verändert wurde",
"SKIP_SCANNER_PULL_TIME": "Retain image last pull time on scanning",
"SKIP_SCANNER_PULL_TIME": "Retain image \"last pull time\" on scanning",
"TOOLTIP": {
"SELF_REGISTRATION_ENABLE": "Registrierung erlaubt. Nutzer können im Anmeldedialog selbstständig Accounts anlegen. Haken entfernen um Selbst-Registrierung zu verbieten.",
"SELF_REGISTRATION_DISABLE": "Registrierung verboten. Haken setzen um Selbst-Registrierung zu erlauben.",
Expand Down
2 changes: 1 addition & 1 deletion src/portal/src/i18n/lang/en-us-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@
"ROOT_CERT_LINK": "Download",
"REGISTRY_CERTIFICATE": "Registry certificate",
"NO_CHANGE": "Save abort because nothing changed",
"SKIP_SCANNER_PULL_TIME": "Retain image last pull time on scanning",
"SKIP_SCANNER_PULL_TIME": "Retain image \"last pull time\" on scanning",
"TOOLTIP": {
"SELF_REGISTRATION_ENABLE": "Enable sign up.",
"SELF_REGISTRATION_DISABLE": "Deactivate sign up.",
Expand Down
2 changes: 1 addition & 1 deletion src/portal/src/i18n/lang/es-es-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@
"ROOT_CERT_LINK": "Descargar",
"REGISTRY_CERTIFICATE": "Certificado de registro",
"NO_CHANGE": "Save abort because nothing changed",
"SKIP_SCANNER_PULL_TIME": "Retain image last pull time on scanning",
"SKIP_SCANNER_PULL_TIME": "Retain image \"last pull time\" on scanning",
"TOOLTIP": {
"SELF_REGISTRATION_ENABLE": "Activar registro.",
"SELF_REGISTRATION_DISABLE": "Disable sign up.",
Expand Down
2 changes: 1 addition & 1 deletion src/portal/src/i18n/lang/pt-br-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@
"ROOT_CERT_LINK": "Download",
"REGISTRY_CERTIFICATE": "Certificado do Repositório",
"NO_CHANGE": "Sem alterações para salvar.",
"SKIP_SCANNER_PULL_TIME": "Retain image last pull time on scanning",
"SKIP_SCANNER_PULL_TIME": "Retain image \"last pull time\" on scanning",
"TOOLTIP": {
"SELF_REGISTRATION_ENABLE": "Habilitar cadastro de usuários.",
"SELF_REGISTRATION_DISABLE": "Desabilitar cadastro de usuários.",
Expand Down
2 changes: 1 addition & 1 deletion src/portal/src/i18n/lang/tr-tr-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@
"ROOT_CERT_LINK": "Yükle",
"REGISTRY_CERTIFICATE": "Kayıt defteri sertifikası",
"NO_CHANGE": "İptal et, çünkü hiçbir şey değişmedi",
"SKIP_SCANNER_PULL_TIME": "Retain image last pull time on scanning",
"SKIP_SCANNER_PULL_TIME": "Retain image \"last pull time\" on scanning",
"TOOLTIP": {
"SELF_REGISTRATION_ENABLE": "Kaydolmayı etkinleştir.",
"SELF_REGISTRATION_DISABLE": "Kaydolmayı devre dışı bırak.",
Expand Down
2 changes: 1 addition & 1 deletion src/portal/src/i18n/lang/zh-tw-lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@
"ROOT_CERT_LINK": "下載",
"REGISTRY_CERTIFICATE": "註冊證書",
"NO_CHANGE":"保存中止,因為沒有改變",
"SKIP_SCANNER_PULL_TIME": "Retain image last pull time on scanning",
"SKIP_SCANNER_PULL_TIME": "Retain image \"last pull time\" on scanning",
"TOOLTIP":{
"SELF_REGISTRATION_ENABLE": "激活註冊功能。",
"SELF_REGISTRATION_DISABLE": "禁用註冊功能。",
Expand Down

0 comments on commit 1499faf

Please sign in to comment.