diff --git a/src/main/resources/css/dark_theme.css b/src/main/resources/css/dark_theme.css index beb50f6bc..1af826054 100644 --- a/src/main/resources/css/dark_theme.css +++ b/src/main/resources/css/dark_theme.css @@ -936,3 +936,16 @@ -fx-padding: 0.5px; -fx-background-color: CONTROL_BORDER_NORMAL; } + +/******************************************************************************* + * * + * Add box * + * * + ******************************************************************************/ + +.add-box { + -fx-padding: 12px; + -fx-background-color: CONTROL_BORDER_NORMAL, CONTROL_BG_NORMAL; + -fx-background-insets: 0, 1px; + -fx-background-radius: 4px; +} \ No newline at end of file diff --git a/src/main/resources/css/light_theme.css b/src/main/resources/css/light_theme.css index a494269b7..3d563786e 100644 --- a/src/main/resources/css/light_theme.css +++ b/src/main/resources/css/light_theme.css @@ -935,3 +935,16 @@ -fx-padding: 0.5px; -fx-background-color: CONTROL_BORDER_NORMAL; } + +/******************************************************************************* + * * + * Add box * + * * + ******************************************************************************/ + +.add-box { + -fx-padding: 12px; + -fx-background-color: CONTROL_BORDER_NORMAL, CONTROL_BG_NORMAL; + -fx-background-insets: 0, 1px; + -fx-background-radius: 4px; +} \ No newline at end of file diff --git a/src/main/resources/fxml/share_vault.fxml b/src/main/resources/fxml/share_vault.fxml index cbf8e8242..4bf2862ab 100644 --- a/src/main/resources/fxml/share_vault.fxml +++ b/src/main/resources/fxml/share_vault.fxml @@ -15,13 +15,10 @@ - - - @@ -37,49 +34,36 @@ - - + + @@ -88,9 +72,10 @@ + - + diff --git a/src/main/resources/i18n/strings.properties b/src/main/resources/i18n/strings.properties index a45b13217..500650b60 100644 --- a/src/main/resources/i18n/strings.properties +++ b/src/main/resources/i18n/strings.properties @@ -534,8 +534,8 @@ updateReminder.yesAutomatically=Yes, Automatically shareVault.title=Share Vault shareVault.message=Would you like to share your vault with others? shareVault.description=Always be careful when sharing your vault with other people. In short, follow these steps: -shareVault.instruction.1=Share access of the encrypted vault folder via cloud storage. -shareVault.instruction.2=Share the vault password in a secure way. +shareVault.instruction.1=1. Share access of the encrypted vault folder via cloud storage. +shareVault.instruction.2=2. Share the vault password in a secure way. shareVault.remarkBestPractices=For more information, check out the best practices suggestions in our docs. shareVault.docsTooltip=Open the documentation to learn more about sharing of vaults. shareVault.hubAd.description=The secure way to work in teams @@ -546,6 +546,6 @@ shareVault.visitHub=Visit Cryptomator Hub shareVault.hub.message=How to share a Hub vault shareVault.hub.description=In order to share the vault content with another team member, you have to perform two steps: -shareVault.hub.instruction.1=Share access of the encrypted vault folder via cloud storage. -shareVault.hub.instruction.2=Grant access to team member in Cryptomator Hub. +shareVault.hub.instruction.1=1. Share access of the encrypted vault folder via cloud storage. +shareVault.hub.instruction.2=2. Grant access to team member in Cryptomator Hub. shareVault.hub.openHub=Open Cryptomator Hub \ No newline at end of file