* db_details_links.php3, header.inc.php3,

tbl_properties_links.php3, libraries/common.lib.php3
        - Neater tab code by Michal Cihar (Patch #571837)
This commit is contained in:
Robin Johnson
2002-06-21 21:13:30 +00:00
parent ca1b14b12a
commit 0448a2913e
5 changed files with 25 additions and 10 deletions

View File

@@ -93,6 +93,20 @@ a.drop:hover {font-family: <?php echo $right_font_family; ?>; color: #ffffff;
.nav {font-family: <?php echo $right_font_family; ?>; color: #000000}
.warning {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; color: #FF0000}
td.topline {font-size: 1px}
td.tab {
border-top: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
border-bottom: none;
border-radius: 2px;
-moz-border-radius: 2px;
}
table.tabs {
border-top: none;
border-right: none;
border-left: none;
border-bottom: 2px solid gray;
}
//-->
</style>