SVN Commit by dpage: r4869 - trunk/www/pgadmin3/css

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4869 - trunk/www/pgadmin3/css
Date: 2006-01-04 11:23:20
Message-ID: 200601041123.k04BNKnm000890@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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;
}
+

Browse pgadmin-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2006-01-05 10:45:53 Re: Client-side password encryption
Previous Message svn 2006-01-04 09:25:49 SVN Commit by dpage: r4868 - trunk/www/pgadmin3/tpl