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 { .tableedit {
border-spacing: 1px;
color: black; color: black;
margin-left: 20px; margin-left: 20px;
margin-right: 20px; margin-right: 20px;
font-size: 0.8em; font-size: 0.8em;
border: 0px; border: 0px;
border-collapse: collapse;
} }
.tableedit td { .tableedit td {
border: 0px solid #5C6F90;
padding: 2px; padding: 2px;
} }
.tableedit th { .tableedit th {
border: 1px solid #5C6F90;
font-weight: bold; font-weight: bold;
text-align: left; text-align: left;
color: #FFFFFF; color: #FFFFFF;
background-color: #5C6F90; background-color: #5C6F90;
padding: 2px; padding: 1px;
vertical-align: top;
} }