atendance_style.css 284 B

12345678910111213141516171819202122
  1. .table-title {
  2. line-height: 50px;
  3. text-align: center;
  4. }
  5. .table-title span {
  6. font-size: 22px;
  7. color: #333;
  8. }
  9. .table-head th{
  10. border: 1px solid #d9d9d9;
  11. text-align: center;
  12. }
  13. .table-tbody td{
  14. border: 1px solid #d9d9d9;
  15. }
  16. td.b-grey{
  17. background:grey;
  18. }