personal.css 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. .panel .no-padding{padding: 0px;}
  2. td .attend-normal {color: #38B03F;}
  3. td .attend-rest {color: #3280fc;}
  4. td .attend-leave {color: #9E9E9E;}
  5. td .attend-lieu {color: #9E9E9E;}
  6. td .attend-overtime {color: #006600;}
  7. td .attend-makeup {color: #006600;}
  8. td .attend-trip {color: #8666B8;}
  9. td .attend-egress {color: #8666B8;}
  10. .attend-late .attend-signin {color: #EA644A;}
  11. .attend-early .attend-signout {color: #FF8A65;}
  12. .attend-both [class^=attend] {color: #FF5722;}
  13. .attend-absent [class^=attend] {color: #F1A325;}
  14. .attend-rest [class^=attend] {color: #3280FC;}
  15. table .otherMonth {background: #f0f0f0; color: #9e9e9e}
  16. table tr:last-child th ,table tr:last-child td{border-bottom: none;}
  17. td > .dropdown{height: 100%; line-height: 100%;}
  18. a, a:hover {text-decoration: none !important;}
  19. td.attend-actions{overflow: visible !important;}
  20. .main .row .col-xs-4 .panel .table th{border-bottom: 1px solid #ddd; color: #000;}
  21. .main .row .col-xs-4 .panel .table tr.otherMonth{background: none;}
  22. .main .row .col-xs-4 .panel .table td{height: 32px; border-bottom: none; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
  23. .main .row .col-xs-4 .panel .table td .dropdown{padding-top: 3px;}
  24. .main .row .col-xs-4 .panel .table thead tr:nth-of-type(1) th:nth-of-type(1){width: 85px !important;}
  25. .main .row .col-xs-4 .panel .table thead tr:nth-of-type(1) th:nth-of-type(2){width: 45px !important;}
  26. .main .row .col-xs-4 .panel .table thead tr:nth-of-type(1) th:nth-of-type(3){padding:0px;}
  27. .main .row .col-xs-4 .panel .table thead tr:nth-of-type(1) th:nth-of-type(4){padding:0px;width: 63px !important;}
  28. .main .row .col-xs-4 .panel .table thead tr:nth-of-type(1) th:nth-of-type(5){padding:0px;width: 90px !important;}