-
+
Index: openacs-4/packages/contacts/www/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/index.adp,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/contacts/www/index.adp 19 May 2005 23:03:23 -0000 1.4
+++ openacs-4/packages/contacts/www/index.adp 25 May 2005 16:23:51 -0000 1.5
@@ -16,7 +16,7 @@
-
+
Index: openacs-4/packages/contacts/www/message.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/message.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/contacts/www/message.adp 18 May 2005 16:45:50 -0000 1.1
+++ openacs-4/packages/contacts/www/message.adp 25 May 2005 16:23:51 -0000 1.2
@@ -12,5 +12,5 @@
comment_add.comment
-
+
Index: openacs-4/packages/contacts/www/relationship-ae.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/relationship-ae.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/contacts/www/relationship-ae.adp 21 May 2005 21:00:41 -0000 1.1
+++ openacs-4/packages/contacts/www/relationship-ae.adp 25 May 2005 16:23:51 -0000 1.2
@@ -1,5 +1,5 @@
@party_id@
-
+
Index: openacs-4/packages/contacts/www/search.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/search.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/contacts/www/search.adp 18 May 2005 16:45:50 -0000 1.1
+++ openacs-4/packages/contacts/www/search.adp 25 May 2005 16:23:51 -0000 1.2
@@ -7,7 +7,7 @@
My Searches
-
+
Debugging Code - Only SW Admins See This
Index: openacs-4/packages/contacts/www/resources/contacts.css
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/resources/contacts.css,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/contacts/www/resources/contacts.css 19 May 2005 16:45:52 -0000 1.4
+++ openacs-4/packages/contacts/www/resources/contacts.css 25 May 2005 16:23:51 -0000 1.5
@@ -106,57 +106,6 @@
padding-bottom: 10px;
border-bottom: 1px solid #AAA;
}
-form label {
- float: left;
- width: 25%;
- text-align: right;
- font-size: 90%;
- padding-bottom: 5px;
-}
-form span.element {
- float: right;
- width: 72%;
- text-align: left;
- padding-bottom: 5px;
-}
-form fieldset {
- border-color: #CCC;
- border-style: dotted;
- border-width: 2px 0px 0px 0px;
- margin: 0px 5px 0px 0px;
- clear: both;
-}
-
-form legend {
- color: #AAA;
- margin: 0px 5px 0px 5px;
-}
-form div.element {
- clear: both;
-}
-form span.element input, form span.element textarea {
- border-style: solid;
- border-color: #AAA;
- background-color: #EEE;
- border-width: 0px 0px 1px 0px;
- padding: 1px;
- -moz-border-radius-topright: 0px;
-}
-form span.element select {
- background-color: #EEE;
- }
-form table.selector {
- width: 100%;
-}
-form table.selector td.widget {
- width: 1%;
-}
-form table.selector td.label {
- width: 99%;
-}
-form table.selector label {
- text-align: left;
-}
.address-widget {
width: 300px;
}
|