Update of /cvsroot/webnotes/webnotes/core
In directory usw-pr-cvs1:/tmp/cvs-serv8553/core
Modified Files:
css_inc.php
Log Message:
Updating the submit note page to follow the new look'n'feel.
Index: css_inc.php
===================================================================
RCS file: /cvsroot/webnotes/webnotes/core/css_inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- css_inc.php 15 Sep 2002 04:03:52 -0000 1.6
+++ css_inc.php 15 Sep 2002 13:20:56 -0000 1.7
@@ -18,6 +18,7 @@
address { font-family:Verdana, Arial; font-size: 8pt }
div {width: auto; font-size: 10pt; clear: both;}
div.code {background-color: #f0f0f0; border: 1px solid #444444; padding: 8px; font-family: courier new, courier, fixed; white-space: pre;}
+div.note75 { width: 75%; background-color: #c8e0f8; border: 1px solid #4444aa; padding: 8px;}
div.note {background-color: #c8e0f8; border: 1px solid #4444aa; padding: 8px;}
div.warning {background-color: #f8e0e0; border: 1px solid #aa4444; padding: 8px;}
div.parent {background-color: #e8e8e8; border-bottom: 1px solid #aaaaaa; padding-top: 4px;}
@@ -32,4 +33,5 @@
td.form-title { background-color: #ffffff; color: #000000; font-weight: bold; }
td.form-buttons { background-color: #ffffff; color: #000000; font-weight: bold; text-align: center; }
table.width50 { width: 50%; border: solid 1px #000000; }
+table.width75 { width: 75%; border: solid 1px #000000; }
</style>
|