Bug 372826 - Update about:license, about:buildconfig to the new style/look of about:. r=gavin

This commit is contained in:
Ehsan Akhgari 2008-09-08 10:49:48 +02:00
parent 311213e939
commit 029232ec4e
4 changed files with 12 additions and 11 deletions

View File

@ -58,7 +58,6 @@
</head>
<body dir="&locale.dir;">
<div id="aboutPageContainer">
<div id="aboutLogoContainer">
<a id="vendorURL" href="http://www.mozilla.org/">
<img src="about:logo" alt="&brandShortName;"/>
@ -98,6 +97,5 @@
</script>
</ul>
</div>
</body>
</html>

View File

@ -2,8 +2,9 @@
<html>
<head>
<title>about:buildconfig</title>
<link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css">
</head>
<body>
<body class="aboutPageWideContainer">
<h1>about:buildconfig</h1>
<p> </p>
<h2>Build platform</h2>

View File

@ -21,6 +21,7 @@
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
- Ehsan Akhgari <ehsan.akhgari@gmail.com>
-
- 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
@ -62,6 +63,7 @@
font-weight: bold;
}
</style>
<link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css">
<script type="text/javascript">
function correctSpelling()
@ -116,7 +118,7 @@
</script>
</head>
<body id="lic-info">
<body id="lic-info" class="aboutPageWideContainer">
<h1 class="correctme"><a name="top"></a>about:license</h1>
<div class="correctme">

View File

@ -1,15 +1,11 @@
html {
background: -moz-Dialog;
}
body {
margin: 0;
padding: 0 1em;
color: -moz-FieldText;
font: message-box;
}
#aboutPageContainer {
body {
color: -moz-FieldText;
position: relative;
min-width: 330px;
max-width: 50em;
@ -22,7 +18,7 @@ body {
}
.aboutPageWideContainer {
max-width: 80% !important;
max-width: 80%;
}
#aboutLogoContainer {
@ -51,3 +47,7 @@ ul {
ul > li {
margin-top: .5em;
}
th, td {
padding: 0 5px;
}