|
From: Benjamin C. <bc...@us...> - 2002-03-06 00:04:15
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv18257
Modified Files:
css.php
Log Message:
UI tweaks
Index: css.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/css.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- css.php 2 Mar 2002 18:49:50 -0000 1.5
+++ css.php 6 Mar 2002 00:04:09 -0000 1.6
@@ -261,3 +261,14 @@
font-size: 12px;
padding: 5px;
}
+
+.info {
+ font-size: 10px;
+ color: <?php echo $color['th'] ?>;
+ background: <?php echo $color['th-bg'] ?>;
+ border-width: 1px 1px 1px 1px;
+ border-color: #000000;
+ border-style: solid;
+ padding: 5px;
+ text-align: center;
+}
|