- 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
20 lines
438 B
CSS
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;
|
|
}
|