Table editor CSS cleanups to look better

This commit is contained in:
james 2008-11-03 04:50:00 +00:00
parent 8a3dbc9284
commit 8df97afb4f

View File

@ -53,26 +53,25 @@ input {
}
.tableedit {
border-spacing: 1px;
color: black;
margin-left: 20px;
margin-right: 20px;
font-size: 0.8em;
border: 0px;
border-collapse: collapse;
}
.tableedit td {
border: 0px solid #5C6F90;
padding: 2px;
}
.tableedit th {
border: 1px solid #5C6F90;
font-weight: bold;
text-align: left;
color: #FFFFFF;
background-color: #5C6F90;
padding: 2px;
padding: 1px;
vertical-align: top;
}