Incam_IntranetNueva/www/css/gridview3.css
david ebb10d87b0 - Validación AJAX quitada
- Organización de candidato (pestaña Resumen y Capacidades Profesionales)

git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_IntranetNueva/trunk@34 77cfc57b-8ef4-1849-9df6-4a38aa5da120
2012-03-27 14:43:43 +00:00

20 lines
438 B
CSS

.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;
}