SVN Commit by dpage: r4869 - trunk/www/pgadmin3/css - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r4869 - trunk/www/pgadmin3/css
Date
Msg-id 200601041123.k04BNKnm000890@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage
Date: 2006-01-04 11:23:20 +0000 (Wed, 04 Jan 2006)
New Revision: 4869

Modified:
   trunk/www/pgadmin3/css/bluehaze-latin1.css
   trunk/www/pgadmin3/css/bluehaze-rtl.css
   trunk/www/pgadmin3/css/bluehaze.css
Log:
Ooops, forgot to commit this


Modified: trunk/www/pgadmin3/css/bluehaze-latin1.css
===================================================================
--- trunk/www/pgadmin3/css/bluehaze-latin1.css    2006-01-04 09:25:49 UTC (rev 4868)
+++ trunk/www/pgadmin3/css/bluehaze-latin1.css    2006-01-04 11:23:20 UTC (rev 4869)
@@ -139,6 +139,10 @@
   background-repeat: no-repeat;
 }

+#header form {
+  margin-bottom: 0px;
+}
+
 .headerTitle {
     border: none;
 }
@@ -223,3 +227,4 @@
   padding-left: 0.75mm;
   padding-top: 3mm;
 }
+

Modified: trunk/www/pgadmin3/css/bluehaze-rtl.css
===================================================================
--- trunk/www/pgadmin3/css/bluehaze-rtl.css    2006-01-04 09:25:49 UTC (rev 4868)
+++ trunk/www/pgadmin3/css/bluehaze-rtl.css    2006-01-04 11:23:20 UTC (rev 4869)
@@ -149,6 +149,10 @@
   background-repeat: no-repeat;
 }

+#header form {
+  margin-bottom: 0px;
+}
+
 .headerTitle {
   direction: rtl;
   border: none;

Modified: trunk/www/pgadmin3/css/bluehaze.css
===================================================================
--- trunk/www/pgadmin3/css/bluehaze.css    2006-01-04 09:25:49 UTC (rev 4868)
+++ trunk/www/pgadmin3/css/bluehaze.css    2006-01-04 11:23:20 UTC (rev 4869)
@@ -136,6 +136,10 @@
   background-repeat: no-repeat;
 }

+#header form {
+  margin-bottom: 0px;
+}
+
 .headerTitle {
     border: none;
 }
@@ -220,3 +224,4 @@
   padding-left: 0.75mm;
   padding-top: 3mm;
 }
+


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4868 - trunk/www/pgadmin3/tpl
Next
From: Peter Eisentraut
Date:
Subject: Re: Client-side password encryption