--- albusluna.old/palemoon/branding/unofficial/content/aboutDialog.css +++ albusluna/palemoon/branding/unofficial/content/aboutDialog.css @@ -4,7 +4,7 @@ #aboutPMDialogContainer { background-image: url("chrome://branding/content/about-background.png"); - background-repeat: no-repeat; + background-repeat: repeat; background-color: #000; color: #fff; } --- albusluna.old/palemoon/locales/en-US/chrome/browser/baseMenuOverlay.dtd +++ albusluna/palemoon/locales/en-US/chrome/browser/baseMenuOverlay.dtd @@ -25,7 +25,7 @@ - + --- albusluna.old/platform/toolkit/locales/en-US/chrome/global/aboutSupport.dtd +++ albusluna/platform/toolkit/locales/en-US/chrome/global/aboutSupport.dtd @@ -2,7 +2,7 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - + '$(dist_dest)/Contents/Info.plist' - sed -e 's/%MAC_APP_NAME%/$(MAC_APP_NAME)/' $(srcdir)/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in | iconv -f UTF-8 -t UTF-16 > '$(dist_dest)/Contents/Resources/$(AB).lproj/InfoPlist.strings' - rsync -a --exclude-from='$(srcdir)/macbuild/Contents/MacOS-files.in' $(DIST)/bin/ '$(dist_dest)/Contents/Resources' - rsync -a --include-from='$(srcdir)/macbuild/Contents/MacOS-files.in' --exclude '*' $(DIST)/bin/ '$(dist_dest)/Contents/MacOS' - # MacOS-files-copy.in is a list of files that should be copies rather - # than symlinks and placed in .app/Contents/MacOS. - rsync -aL --include-from='$(srcdir)/macbuild/Contents/MacOS-files-copy.in' --exclude '*' $(DIST)/bin/ '$(dist_dest)/Contents/MacOS' - $(RM) '$(dist_dest)/Contents/MacOS/$(PROGRAM)' - rsync -aL $(PROGRAM) '$(dist_dest)/Contents/MacOS' - cp -RL $(DIST)/branding/firefox.icns '$(dist_dest)/Contents/Resources/firefox.icns' - cp -RL $(DIST)/branding/document.icns '$(dist_dest)/Contents/Resources/document.icns' - printf APPLMOZB > '$(dist_dest)/Contents/PkgInfo' -endif - -ifdef LIBXUL_SDK #{ -ifndef SKIP_COPY_XULRUNNER #{ -libs:: -ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) #{ - rsync -a --copy-unsafe-links $(LIBXUL_DIST)/XUL.framework '$(dist_dest)/Contents/Frameworks' -else - $(NSINSTALL) -D $(DIST)/bin/xulrunner - (cd $(LIBXUL_SDK)/bin && tar $(TAR_CREATE_FLAGS) - .) | (cd $(DIST)/bin/xulrunner && tar -xf -) -endif #} cocoa -endif #} SKIP_COPY_XULRUNNER -endif #} LIBXUL_SDK --- palemoon-source.old/palemoon/base/content/aboutDialog.css +++ palemoon-source/palemoon/base/content/aboutDialog.css @@ -66,7 +66,7 @@ border-radius: 3px; color: #244C8A; background-color: rgba(240, 240, 240, .7); - margin: 0 0px; + margin: 0 40px; transition: background-color 0.5s ease-out; } --- albusluna.old/palemoon/base/content/aboutDialog.css +++ albusluna/palemoon/base/content/aboutDialog.css @@ -13,6 +13,7 @@ } #aboutVersion { + background-color: #FFFFFF; text-align: center; font-size: 18px; font-weight: bold;