horario.css 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*
  2. Created on : 5/12/2018, 01:34:49 PM
  3. Author : Alejandro
  4. */
  5. /*#tabla-horario thead th{width:180px; min-width: 180px;}*/
  6. #tabla-horario thead th:first-child{width:120px; min-width: 120px; max-width: 120px;}
  7. #tabla-horario thead th:not(first-child){width:180px; min-width: 180px; max-width: 180px;}
  8. .calendario, .calendario td{padding:0!important; margin: 0!important; border: 0;}
  9. .calendario .hora{height:40px!important; max-height:40px!important; margin:0; padding: 0; border-bottom: 1px solid #c3cad4 !important; text-align: center; vertical-align: middle;}
  10. .table{margin-bottom: 0!important;}
  11. .table .editable{cursor: pointer;}
  12. .table .editable:hover{background-color: rgba(0, 97, 149, 0.4);}
  13. .table .no-editable{cursor: not-allowed;}
  14. .table .fraccion{height:12px !important; max-height:12px !important; padding:0; margin:0; border-left:2px solid #fff !important; border-right:2px solid #fff !important;}
  15. /*.table .fraccion:hover{background-color: rgba(0, 97, 149, 0.4);}*/
  16. .table thead th{text-align: center;}
  17. .table .fraccion-sugerida{background-color: rgba(0, 97, 149, 0.15);}
  18. .bloque-draggable{cursor: move !important; }
  19. .overflow{overflow-x: hidden; overflow-y: auto;}
  20. .bloque-clase, .bloque-disponibilidad{/*cursor: not-allowed;*/ width:180px; margin:0; padding:0; z-index: 2; position: absolute; top:0; left:0; border-radius: 4px; height: 60px; background-color: #fff; border:1px solid #fff; letter-spacing: -0.5px; font-size: 9pt; color: #000; /*color: #353535*/}
  21. .bloque-clase p:first-child {margin-bottom: 6px; line-height:1.2;}
  22. .bloque-clase .iconos .ing-fw{cursor: pointer; font-size: 10pt;}
  23. .bloque-clase .menu-wrapper{position:relative; padding:2px 5px; height: 100%;}
  24. .bloque-clase .menu-flotante{z-index: 500; position: absolute; bottom: 0px; right: 0; background-color: #fff; border-radius: 6px 0 3px 0; padding-top: 2px;}
  25. .area-horario{background-color: #fff; padding:0; margin:0; position: relative;}
  26. .area-horario .dia:nth-child(4n+0){border-bottom: 1px solid #c3cad4;}
  27. .text-80{font-size: 80%;}
  28. .tipo-area{margin-right: 2.5em; white-space: nowrap; font-size: 85%;}
  29. #materiasListBlock .profesores p{margin-bottom: 6px; font-size: 85%}
  30. .expanded-over{z-index: 100; position: absolute; top: 45px;}
  31. .mayusculas{font-weight: bold; text-transform: uppercase;}
  32. .fraccion-big{height:20px; width: 16%; padding:0; margin:0; }
  33. .fraccion-small{height:20px; width: 1%; padding:0; margin:0;}
  34. .horario-big{width: 16%; margin:0; padding:2px 5px; background-color: #e9e7e8; letter-spacing: -0.5px; color: #000; vertical-align: top; font-size: 90%}
  35. .no-overflow{overflow-y: hidden;}
  36. option:disabled{background-color: #f7f7f8/*#D6D8DB*/;}