diff --git a/application/basilisk/base/content/aboutDialog.css b/application/basilisk/base/content/aboutDialog.css index baeeada7a2..71177a6ee4 100644 --- a/application/basilisk/base/content/aboutDialog.css +++ b/application/basilisk/base/content/aboutDialog.css @@ -10,9 +10,15 @@ line-height: 1.5; } +#aboutDialog label, +#aboutDialog description { + text-align: center; +} + #rightBox { background-image: url("chrome://branding/content/about-wordmark.svg"); background-repeat: no-repeat; + background-position: center top; /* padding-top creates room for the wordmark */ padding-top: 38px; margin-top:20px; diff --git a/application/basilisk/base/content/aboutDialog.xul b/application/basilisk/base/content/aboutDialog.xul index 05d4bedd11..2e50ace295 100644 --- a/application/basilisk/base/content/aboutDialog.xul +++ b/application/basilisk/base/content/aboutDialog.xul @@ -42,16 +42,13 @@ #endif - - - + + + #ifdef HAVE_64BIT_BUILD #expand #else #expand -#endif -#ifndef NIGHTLY_BUILD - #endif @@ -141,13 +138,11 @@ #endif #else - - Dactyloidae is a custom browser, based on the best of Firefox. - Dactyloidae is designed and maintained by multiple open-source contributors (OwnedByWuigi, Eclipse Community, RT1), working together to make better software around the globe. - + Dactyloidae is released by . + - If you wish to contribute, please consider helping out by getting involved in our development by tackling some of the issues found in our . + If you wish to contribute, please consider helping out by getting involved in our development by tackling some of the issues found in our . #endif diff --git a/application/basilisk/branding/official/branding.nsi b/application/basilisk/branding/official/branding.nsi index 0fffc53372..842fae86c7 100644 --- a/application/basilisk/branding/official/branding.nsi +++ b/application/basilisk/branding/official/branding.nsi @@ -9,7 +9,7 @@ # BrandFullNameInternal is used for some registry and file system values # instead of BrandFullName and typically should not be modified. !define BrandFullNameInternal "Dactyloidae" -!define CompanyName "OwnedByWuigi" +!define CompanyName "Eclipse Community" !define URLInfoAbout "about:blank" !define URLUpdateInfo "about:blank" !define HelpLink "about:blank" diff --git a/application/basilisk/branding/official/configure.sh b/application/basilisk/branding/official/configure.sh index c0bc6542f0..48b79c2400 100644 --- a/application/basilisk/branding/official/configure.sh +++ b/application/basilisk/branding/official/configure.sh @@ -10,13 +10,13 @@ MOZ_APP_DISPLAYNAME="Dactyloidae" MOZ_APP_UA_NAME="Basilisk" -MOZ_APP_VENDOR="OwnedByWuigi" +MOZ_APP_VENDOR="Eclipse Community" MOZ_APP_FULLNAME="Dactyloidae" -MOZ_APP_PROFILE="OwnedByWuigi/Dactyloidae" +MOZ_APP_PROFILE="Eclipse Community/Dactyloidae" -MOZ_APP_REMOTINGNAME=com.OwnedByWuigi.Dactyloidae +MOZ_APP_REMOTINGNAME=com.Eclipse Community.Dactyloidae MOZ_DISTRIBUTION_ID=com.opensource diff --git a/application/basilisk/branding/unofficial/branding.nsi b/application/basilisk/branding/unofficial/branding.nsi index 0fffc53372..842fae86c7 100644 --- a/application/basilisk/branding/unofficial/branding.nsi +++ b/application/basilisk/branding/unofficial/branding.nsi @@ -9,7 +9,7 @@ # BrandFullNameInternal is used for some registry and file system values # instead of BrandFullName and typically should not be modified. !define BrandFullNameInternal "Dactyloidae" -!define CompanyName "OwnedByWuigi" +!define CompanyName "Eclipse Community" !define URLInfoAbout "about:blank" !define URLUpdateInfo "about:blank" !define HelpLink "about:blank" diff --git a/application/basilisk/branding/unofficial/configure.sh b/application/basilisk/branding/unofficial/configure.sh index bd579e6834..415c26427a 100644 --- a/application/basilisk/branding/unofficial/configure.sh +++ b/application/basilisk/branding/unofficial/configure.sh @@ -10,13 +10,13 @@ MOZ_APP_DISPLAYNAME="Dactyloidae" MOZ_APP_UA_NAME="Dactyloidae" -MOZ_APP_VENDOR="OwnedByWuigi" +MOZ_APP_VENDOR="Eclipse Community" MOZ_APP_FULLNAME="Dactyloidae" -MOZ_APP_PROFILE="OwnedByWuigi/Dactyloidae" +MOZ_APP_PROFILE="Eclipse Community/Dactyloidae" -MOZ_APP_REMOTINGNAME=com.OwnedByWuigi.Dactyloidae +MOZ_APP_REMOTINGNAME=com.Eclipse Community.Dactyloidae MOZ_DISTRIBUTION_ID=com.opensource diff --git a/application/basilisk/branding/unofficial/content/about-background.png b/application/basilisk/branding/unofficial/content/about-background.png index c59b53eb91..e7298b8754 100644 Binary files a/application/basilisk/branding/unofficial/content/about-background.png and b/application/basilisk/branding/unofficial/content/about-background.png differ diff --git a/application/basilisk/branding/unofficial/content/aboutDialog.css b/application/basilisk/branding/unofficial/content/aboutDialog.css index dfecb8de23..11ae7c6d96 100644 --- a/application/basilisk/branding/unofficial/content/aboutDialog.css +++ b/application/basilisk/branding/unofficial/content/aboutDialog.css @@ -5,19 +5,28 @@ #aboutDialogContainer { background-image: url("chrome://branding/content/about-background.png"); background-repeat: no-repeat; + background-position: center top; background-color: rgb(10,17,37); color: #fff; } +#clientBox { + -moz-box-pack: center; +} + +#leftBox { + visibility: collapse; +} + .text-link { color: #fff !important; text-decoration: underline; } #rightBox { - /* this margin prevents text from overlapping the planet image */ - margin-left: 180px; - margin-right: 20px; + -moz-box-flex: 1 !important; + margin-left: 0; + margin-right: 0; } #bottomBox { diff --git a/application/basilisk/branding/unofficial/locales/en-US/brand.dtd b/application/basilisk/branding/unofficial/locales/en-US/brand.dtd index c1ccfcefef..6fecd5019e 100644 --- a/application/basilisk/branding/unofficial/locales/en-US/brand.dtd +++ b/application/basilisk/branding/unofficial/locales/en-US/brand.dtd @@ -5,6 +5,6 @@ - - - + + + diff --git a/application/basilisk/branding/unofficial/locales/en-US/brand.properties b/application/basilisk/branding/unofficial/locales/en-US/brand.properties index d71b963a30..988e717462 100644 --- a/application/basilisk/branding/unofficial/locales/en-US/brand.properties +++ b/application/basilisk/branding/unofficial/locales/en-US/brand.properties @@ -5,7 +5,7 @@ brandShorterName=Dactyloidae brandShortName=Dactyloidae brandFullName=Dactyloidae -vendorShortName=OwnedByWuigi -vendorFullName=OwnedByWuigi +vendorShortName=Eclipse Community +vendorFullName=Eclipse Community syncBrandShortName=Sync diff --git a/application/basilisk/locales/generic/profile/bookmarks.html.in b/application/basilisk/locales/generic/profile/bookmarks.html.in index c35f937447..58da30aad3 100644 --- a/application/basilisk/locales/generic/profile/bookmarks.html.in +++ b/application/basilisk/locales/generic/profile/bookmarks.html.in @@ -21,6 +21,6 @@

@bookmarks_toolbarfolder@

@bookmarks_toolbarfolder_description@

-

Report Issues
+
Report Issues