calendario_eventos.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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{width:180px; min-width: 180px; max-width: 180px; text-align: center;}
  7. .calendario{padding:0!important; margin: 0!important; border: 0;}
  8. .calendario td{height: 150px; max-height: 150px; width:180px; padding: 0px;}
  9. .calendario .date-num{width:25px; text-align: center; font-size: 12px; margin: 5px 0 0 5px;}
  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. .calendario_eventos{overflow-x: hidden; overflow-y: auto; max-height: 110px;}
  15. .btn-circle{width: 2rem;height: 2rem;border-radius: 1rem;text-align: center;line-height: 1.9rem;cursor: pointer;opacity: 1;}
  16. /*
  17. .btn-circle:hover{
  18. opacity: 0.65;
  19. }*/
  20. .ico-border{text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;}
  21. .bloque-draggable{cursor: move !important; }
  22. .overflow{overflow-x: hidden; overflow-y: auto;}
  23. .bloque-evento {cursor: default; width:170px; margin:0; padding:0; z-index: 2; /*position: absolute; top:0; left:0;*/ border-radius:0 10px 10px 0; height: 60px; background-color: #f0f0f0; border:1px solid #fff; letter-spacing: -0.5px; font-size: 9pt; color: #000; /*color: #353535*/}
  24. .bloque-evento p{line-height:1.2;}
  25. .bloque-evento .iconos .ing-fw{cursor: pointer; font-size: 10pt;}
  26. .bloque-evento .menu-wrapper{position:relative; padding:1px 5px 0px 5px; height: 100%; overflow: hidden;}
  27. .bloque-evento .menu-flotante{z-index: 500; position: absolute; bottom: 0px; right: 0; background-color: #fff; border-radius: 6px 0 3px 0; padding-top: 2px;}
  28. .area-horario{background-color: #fff; padding:0; margin:0; position: relative;}
  29. .text-80{font-size: 80%;}
  30. .tipo-area{margin-right: 2.5em; white-space: nowrap; font-size: 85%;}
  31. #materiasListBlock .profesores p{margin-bottom: 6px; font-size: 85%}
  32. .expanded-over{z-index: 100; position: absolute; top: 45px;}
  33. .mayusculas{font-weight: bold; text-transform: uppercase;}
  34. .fraccion-big{height:20px; width: 16%; padding:0; margin:0; }
  35. .fraccion-small{height:20px; width: 1%; padding:0; margin:0;}
  36. .horario-big{width: 16%; margin:0; padding:2px 5px; background-color: #e9e7e8; letter-spacing: -0.5px; color: #000; vertical-align: top; font-size: 90%}
  37. .no-overflow{overflow-y: hidden;}
  38. option:disabled{background-color: #f7f7f8/*#D6D8DB*/;}
  39. div ::-webkit-scrollbar {width: 5px!important;}/*Ancho*/
  40. .evento-completo .title{color:white;}
  41. .evento-completo .ing-link{color:white;}
  42. .evento-hora{margin-left:12px; margin-right:4px; color:#666;}
  43. #datos_perfil .perfil{border-right: 2px solid #d21034; padding-right: 0.5rem;}
  44. #datos_perfil .perfil:last-child {border-right: 0;}
  45. #datos_perfil .perfil:first-child {border-right: 0;}
  46. #copy-box {
  47. display: none; position: absolute; bottom: 35px; right: 10px;padding: 5px 15px; background: #fea; z-index: 100; border-radius: 5px; transition: all 0.2s ease;;
  48. }