nicer CSS for Tabs (J.Fornallaz)

This commit is contained in:
Olivier Müller
2002-07-01 19:42:25 +00:00
parent e307fdf19f
commit 2bd6207caf
2 changed files with 7 additions and 4 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-07-01 Olivier L. M<>ller <om@omnis.ch>
* header.inc.php3: nicer CSS for Tabs (J.Fornallaz)
2002-07-01 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_links.php3, db_details_links.php3: better vertical spacing
* tbl_properties.php3, db_details.php3: misplaced bullet

View File

@@ -95,9 +95,9 @@ a.drop:hover {font-family: <?php echo $right_font_family; ?>; color: #ffffff;
.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-top: 1px solid #999;
border-right: 1px solid #666;
border-left: 1px solid #999;
border-bottom: none;
border-radius: 2px;
-moz-border-radius: 2px;
@@ -106,7 +106,7 @@ table.tabs {
border-top: none;
border-right: none;
border-left: none;
border-bottom: 2px solid gray;
border-bottom: 1px solid #666;
}
//-->
</style>