Incam_IntranetNueva/www/css/gridview3.css

20 lines
438 B
CSS
Raw Normal View History

.sTable3 {
width: 100%;
border-collapse: collapse;
border-top: 1px solid #ccc;
}
.sTable3 thead th {
padding: 5px 10px;
background: #eee url(../images/thead.png) repeat-x top left;
border-bottom: 1px solid #ccc;
}
.sTable3 tbody tr td {
padding: 10px;
background: #fff;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
}
.sTable3 tbody tr.even td {
background: #fcfcfc;
}