Update of /cvsroot/webnotes/webnotes/core
In directory usw-pr-cvs1:/tmp/cvs-serv29258/core
Modified Files:
css_inc.php
Log Message:
Used Mantis look for the login page.
Index: css_inc.php
===================================================================
RCS file: /cvsroot/webnotes/webnotes/core/css_inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- css_inc.php 14 Sep 2002 15:19:12 -0000 1.4
+++ css_inc.php 14 Sep 2002 23:27:36 -0000 1.5
@@ -9,8 +9,9 @@
# --------------------------------------------------------
?>
<style type="text/css">
+form { margin: 0px; display: inline; }
body { background-color: #ffffff; font-family:Verdana, Arial; font-size: 10pt }
-td { font-family:Verdana, Arial; font-size: 10pt }
+td { font-family:Verdana, Arial; font-size: 10pt; padding: 4px; text-align: left; }
p { font-family:Verdana, Arial; font-size: 10pt }
h3 { font-family:Verdana, Arial; font-size: 13pt; font-weight: bold; text-align: center }
address { font-family:Verdana, Arial; font-size: 8pt }
@@ -30,4 +31,13 @@
div.warning {background-color: #f8e0e0; border: 1px solid #aa4444; padding: 8px;}
div.menu {background-color: #f4f4f4; border: 1px solid #000000; padding: 8px; text-align: center; }
+
+tr.row-1 { background-color: #d8d8d8; color: #000000; }
+tr.row-2 { background-color: #e8e8e8; color: #000000; }
+td.category { background-color: #c8c8e8; color: #000000; font-weight: bold; }
+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; }
+
</style>
|