puestos.css 821 B

1234567891011121314151617181920
  1. /*
  2. Created on : 12/04/2019, 12:51:07 PM
  3. Author : Alejandro
  4. */
  5. .puesto-spacer{width: 60px;}
  6. .puesto_box{width: 320px; background-color: #f0f0f0; margin-bottom: 10px; border-radius: 4px;}
  7. .puesto_line{height: 40px;}
  8. .puesto_box a{padding: 8px;}
  9. .puesto_box a:hover{text-decoration: none!important;}
  10. .puesto_box .iconos span{cursor: pointer;}
  11. .puesto_box .menu-wrapper{position:relative; padding:2px 5px; height: 100%;}
  12. .puesto_box .menu-flotante{z-index: 500; position: absolute; bottom: 0px; right: 0; background-color: #fff; border-radius: 6px 0 3px 0; padding-top: 2px;}
  13. .puesto-small{font-size: 80%;}
  14. .puesto_box .arrow { transition: .3s transform ease-in-out; }
  15. .puesto_box .collapsed .arrow { transform: rotate(-90deg); }
  16. .highlight{background-color: #ff0;}
  17. .ui-droppable-hover { background: #001D68;}