added config tabs

This commit is contained in:
Roland Gruber 2009-07-08 18:02:28 +00:00
parent 16348ba9c5
commit 6b86de7486
1 changed files with 26 additions and 0 deletions

View File

@ -74,6 +74,32 @@ legend {
color:blue;
}
table.settingsTab {
border-width:1px;
border-style:solid;
border-color:#9b8523;
border-collapse:collapse;
background-color:#ffe27f;
}
td.settingsActiveTab {
background-color:#fff3c8;
}
table.settingsTab td {
border: 1px solid;
border-bottom: 0px solid;
padding:5px;
}
table.settingsTab input {
background-position: 2px center;
background-repeat: no-repeat;
height:32px;
background-color:transparent;
border:0px solid;
}
/**
* table style for delete.php
*