Author: dpage
Date: 2006-01-18 11:00:14 +0000 (Wed, 18 Jan 2006)
New Revision: 4927
Modified:
trunk/www/css/pgadmin-ltr.css
trunk/www/css/pgadmin-rtl.css
trunk/www/index.php
Log:
Style tweaks - fixed width font for code, make banners bold not italic, and give them their own style, shrink the font
slightly.
Modified: trunk/www/css/pgadmin-ltr.css
===================================================================
--- trunk/www/css/pgadmin-ltr.css 2006-01-18 08:30:02 UTC (rev 4926)
+++ trunk/www/css/pgadmin-ltr.css 2006-01-18 11:00:14 UTC (rev 4927)
@@ -51,6 +51,7 @@
body
{
+ font-size: 90%;
font-family: verdana, helvetica, sans-serif;
margin: 0;
padding: 0;
@@ -58,13 +59,21 @@
.pgaCode
{
+ font-family: "lucida console", monospace;
background-color: #eeeeee;
padding: 5px;
}
+.pgaBanner
+{
+ background-color: #eeeeee;
+ padding: 5px;
+ text-align: center;
+ font-weight: bold;
+}
+
.pgaTranslationTable
{
- font-size: 90%;
border-style: solid;
border-width: 1px;
border-color: #999999;
@@ -200,7 +209,6 @@
line-height: 2.0;
white-space: nowrap;
padding-left: 5px;
- font-size: 95%;
font-weight: bold;
color: #999999;
}
Modified: trunk/www/css/pgadmin-rtl.css
===================================================================
--- trunk/www/css/pgadmin-rtl.css 2006-01-18 08:30:02 UTC (rev 4926)
+++ trunk/www/css/pgadmin-rtl.css 2006-01-18 11:00:14 UTC (rev 4927)
@@ -51,6 +51,7 @@
body
{
+ font-size: 90%;
font-family: verdana, helvetica, sans-serif;
margin: 0;
padding: 0;
@@ -59,13 +60,21 @@
.pgaCode
{
+ font-family: "lucida console", monospace;
background-color: #eeeeee;
padding: 5px;
}
+.pgaBanner
+{
+ background-color: #eeeeee;
+ padding: 5px;
+ text-align: center;
+ font-weight: bold;
+}
+
.pgaTranslationTable
{
- font-size: 90%;
border-style: solid;
border-width: 1px;
border-color: #999999;
@@ -201,7 +210,6 @@
line-height: 2.0;
white-space: nowrap;
padding-right: 5px;
- font-size: 95%;
font-weight: bold;
color: #999999;
}
Modified: trunk/www/index.php
===================================================================
--- trunk/www/index.php 2006-01-18 08:30:02 UTC (rev 4926)
+++ trunk/www/index.php 2006-01-18 11:00:14 UTC (rev 4927)
@@ -13,9 +13,9 @@
<p>' . sprintf(_("pgAdmin III is developed by a community of PostgreSQL experts around the world and is available in
morethan a dozen languages. It is Free Software released under the <a href=\"%s\">Artistic License</a>."),
"licence.php"). '</p>
-<div class="pgaCode"><center><i>
+<div class="pgaBanner">
' . sprintf(_("The current version of pgAdmin is <a href=\"/download/\">%s</a>."), "1.4.1") . '
-</i></center></div>
+</div>
';