Bug 486965: Prettify MailNews start page (v4); r=stefanh, sr=Neil

This commit is contained in:
Karsten Düsterloh 2011-02-14 21:54:22 +01:00
Родитель b2d17ce2f2
Коммит e84ab26d0b
6 изменённых файлов: 15 добавлений и 13 удалений

Двоичные данные
suite/branding/nightly/content/messenger-start-bg.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 202 KiB

Двоичные данные
suite/branding/nightly/content/messenger-start-hdr.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.3 KiB

Просмотреть файл

@ -4,3 +4,5 @@ comm.jar:
content/branding/icon48.png (content/icon48.png)
content/branding/icon64.png (content/icon64.png)
content/branding/aboutRights.xhtml (content/aboutRights.xhtml)
content/branding/messenger-start-bg.png (content/messenger-start-bg.png)
content/branding/messenger-start-hdr.png (content/messenger-start-hdr.png)

Просмотреть файл

@ -49,7 +49,7 @@ client, supporting advanced junk mail detection and other useful features.">
<!ENTITY feat_filters.label "Message Filters">
<!ENTITY feat_htmlmsg.label "HTML message support">
<!ENTITY feat_abook.label "Address Book">
<!ENTITY feat_labels.label "Customizable Labels and Mail Views">
<!ENTITY feat_labels.label "Customizable Tags and Mail Views">
<!ENTITY feat_integration.label
"Tight integration with the &brandShortName; application suite">
<!ENTITY dict.title "Dictionaries">

Просмотреть файл

@ -20,6 +20,7 @@
*
* Contributor(s):
* Robert Kaiser <KaiRo@KaiRo.at>
* Karsten Düsterloh <mnyromyr@tprac.de>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
@ -42,19 +43,19 @@
body {
margin: 0;
padding: 0;
background: url("chrome://branding/content/messenger-start-bg.png") no-repeat fixed center 3em;
background-size: auto 85%;
}
h1 {
background-color: -moz-Dialog;
color: -moz-DialogText;
border-bottom: 1px solid ThreeDShadow;
background: url("chrome://branding/content/messenger-start-hdr.png") repeat-x bottom;
border-bottom: 2px solid #26269A;
font-size: 1.5em;
font-weight: normal;
padding: 0.25em 0.67em; /* 0.67*1.5=1, so fit with 1em below */
margin: 0;
}
div#main {
#main {
margin: 0 1em;
}
@ -65,7 +66,6 @@ p {
h2 {
font-size: 1.2em;
font-weight: bold;
margin: 0.5em 0;
}
ul {

Просмотреть файл

@ -20,6 +20,7 @@
*
* Contributor(s):
* Robert Kaiser <KaiRo@KaiRo.at>
* Karsten Düsterloh <mnyromyr@tprac.de>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
@ -42,19 +43,19 @@
body {
margin: 0;
padding: 0;
background: url("chrome://branding/content/messenger-start-bg.png") no-repeat fixed center 3em;
background-size: auto 85%;
}
h1 {
background-color: #C7D0D9;
color: #22262F;
border-bottom: 1px solid #2D3B49;
background: url("chrome://branding/content/messenger-start-hdr.png") repeat-x bottom;
border-bottom: 2px solid #26269A;
font-size: 1.5em;
font-weight: normal;
padding: 0.25em 0.67em; /* 0.67*1.5=1, so fit with 1em below */
margin: 0;
}
div#main {
#main {
margin: 0 1em;
}
@ -65,7 +66,6 @@ p {
h2 {
font-size: 1.2em;
font-weight: bold;
margin: 0.5em 0;
}
ul {